[EMAIL PROTECTED]'s bits of Fri, 30 Aug 2002 translated to: >Yes, adding -lpthread for the link helped a lot. > >However, I still have an error at link time : > > c++ -o htfuzzy -L../htlib -L../htcommon -L../db/dist -L/usr/lib >Endings.o EndingsDB.o Exact.o Fuzzy.o Metaphone.o Soundex.o SuffixEntry.o >Synonym.o htfuzzy.o Substring.o Prefix.o Accents.o ../htcommon/libcommon.a >.../htlib/libht.a ../db/dist/libdb.a -lpthread >ld: 0711-317 ERROR: Undefined symbol: std::string::_Rep::_S_max_size >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more >information. >collect2: ld returned 8 exit status >make: 1254-004 The error code from the last command is 1.
Have you looked at http://www-1.ibm.com/servers/esdd/articles/gnu.html ? About three-quarters of the way through the article, it addresses this issue. Their only advice is to manually instantiate the member somewhere in the program. You might want to take a look at http://gcc.gnu.org/ml/gcc/2002-04/msg00154.html for a pointer on how to instantiate the member. Jim ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

