Adam Rabinowitz wrote:
>
> Apache/1.3.4 (Unix)
>
> I am not sure about the compiler, how would I find out?
>
> Error Message:
>
> make[1]: Entering directory `/home/www/domain/htdig-3.1.5/htfuzzy'
> c++ -o htfuzzy -L../htlib -L../htcommon -L../db/dist -L/usr/lib Endings.o
> Ending
> sDB.o Exact.o Fuzzy.o Metaphone.o Soundex.o SuffixEntry.o Synonym.o
> htfuzzy.o Su
> bstring.o Prefix.o ../htcommon/libcommon.a ../htlib/libht.a
> ../db/dist/libdb.a -
> lz
> /usr/bin/ld: warning: libm.so.5, needed by /usr/lib/libstdc++.so, may
> conflict w
> ith libm.so.6
> /lib/libm.so.5: warning: erfcl is not implemented and will always fail
> /lib/libm.so.5: warning: erfl is not implemented and will always fail
> /lib/libm.so.5: warning: y0l is not implemented and will always fail
> /lib/libm.so.5: warning: j0l is not implemented and will always fail
> /lib/libm.so.5: warning: j1l is not implemented and will always fail
> /lib/libm.so.5: warning: y1l is not implemented and will always fail
> /lib/libm.so.5: warning: ynl is not implemented and will always fail
> /lib/libm.so.5: warning: jnl is not implemented and will always fail
> /lib/libm.so.5: warning: lgammal is not implemented and will always fail
This looks as if the version of libc/libm is newer than the version of
libstdc++
you are using. If that is the case, you probably won't be able to link
any C++
program on your system (at least not those which use math functions).
I'd suggest you either try linking Ht://Dig statically or recompile your
libstd++ so that it gets its library references right.
hth,
Torsten
--
InWise - Wirtschaftlich-Wissenschaftlicher Internet Service GmbH
Waldhofstra�e 14 Tel: +49-4101-403605
D-25474 Ellerbek Fax: +49-4101-403606
E-Mail: [EMAIL PROTECTED] Internet: http://www.inwise.de
------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives: <http://www.htdig.org/mail/menu.html>
FAQ: <http://www.htdig.org/FAQ.html>