Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

: undefined reference to `__ctype_b'

Status
Not open for further replies.

lzdanny

Programmer
Jul 7, 2004
5
GB
I am trying to build an application on linux (redhat i686) using one of our in-house libraries to link. This library relies on talarian smart sockets functionality. There is a type called __ctype_b that is still undefined. I have searched the web for this and all I can find is references to the glibc library. I am linking with -lc yet the following error appears many times:

../../lib/LZMessaging/bin/linux_i686/libLZMessaging_SS.a(.text+0x38f8d): In function `TipcSrvConnSetServerNames':
: undefined reference to `__ctype_b'
../../lib/LZMessaging/bin/linux_i686/libLZMessaging_SS.a(.text+0x76fa1): more undefined references to `__ctype_b' follow
../../lib/LZMessaging/bin/linux_i686/libLZMessaging_SS.a(.text+0xb8756): In function `TutCatSeverityStrToVal':
: undefined reference to `__ctype_tolower'

Has anyone had this problem before?

Dan.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top