This is the mail archive of the gcc-prs@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]

Re: libstdc++/8707: make distclean fails


The following reply was made to PR libstdc++/8707; it has been noted by GNATS.

From: karl@freefriends.org (Karl Berry)
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: Re: libstdc++/8707: make distclean fails
Date: Sat, 30 Nov 2002 14:28:20 -0500

 As discussed with Phil, I tried building with srcdir != objdir.
 Surprisingly, make distclean failed in the same way as when srcdir=objdir.
 
 HTH,
 karl
 
 # all of this succeeds:
 tar xzf gcc-3.2.1.tar.gz 
 cd gcc-3.2.1
 mkdir objdir
 cd objdir
 ../configure --enable-languages=c,c++
 make bootstrap
 
 # and then this fails:
 make distclean
 make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CC_FOR_TARGET=/usr/local/gnu/src/gcc-3.2.1/objdir/gcc/xgcc -B/usr/local/gnu/src/gcc-3.2.1/objdir/gcc/ -B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/ -isystem /usr/local/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/lo cal/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" "infodir=/usr/local/info" "libdir=/usr/local/lib" "includedir=/usr/local/include" "prefix=/usr/local" "tooldir=/usr/local/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/objdir/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/objdir/i686-pc-linux-gnu/libstdc++-v3'
 make[2]: *** [mostlyclean-multi] Error 2
 make[2]: Leaving directory `/usr/local/gnu/src/gcc-3.2.1/objdir/i686-pc-linux-gnu/libstdc++-v3'
 make[1]: *** [distclean-recursive] Error 1
 make[1]: Leaving directory `/usr/local/gnu/src/gcc-3.2.1/objdir/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]