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

Build problems - gcc 3.0.4 with libstdc++-v3.0.97 on Intel x86




gcc 3.0.4 built fine without the libstc++ files unzipped in it's
dirs.  When I unzipped the libstc++-v3.0.97-gcc-3.0.4.tar.gz in
gcc's srcdir, it gave me the following error:



make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" 
"CC_FOR_TARGET=/home/herronli/gcc-3.0.4/objdir/gcc/xgcc 
-B/home/herronli/gcc-3.0.4/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 
-D_GNU_SOURCE" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" 
"INSTALL=/bin/sh /home/herronli/gcc-3.0.4/install-sh -c" 
"INSTALL_DATA=/bin/sh /home/herronli/gcc-3.0.4/install-sh -c -m 644" 
"INSTALL_PROGRAM=/bin/sh /home/herronli/gcc-3.0.4/install-sh -c " 
"INSTALL_SCRIPT=/bin/sh /home/herronli/gcc-3.0.4/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" "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="  all-recursive
make[3]: Entering directory 
`/home/herronli/gcc-3.0.4/objdir/i686-pc-linux-gnu/libstdc++-v3'
Making all in include
make[4]: Entering directory 
`/home/herronli/gcc-3.0.4/objdir/i686-pc-linux-gnu/libstdc++-v3/include'
make[4]: *** No rule to make target 
`/home/herronli/gcc-3.0.4/libstdc++-v3/include/std/algorithm', needed by 
`stamp-std'.  Stop.
make[4]: Leaving directory 
`/home/herronli/gcc-3.0.4/objdir/i686-pc-linux-gnu/libstdc++-v3/include'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory 
`/home/herronli/gcc-3.0.4/objdir/i686-pc-linux-gnu/libstdc++-v3'
make[2]: *** [all-recursive-am] Error 2
make[2]: Leaving directory 
`/home/herronli/gcc-3.0.4/objdir/i686-pc-linux-gnu/libstdc++-v3'
make[1]: *** [all-target-libstdc++-v3] Error 2
make[1]: Leaving directory `/home/herronli/gcc-3.0.4/objdir'
make: *** [bootstrap] Error 2


Any ideas?

Liam

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.


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