According to ANOAICA Dan:
> When I try to install htdig on our HP server, I get this message:
>
> (configure --host=UNIX) .... OK!
>
> make
>
> " ...............
>
> <fontfamily><param>Times New Roman</param><bigger> gcc -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 ht
>
> fuzzy.o Substring.o Prefix.o ../htcommon/libcommon.a ../htlib/libht.a
> ./db/d
>
> ist/libdb.a
>
> collect2: ld returned 1 exit status
>
> /usr/ccs/bin/ld: Unsatisfied symbols:
>
> istream::getline(char *, int, char)(code)
>
..
>
> ostream::operator<<<<(char const *)(code)
>
> *** Error exit code 1
>
> Stop.
Something must have gone wrong during the configure step. For some reason,
the Makefile is trying to use gcc, rather than c++ or g++, to link together
C++ modules. The errors from ld are happening because it's not looking
through your C++ library for the missing objects.
--
Gilles R. Detillieux E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba Phone: (204)789-3766
Winnipeg, MB R3E 3J7 (Canada) Fax: (204)789-3930
------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the SUBJECT of the message.