If you haven't solved it yet...
I have the same problem with Performer apps on RH9.
You need to compile your source with the gcc option:
-Wl,--wrap,__ctype_b
then compile an object (.o) from the following source
#include <ctype.h>
extern "C" {
__const unsigned short int **__wrap___ctype_b (void) {
return __ctype_b_loc();
}
}
and link it in.
good luck.
ml
John Harris wrote:
Hi, I just tried compiling the latest inventor in Red Hat Fedora and am
getting linker errors like: undefined reference to `__ctype_b'. I see
that this is a common error for RH 9.0, is there a work around? Thanks.
John
--
Michael Logan (650)-604-4494 QSS Group,Inc./NASA Ames Research Center
Task Lead, Visual Cueing & Simulation
Task Lead, Dynamic Aircraft Reconfiguration & Damage Adaptive Control
MS 262-6,Moffett Field, CA, 94035
private: logan5@xxxxxxxxxxx
|