Greetings all,
Another thought: When make check fails, try typing
cd test 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 ../htword/.libs/libhtword.a -lz make check
Since you are using static libraries, the order of the libraries matters. The above g++ command includes libhtword.a (in which WordType::instance should be defined) again at the end, just to be sure.
Out of interest, can you compile it using shared libraries?
Still doesn't work.. Same error. Shared libs won't work on UX. Not for ages......
--Jesse
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ ht://Dig Developer mailing list: [EMAIL PROTECTED] List information (subscribe/unsubscribe, etc.) https://lists.sourceforge.net/lists/listinfo/htdig-dev
