[Date Prev] [Date Index] [Date Next] [Thread Prev] [Thread Index] [Thread Next]
Bryan Stansell bryan@conserver.com
Thu, 6 Apr 2006 06:50:53 -0700 (PDT)
i just compiled on solaris 10 x86 using gcc without any issues. here are a couple of questions: 1) did you run ./configure on that machine or another? (i assume that one since it's all in /tmp) 2) did configure find /usr/include/sys/wait.h and set "#define HAVE_SYS_WAIT_H 1" in config.h (in the top-level directory)? 3) do you have a /usr/include/sys/wait.h on the box? if all those are true, then perhaps your gcc installation isn't quite right? or, do you have another sys/wait.h being picked up from another directory or something (that gcc finds)? it should "just work"...i hope one of these things help. Bryan