This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Problems building libstdc++-v3


Hi,

I'm trying to build a crosscompiler, target=powerpc-eabi and host is cygwin. Everything works and installs fine (i.e. binutils, newlib and bootstrap gcc) to the final compiler build. It always fail during configuration of libstdc++-v3, see trace below.

cat config.status
#!/bin/sh
# This file was generated automatically by configure. Do not edit.
# This directory was configured as follows:
../../src/gcc-3.2/configure --with-gcc-version-trigger=/home/lobell/src/gcc-3.2/gcc/version.c --host=i686-pc-cygwin --prefix=/usr/local/powerpc --target=powerpc-eabi --with-gnu-ld --with-gnu-as --disable-nls --enable-languages=c,c++ --norecursion
# using "mh-frag"

checking for gcc... /home/lobell/build/gcc/gcc/xgcc -B/home/lobell/build/gcc/gcc/ -B/usr/local/powerpc/powerpc-eabi/bin/ -B/usr/local/powerpc/powerpc-eabi/lib/ -isystem /usr/local/powerpc/powerpc-eabi/include
checking whether we are using GNU C... yes
checking whether /home/lobell/build/gcc/gcc/xgcc -B/home/lobell/build/gcc/gcc/ -B/usr/local/powerpc/powerpc-eabi/bin/ -B/usr/local/powerpc/powerpc-eabi/lib/ -isystem /usr/local/powerpc/powerpc-eabi/include accepts -g... yes
checking for c++... /home/lobell/build/gcc/gcc/xgcc -shared-libgcc -B/home/lobell/build/gcc/gcc/ -nostdinc++ -L/home/lobell/build/gcc/powerpc-eabi/libstdc++-v3/src -L/home/lobell/build/gcc/powerpc-eabi/libstdc++-v3/src/.libs -B/usr/local/powerpc/powerpc-eabi/bin/ -B/usr/local/powerpc/powerpc-eabi/lib/ -isystem /usr/local/powerpc/powerpc-eabi/include
checking whether we are using GNU C++... yes
checking whether /home/lobell/build/gcc/gcc/xgcc -shared-libgcc -B/home/lobell/build/gcc/gcc/ -nostdinc++ -L/home/lobell/build/gcc/powerpc-eabi/libstdc++-v3/src -L/home/lobell/build/gcc/powerpc-eabi/libstdc++-v3/src/.libs -B/usr/local/powerpc/powerpc-eabi/bin/ -B/usr/local/powerpc/powerpc-eabi/lib/ -isystem /usr/local/powerpc/powerpc-eabi/include accepts -g... yes
checking for GCC version number... 3.2
checking for POSIXized ISC... no
checking for powerpc-eabi-as... /usr/local/powerpc/powerpc-eabi/bin/as.exe
checking for powerpc-eabi-ar... powerpc-eabi-ar
checking for powerpc-eabi-ranlib... powerpc-eabi-ranlib
checking for a BSD compatible install... /usr/bin/install -c
checking whether to enable maintainer-specific portions of Makefiles... no
CPU config directory is config/cpu/powerpc
OS config directory is config/os/generic
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for ld used by GCC... /usr/local/powerpc/powerpc-eabi/bin/ld.exe
checking if the linker (/usr/local/powerpc/powerpc-eabi/bin/ld.exe) is GNU ld... yes
checking for /usr/local/powerpc/powerpc-eabi/bin/ld.exe option to reload object files... -r
checking for BSD-compatible nm... /usr/local/powerpc/powerpc-eabi/bin/nm.exe
checking how to recognise dependant libraries... unknown
checking for object suffix... configure: error: installation or configuration problem; compiler does not work
make: *** [configure-target-libstdc++-v3] Error 1


Any ideas?

Regards




_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com


------
Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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