This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Can't bootstrap gcc 3.4.0 20040205 on cygwin: xgcc: cygwin1.o: No such file or directory
- From: Christian Joensson <christian at j-son dot org>
- To: gcc <gcc at gcc dot gnu dot org>
- Cc: David dot Billinghurst at riotinto dot com, tprince at computer dot org
- Date: Thu, 12 Feb 2004 10:11:32 +0100
- Subject: Re: Can't bootstrap gcc 3.4.0 20040205 on cygwin: xgcc: cygwin1.o: No such file or directory
- References: <20040205112453.GA3328@Luddes> <20040210103656.A17401@fw.j-son.org>
On Tue, Feb 10, 2004 at 10:36:56AM +0100, Christian Joensson wrote:
> On Thu, Feb 05, 2004 at 12:24:53PM +0100, Christian Joensson wrote:
> > Windows XP/Pro SP1 cygwin P4 system with these packages:
> >
> > binutils 20030901-1 2.14.90 20030901
> > bison 20030307-1 1.875b
> > cygwin 1.5.7-1
> > dejagnu 20021217-2 1.4.2.x
> > gawk 3.1.3-4
> > gcc 3.3.1-3
> > w32api 2.4-1
> >
> > LAST_UPDATED: Thu Feb 5 08:54:16 GMT 2004
> >
> > configure pentium4-cygwin --prefix=/usr/local/gcc-binutils --enable-shared --enable-threads=posix --with-system-zlib --enable-libgcj
> >
> >
> > /bin/sh /usr/local/src/branch/gcc/gcc/move-if-change tmp-mlib.h multilib.h
> > multilib.h is unchanged
> > echo timestamp > s-mlib
> > (SHLIB_LINK='' \
> > SHLIB_MULTILIB=''; \
> > stage1/xgcc.exe -Bstage1/ -B/usr/local/gcc-binutils/pentium4-cygwin/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Wno-error -DHAVE_CONFIG_H -I. -I. -I/usr/local/src/branch/gcc/gcc -I/usr/local/src/branch/gcc/gcc/. -I/usr/local/src/branch/gcc/gcc/../include \
> > -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/usr/local/gcc-binutils/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/usr/local/gcc-binutils/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"3.4.0\" -DDEFAULT_TARGET_MACHINE=\"pentium4-cygwin\" -DSTANDARD_BINDIR_PREFIX=\"/usr/local/gcc-binutils/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` `test "X${SHLIB_MULTILIB}" = "X" || echo "-DNO_SHARED_LIBGCC_MULTILIB"` \
> > -c /usr/local/src/branch/gcc/gcc/gcc.c -o gcc.o)
> > /usr/local/src/branch/gcc/gcc/gcc.c:903: warning: string length `529' is greater than the length `509' ISO C89 compilers are required to support
> > /usr/local/src/branch/gcc/gcc/gcc.c:921: warning: string length `608' is greater than the length `509' ISO C89 compilers are required to support
> > In file included from ./specs.h:4,
> > from /usr/local/src/branch/gcc/gcc/gcc.c:954:
> > /usr/local/src/branch/gcc/gcc/objc/lang-specs.h:27: warning: string length `603' is greater than the length `509' ISO C89 compilers are required to support
> > /usr/local/src/branch/gcc/gcc/objc/lang-specs.h:42: warning: string length `783' is greater than the length `509' ISO C89 compilers are required to support
> > /usr/local/src/branch/gcc/gcc/gcc.c:1503: warning: string length `695' is greater than the length `509' ISO C89 compilers are required to support
> > /usr/local/src/branch/gcc/gcc/gcc.c: In function `process_command':
> > /usr/local/src/branch/gcc/gcc/gcc.c:3661: warning: assignment of read-only location
> > /usr/local/src/branch/gcc/gcc/gcc.c:3663: warning: assignment of read-only location
> > (SHLIB_LINK='' \
> > SHLIB_MULTILIB=''; \
> > stage1/xgcc.exe -Bstage1/ -B/usr/local/gcc-binutils/pentium4-cygwin/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Wno-error -DHAVE_CONFIG_H -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/usr/local/gcc-binutils/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/usr/local/gcc-binutils/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"3.4.0\" -DDEFAULT_TARGET_MACHINE=\"pentium4-cygwin\" -DSTANDARD_BINDIR_PREFIX=\"/usr/local/gcc-binutils/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` `test "X${SHLIB_MULTILIB}" = "X" || echo "-DNO_SHARED_LIBGCC_MULTILIB"` \
> > -I. -I. -I/usr/local/src/branch/gcc/gcc -I/usr/local/src/branch/gcc/gcc/. -I/usr/local/src/branch/gcc/gcc/../include /usr/local/src/branch/gcc/gcc/java/jvspec.c -o jvspec.o)
> > /usr/local/src/branch/gcc/gcc/java/jvspec.c:61: warning: string length `819' is greater than the length `509' ISO C89 compilers are required to support
> > stage1/xgcc.exe -Bstage1/ -B/usr/local/gcc-binutils/pentium4-cygwin/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -DHAVE_CONFIG_H -o gcj.exe gcc.o jvspec.o prefix.o intl.o \
> > version.o cygwin1.o ../libiberty/libiberty.a -lintl -liconv
> > xgcc: cygwin1.o: No such file or directory
> > make[2]: *** [gcj.exe] Error 1
> > make[2]: Leaving directory `/usr/local/src/branch/objdir/gcc'
> > make[1]: *** [stage2_build] Error 2
> > make[1]: Leaving directory `/usr/local/src/branch/objdir/gcc'
> > make: *** [bootstrap-lean] Error 2
> >
> > Last, to me, known date to work... is Wed Feb 4 05:08:39 GMT 2004, see
> > http://gcc.gnu.org/ml/gcc-testresults/2004-02/msg00187.html
> >
> > Any ideas?
> >
> > Cheers,
>
> well, same thing still... anyone has any ideas of what goes wrong here?
hmm, the problem is present at gcc HEAD 3.5.0 20040212 (experimental),
LAST_UPDATED: Thu Feb 12 07:21:05 UTC 2004, as well as gcc branch
3.4.0 20040212 (prerelease), LAST_UPDATED: Thu Feb 12 06:02:54 UTC
2004.
The testresults I see posted for Feb 2004 are, for example,
3.3.3 20040209 (prerelease) testsuite on i686-pc-cygwin
http://gcc.gnu.org/ml/gcc-testresults/2004-02/msg00463.html
3.4.0 20040204 (prerelease) testsuite on i786-pc-cygwin
http://gcc.gnu.org/ml/gcc-testresults/2004-02/msg00187.html
(last, to me, know to work fron the 3.4 branch)
Are any of you guys testing HEAD or 3.4? Are you seeing the same
problem?
Cheers,
/ChJ