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.
../../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.