This may have already been covered, bu the question came up on another list. Here are my work arounds. I hope they prove helpful. -------------------------------------- For what it is worth to everyone, here is what worked for me... Here is what I did to make htdig 3.1.5 compile under BSDI 4.1: gmake clean Then: ./configure Make you changes to the CONFIG file: pico CONFIG (or whatever you favorite editor is) add the following to htlib/Connection.cc: #include <arpa/inet.h> (I put it just above #include <errno.h>) Comment out line 195 in the same file: // extern "C" long unsigned int inet_addr(char *); Then: remove the reference to regex.o from htlib/Makefile. remove htlib/regex.h Someone suggested this as well, but I couldn't find any references and it didn't seem to matter, but just in case: remove references to htlib/regex.h in htfuzzy/Makefile Then: gmake depend gmake gmake install This at least got it compiled and working (as far as I have tested it) Your mileage may vary, and if I missed anything, please speak up Thanks to everyone for various suggestions. Dave +++++++++++++++++++++++++++++++++++++ Sir, are you classified as human? "Ah, negative. I am a meat popsicle" +++++++++++++++++++++++++++++++++++++ ------------------------------------ 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>
