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/14316] collect2 doesnt build on windows hosts


------- Additional Comments From ian at wasabisystems dot com  2004-03-17 15:47 -------
Subject: Re:  collect2 doesnt build on windows hosts

"eric at ecentral dot com" <gcc-bugzilla@gcc.gnu.org> writes:

> 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.

Perhaps the fixinc problem can be fixed by adding a case in
fixinc/mkfixinc.sh for mingw32?  There is already a case there for
msdosdjgpp.

I haven't looked at the code enough to see what it is really doing?

Ian


-- 


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


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