This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/11515] mingw32 fails to build gnatlib due to missing sys/wait.h
- From: "dannysmith at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Oct 2003 08:35:01 -0000
- Subject: [Bug ada/11515] mingw32 fails to build gnatlib due to missing sys/wait.h
- References: <20030714004454.11515.dhazeghi@yahoo.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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
dannysmith at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |charlet at gcc dot gnu dot
| |org
------- Additional Comments From dannysmith at gcc dot gnu dot org 2003-10-30 08:34 -------
This was fixed in the latest "big merge"
http://gcc.gnu.org/ml/gcc-cvs/2003-10/msg00838.html
and by subsequent addition of "mingw32.h" to ada directory
http://gcc.gnu.org/ml/gcc-cvs/2003-10/msg00881.html
Thanks Arnaud.
I believe the problem still exists in 3.3 branch. Are there plans to
backport the recent changes to 3.3 branch?
Danny