[Bug bootstrap/11515] mingw32 fails to build gnatlib due to missing sys/wait.h
pinskia at physics dot uc dot edu
gcc-bugzilla@gcc.gnu.org
Mon Jul 14 00:49:00 GMT 2003
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.
More information about the Gcc-bugs
mailing list