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]
Other format: [Raw text]

3.2.1: make distclean fails


In gcc 3.2.1, on a gnu/linux system (red hat 8.0), I did:

./configure --prefix=/usr/local/gnu --enable-languages=c,c++
make bootstrap
make install

All of which went fine.  Then I did:

make distclean

which ran fine for a while and then got the following error:

...
make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CC_FOR_TARGET=/usr/local/gnu/src/gcc-3.2.1/gcc/xgcc -B/usr/local/gnu/src/gcc-3.2.1/gcc/ -B/usr/local/gnu/i686-pc-linux-gnu/bin/ -B/usr/local/gnu/i686-pc-linux-gnu/lib/ -isystem /usr/local/gnu/i686-pc-linux-gnu/include" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-O2 -g -O2" "INSTALL=/bin/sh /usr/local/gnu/src/gcc-3.2.1/install-sh -c" "INSTALL_DATA=/bin/sh /usr/local/gnu/src/gcc-3.2.1/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh /usr/local/gnu/src/gcc-3.2.1/install-sh -c " "INSTALL_SCRIPT=/bin/sh /usr/local/gnu/src/gcc-3.2.1/install-sh -c" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-O2 -g -O2" "MAKE=make" "MAKEINFO=makeinfo   " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr/local/gnu" "infodir=/usr/local/gnu/info" "libdir=/usr/local/gnu/lib" "includedir=/usr/local/gnu/include" "prefix=/usr/local/gnu" "tooldir=/usr/local/gnu/i686-pc-linux-gnu" "AR=ar" "AS=as" "LD=!
ld" "LIBCFLAGS=-g -O2" "PICFLAG=" "RANLIB=ranlib" "NM=nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=nm" "DESTDIR=" "WERROR="  DO=mostlyclean multi-clean
make[3]: Entering directory `/usr/local/gnu/src/gcc-3.2.1/i686-pc-linux-gnu/libstdc++-v3'
make[3]: *** No rule to make target `multi-clean'.  Stop.
make[3]: Leaving directory `/usr/local/gnu/src/gcc-3.2.1/i686-pc-linux-gnu/libstdc++-v3'
make[2]: *** [mostlyclean-multi] Error 2
make[2]: Leaving directory `/usr/local/gnu/src/gcc-3.2.1/i686-pc-linux-gnu/libstdc++-v3'
make[1]: *** [distclean-recursive] Error 1
make[1]: Leaving directory `/usr/local/gnu/src/gcc-3.2.1/i686-pc-linux-gnu/libstdc++-v3'
make: *** [do-distclean] Error 1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]