[Clfs-dev] libstdc++-v3: No Such file or directory

tangke mumutouv at gmail.com
Mon Sep 14 16:33:48 PDT 2009


hi guys.
when I cross-compile the toolchains of mipsel with the 
http://cross-lfs.org/view/svn/mips/
but When I cross-compile the gcc finally,[the first is OK]
I found a error of "libstdc++-v3: No Such file or directory...."

this is the configure commands:
    AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
         ../gcc-${GCC_VERSION}/configure --prefix=/cross-tools \
       --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \
       --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \
       --enable-shared --enable-languages=c,c++ --enable-__cxa_atexit \
       --enable-c99 \
       --enable-long-long --enable-threads=posix --disable-multilib


somebody say that maybe the testsuite problem, but how can I compile the 
gcc without the testsuite?



More information about the Clfs-dev mailing list