when i built my program (i used 3rd party .a file - libxerces-c_static.a(), I met below link error:
./lib_2_8_64bit/libxerces-c_static.a(XMLString.o): In function `xercesc_2_8::XMLString::trim(char*)':
XMLString.cpp.text+0xa85): undefined reference to `__ctype_b'
XMLString.cpp.text+0xab0): undefined reference to `__ctype_b'
collect2: ld returned 1 exit status
make: *** [all] Error 1
anybody knows how to resolve this problem? thanks in advance.


.text+0xa85): undefined reference to `__ctype_b'
Reply With Quote
Bookmarks