On 5/2/07, Christian Joensson <[EMAIL PROTECTED]> wrote:
2007/5/2, Andrew Haley <[EMAIL PROTECTED]>:
> Christian Joensson writes:
> > On cygwin, with D. Korn's proposed patch to cygwin's (i.e., newlib's)
> > stdio.h, I get a bootstrap failure do to comparison difference(s):
>
> Did you do a total rebuild of all gcc in a clean directory? You need
> to.
yep, started from scratch with the tarball...
here's how I configured it:
$ ./stage3-gcc/xgcc.exe -v
Using built-in specs.
Target: i686-pc-cygwin
Configured with: ../gcc/configure --disable-nls
--without-included-gettext --enable-version-specific-runtime-libs
--without-x --enable-libgcj --with-system-zlib --enable-threads=posix
--enable-languages=c,ada,c++,fortran,java,objc,obj-c++,treelang
Thread model: posix
gcc version 4.2.0 20070501 (prerelease)
[EMAIL PROTECTED] /usr/local/src/branch/objdir
$
btw, did it work for you?
--
Cheers,
/ChJ
I get the exact same errors when using a pristine tar ball.
Using built-in specs.
Target: i686-pc-cygwin
Configured with: ../configure -disable-nls --without-included-gettext
--enable-version-specific-libs --without-x --enable-libgcj
--with-system-zlib --enable-threads=posix
--enable-languages=c,ada,c++,fortran,java,objc,obj-c++,treelang
--prefix=/cygdrive/c/beta --program-suffix=-4.2rc3
Thread model: posix
gcc version 4.2.0 20070501 (prerelease)
Regards,
JT