This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/21683] New: [Regression] build failure on i386-mingw (sys/wait.h header)
- From: "fxcoudert at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 May 2005 18:16:08 -0000
- Subject: [Bug bootstrap/21683] New: [Regression] build failure on i386-mingw (sys/wait.h header)
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
The following patch causes a build failure on i386-mingw:
2005-05-15 Gabriel Dos Reis <gdr@integrable-solutions.net>
* fixincl.c: #include <sys/wait.h>
Build was successful before, but now fails when compiling fixincl.c, since MinGW
doesn't have a sys/wait.h headers file. With this #include statement removed,
build is successful.
--
Summary: [Regression] build failure on i386-mingw (sys/wait.h
header)
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Keywords: build
Severity: normal
Priority: P2
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: fxcoudert at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org,gdr at integrable-
solutions dot net
GCC build triplet: i386-mingw
GCC host triplet: i386-mingw
GCC target triplet: i386-mingw
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21683