This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/14316] collect2 doesnt build on windows hosts
- From: "eric at ecentral dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Mar 2004 15:06:56 -0000
- Subject: [Bug bootstrap/14316] collect2 doesnt build on windows hosts
- References: <20040227020715.14316.droopycom@yahoo.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From eric at ecentral dot com 2004-03-17 15:06 -------
The collect2 patch from Dave Murphy works (thanks!), but then there are
additional errors in fixinc/fixincl.c due to POSIX stuff: pipe, fork, sleep,
fcntl, wait, F_DUPFD, SIGQUIT, SIGALRM.
IIRC (from building the avr target), collect2 and fixincl are the only two
places that need patching for building cross-compilers on a mingw32 host.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14316