Re: GCC 4.4 is not able to build itself under Cygwin

2009-03-09 Thread Piotr Wyderski
Dave Korn wrote: >  Gah, yes of course, you showed the config in your first post.  Well, that's > the problem. Confirmed, with --enable-threads=posix the compiler builds correctly. Best regards, Piotr

Re: GCC 4.4 is not able to build itself under Cygwin

2009-03-06 Thread Dave Korn
Dave Korn wrote: > Piotr Wyderski wrote: >> Richard Guenther wrote: >> >>> Where is windows.h included? >> I am not 100% sure yet -- the build process is in progress right >> now, so I don't want to interfere. I suspect it is the one included >> by gthr-win32.h. It contains the following lines: >

Re: GCC 4.4 is not able to build itself under Cygwin

2009-03-06 Thread Dave Korn
Piotr Wyderski wrote: > Richard Guenther wrote: > >> Where is windows.h included? > > I am not 100% sure yet -- the build process is in progress right > now, so I don't want to interfere. I suspect it is the one included > by gthr-win32.h. It contains the following lines: WAG: Do not pass --e

Re: GCC 4.4 is not able to build itself under Cygwin

2009-03-06 Thread Richard Guenther
On Fri, Mar 6, 2009 at 2:05 PM, Piotr Wyderski wrote: > Richard Guenther wrote: > >> Where is windows.h included? > > I am not 100% sure yet -- the build process is in progress right > now, so I don't want to interfere. I suspect it is the one included > by gthr-win32.h. It contains the following

Re: GCC 4.4 is not able to build itself under Cygwin

2009-03-06 Thread Piotr Wyderski
Richard Guenther wrote: > Where is windows.h included? I am not 100% sure yet -- the build process is in progress right now, so I don't want to interfere. I suspect it is the one included by gthr-win32.h. It contains the following lines: #include /* Now undef the windows BOOL. */ #undef BOOL

Re: GCC 4.4 is not able to build itself under Cygwin

2009-03-06 Thread Richard Guenther
On Fri, Mar 6, 2009 at 1:48 PM, Piotr Wyderski wrote: > This build problem has been occuring for at least a month, > both on the most recent snapshots and on trunk. > > The compiler is configured as follows: > > ../configure --prefix=/opt/gcc-4.4.0-20090227 -v --enable-bootstrap > --enable-version

GCC 4.4 is not able to build itself under Cygwin

2009-03-06 Thread Piotr Wyderski
This build problem has been occuring for at least a month, both on the most recent snapshots and on trunk. The compiler is configured as follows: ../configure --prefix=/opt/gcc-4.4.0-20090227 -v --enable-bootstrap --enable-version-specific-runtime-libs --enable-static --enable-shared --enable-sha