I'm having problems compiling htfuzzy on Solaris 2.6 with gcc-3.2 I've reinstalled the gcc system and libstdc++ just to make sure, but still getting an error:
(Another thread on this list shows a response that libstdc++ is installed incorrectly, which is why I assured that things were okay) make[1]: Entering directory `/usr/local/src/www/htdig-3.1.6/htfuzzy' 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 -lz -lnsl -lsocket Undefined first referenced symbol in file cout EndingsDB.o ostream::operator<<(void const*) ../htlib/libht.a(String.o) ostream::operator<<(char const*) EndingsDB.o fstreambase::fstreambase[not-in-charge](char const*, int, int)../htlib/libht.a(Configuration.o) vtable for ios ../htlib/libht.a(Configuration.o) ios::~ios [not-in-charge]() ../htlib/libht.a(Configuration.o) filebuf::~filebuf [in-charge]() ../htlib/libht.a(Configuration.o) endl(ostream&) EndingsDB.o cerr Prefix.o VTT for ifstream ../htlib/libht.a(Configuration.o) ostream::write(char const*, int) ../htlib/libht.a(String.o) vtable for ifstream ../htlib/libht.a(Configuration.o) ostream::operator<<(char) EndingsDB.o ostream::operator<<(int) EndingsDB.o ostream::flush() EndingsDB.o istream::getline(char*, int, char) ../htlib/libht.a(Configuration.o) fstreambase::close() ../htlib/libht.a(Configuration.o) form(char const*, ...) EndingsDB.o ld: fatal: Symbol referencing errors. No output written to htfuzzy collect2: ld returned 1 exit status make[1]: *** [htfuzzy] Error 1 make[1]: Leaving directory `/usr/local/src/www/htdig-3.1.6/htfuzzy' make: *** [all] Error 1 Any help would be appreciated. Eric McDonald ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ 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

