On Sat, 24 Apr 2004, Anu Vaidyanathan wrote: > > Sounds like you might be missing some system include files. Do you have > > a /usr/include/sys/wait.h ? What about a /usr/include/wait.h ? If only > > the latter, does it actually contain definitions/declarations or does it > > just reference <sys/wait.h> ? > > > > I have a /usr/include/sys/wait.h and a /usr/include/wait.h that just > references <sys/wait.h> :(
Have you had success with this compiler building any other non-trivial packages? It sounds like there might be some issues with the manner in which it was configured. What happens if you change to the htdig-3.1.6/htdig directory and execute the following? c++ -c -DDEFAULT_CONFIG_FILE=\"/opt/www/htdig/conf/htdig.conf\" -I../htlib -I../htcommon -I../db/dist -I../include -Wno-deprecated -I/usr/include ExternalParser.cc Also take a look at htdig-3.1.6/include/htconfig.h and check the settings for the HAVE_SYS_WAIT_H and HAVE_WAIT_H variables. Jim ------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg=12297 _______________________________________________ ht://Dig general mailing list: <[EMAIL PROTECTED]> ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html List information (subscribe/unsubscribe, etc.) https://lists.sourceforge.net/lists/listinfo/htdig-general

