Today I have done this:

$ gmake distclean
$ CC="/d3/gcc/bin/gcc" CXX="/d3/gcc/bin/g++" ./configure
--disable-bigfile
$ gmake

I now get this error in htfuzzy:
...
gmake[1]: Entering directory `/d3/inet/htdig/htdig-3.1.3/htfuzzy'
/d3/gcc/bin/g++ -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
./htcommon/libcommon.a ../htlib/libht.a ../db/dist/libdb.a 
/usr/ccs/bin/ld: Unsatisfied symbols:
   pthread_once (code)
   pthread_setspecific (code)
   pthread_getspecific (code)
   pthread_keycreate (code)
collect2: ld returned 1 exit status
gmake[1]: *** [htfuzzy] Error 1
gmake[1]: Leaving directory `/d3/inet/htdig/htdig-3.1.3/htfuzzy'
gmake: *** [all] Error 1

How do i get past this?  Is this a problem with the paths that ld is
using?

Thanks for any help,
Aaron Bush
[EMAIL PROTECTED]

------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED] containing the single word unsubscribe in
the SUBJECT of the message.

Reply via email to