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


Hi Ian,

My build system is GNU/Linux and host is Mingw. 
The configuration command I am using is 
./configure --target=h8300-elf --host=i386-pc-mingw32msvc --build=i686-pc-linux-gnu 
I checked the auto-host.h file and it does not have HAVE_SYS_WAIT_H defined.
 
Regards,
Rekha.

-----Original Message-----
From: Ian Lance Taylor [mailto:ian@wasabisystems.com]
Sent: Wednesday, April 21, 2004 10:14 PM
To: Rekha Deshmukh
Cc: gcc@gcc.gnu.org
Subject: 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]