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]

gcc 3.2 make distclean fails


make distclean fails in gcc 3.2, error from make included below.  Fails
in the same way on both redhat 7.3 on x86 and solaris 2.6 on sparc,
building in the source directory.

...
make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CC_FOR_TARGET=/usr/local/gnu/src/gcc-3.2/gcc/xgcc -B/usr/local/gnu/src/gcc-3.2/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=-g -O2" "INSTALL=/bin/sh /usr/local/gnu/src/gcc-3.2/install-sh -c" "INSTALL_DATA=/bin/sh /usr/local/gnu/src/gcc-3.2/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh /usr/local/gnu/src/gcc-3.2/install-sh -c " "INSTALL_SCRIPT=/bin/sh /usr/local/gnu/src/gcc-3.2/install-sh -c" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-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 -O!
2" "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/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/i686-pc-linux-gnu/libstdc++-v3'
make[2]: *** [mostlyclean-multi] Error 2
make[2]: Leaving directory `/usr/local/gnu/src/gcc-3.2/i686-pc-linux-gnu/libstdc++-v3'
make[1]: *** [distclean-recursive] Error 1
make[1]: Leaving directory `/usr/local/gnu/src/gcc-3.2/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]