This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc head on mingw
- From: "Aaron W. LaFramboise" <aaronavay62 at aaronwl dot com>
- To: Bobby McNulty Junior <snyder100 at bellsouth dot net>
- Cc: gcc at gcc dot gnu dot org
- Date: Sun, 03 Oct 2004 18:16:39 -0500
- Subject: Re: gcc head on mingw
- References: <416005F4.1080000@bellsouth.net>
Bobby McNulty Junior wrote:
> I get run into three problems, which I'll fix.
> They are in the fixincludes.
> SIGALARM is not defined for mingw
> There are two others.
> I'll send a fix soon.
fixincludes is broken on MinGW. A patch by Paolo Bonzini is pending
approval to disable it
<http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02731.html>.
fixincludes just recently started breaking bootstrap because of
reorganization. As far as I know, it has never built on MinGW. See
<http://gcc.gnu.org/ml/gcc/2004-09/msg00817.html>.
I suspect you will not be able to fix its problems, as I think the
resolution depends on the integation of a libiberty process execution
facility that is (as near as I can tell) stalled waiting on Ian Lance
Taylor to finish it
<http://gcc.gnu.org/ml/gcc-patches/2004-03/msg01331.html>.
Aaron W. LaFramboise