This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/11515] mingw32 fails to build gnatlib due to missing sys/wait.h


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11515


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-07-14 00:49:53
               date|                            |


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-14 00:49 -------
The problem is that adaint.c does not have a check to see if sys/wait.h exists.  I am going to 
confirm this based on Dara saying mingw32 does not have sys/wait.h and by looking into the 
adaint.c and seeing that it is including sys/wait.h if IN_RTS is not defined which is true on 
mingw32.


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