Hi
After failing at all attempts to use make on the BSDi 4.1 system I contacted
the hosting company and they said I could install GNU make. I did this and
set out to install htdig 3.1.5. GNU make seemed do run well until this
happened:
g++ -o htdig -L../htlib -L../htcommon -L../db/dist -L/usr/lib Document.o
HTML.o Images.o Parsable.o Plaintext.o Retriever.o SGMLEntities.o Server.o
URLRef.o htdig.o ExternalParser.o PDF.o ../htcommon/libcommon.a
../htlib/libht.a ../db/dist/libdb.a -lz
../htlib/libht.a(Connection.o): In function `Connection::assign_server(char
*)':
/usr/home/aprobe/htdig-3.1.5/htlib/Connection.cc:204: undefined reference to
`inet_addr'
../htlib/libht.a(Connection.o): In function `Connection::get_peername(void)':
/usr/home/aprobe/htdig-3.1.5/htlib/Connection.cc:460: undefined reference to
`inet_ntoa'
../htlib/libht.a(Connection.o): In function `Connection::get_peerip(void)':
/usr/home/aprobe/htdig-3.1.5/htlib/Connection.cc:478: undefined reference to
`inet_ntoa'
../htlib/libht.a(Connection.o): In function `gethostip(char *, int)':
/usr/home/aprobe/htdig-3.1.5/htlib/Connection.cc:501: undefined reference to
`inet_ntoa'
make[1]: *** [htdig] Error 1
make[1]: Leaving directory `/usr/home/aprobe/htdig-3.1.5/htdig'
make: *** [all] Error 1
Would anyone be able to tell what this all means, and if there is a solution?
Do I need a different c++ compiler also?
Thanks
Clint Gilders
_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
Information: http://lists.sourceforge.net/lists/listinfo/htdig-general
FAQ: http://htdig.sourceforge.net/FAQ.html