This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: protoize and unprotoize building with gcc-3.4-20040325


"Rekha Deshmukh" <RekhaD@KPITCummins.com> writes:

> Thanks for the reply.
> Yes, bconfig.h does includes the auto-build.h file and auto-build.h has HAVE_SYS_WAIT_H defined. 

auto-build.h should reflect your build system.  If your build system
is mingw, then you presumably do not in fact have the header file
<sys/wait.h>.  So the question then is: why is HAVE_SYS_WAIT_H defined
in auto-build.h?

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]