earlier today i a had a problem with htdig-3.1.3 on HPUX 10.20 with
gcc-2.95.1
the error was:

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

To correct this I modifed LIBDIRS in Makefile.config of the source root
with an extra location.
The new location is -L/opt/dce/lib
I also modified LIBS to include -ldce
This config has resulted in a successful compile on HPUX10.20 (also
--disable-bigfile to ./configure).

Maybe this will help someone in the future to get htdig working.

Thanks,
Aaron Bush

------------------------------------
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