Greetings Jesse, It's not urgent, but I'd be interested to experiment on this...
What is the output from nm htword/.libs/libhtword.a | grep instance ? What happens if, in .../test/, you type g++ -g -O2 -Wall -fno-rtti -fno-exceptions -o testnet testnet.o \ -L/opt/htdig/lib/zlib/lib ../htnet/.libs/libhtnet.a \ ../htcommon/.libs/libcommon.a ../htword/.libs/libhtword.a \ ../db/.libs/libhtdb.a ../htlib/.libs/libht.a -lz \ ../htword/.libs/libhtword.a ? What happens if you cp /bin/true test/testnet make check ? Thanks, Lachlan >From: "J. op den Brouw" <[EMAIL PROTECTED]> >it's the WordType::instance thing again........... >g++ -g -O2 -Wall -fno-rtti -fno-exceptions -o testnet testnet.o >-L/opt/htdig/lib/zlib/lib ../htnet/.libs/libhtnet.a ../htcomm >on/.libs/libcommon.a ../htword/.libs/libhtword.a ../db/.libs/libhtdb.a >../htlib/.libs/libht.a -lz >collect2: ld returned 1 exit status >/usr/ccs/bin/ld: Unsatisfied symbols: > WordType::instance (data) >make[2]: *** [testnet] Error 1 ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ ht://Dig Developer mailing list: [EMAIL PROTECTED] List information (subscribe/unsubscribe, etc.) https://lists.sourceforge.net/lists/listinfo/htdig-dev
