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] |
I just tried a bootstrap build with gcc-ss-20010101 on an i686-linux(2.2.18)-gnu(2.2) that has gcc-2.95.2 and autoconf 2.49b installed. I got the sources via cvs and configured with the flags: "--host=i686-pc-linux-gnu --prefix=/usr --with-gnu-as --enable-shared --with-gnu-ld --enable-threads=posix" and use the default CFLAGS. Here's what the log shows (spaces added by me): ar cru libz.a adler32.o compress.o crc32.o deflate.o gzio.o infblock.o infcodes.o inffast.o inflate.o inftrees.o infutil.o trees.o uncompr.o zutil.o ranlib libz.a true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/bin/sh /home/ronis/Project/notar/gcc/install-sh -c" "INSTALL_DATA=/bin/sh /home/ronis/Project/notar/gcc/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh /home/ronis/Project/notar/gcc/install-sh -c " "INSTALL_SCRIPT=/bin/sh /home/ronis/Project/notar/gcc/install-sh -c" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr" "infodir=/usr/info" "libdir=/usr/lib" "prefix=/usr" "tooldir=/usr/i686-pc-linux-gnu" "AR=ar" "AS=as" "CC=gcc" "CXX=g++" "LD=ld" "LIBCFLAGS=-g -O2" "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do make[1]: Leaving directory `/home/ronis/Project/notar/objdir/zlib' Bootstrapping the compiler make[1]: Entering directory `/home/ronis/Project/notar/objdir/gcc' make[1]: *** No rule to make target `bootstrap'. Stop. make[1]: Leaving directory `/home/ronis/Project/notar/objdir/gcc' make: *** [bootstrap] Error 2 objdir/gcc is empty. While this seems to be a different problem, this is the 3rd snapshot with configure-related problems (see, http://gcc.gnu.org/ml/gcc-bugs/2000-12/msg00423.html). David
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |