Problem building libsdc++-v3 in a cross compile environment (zSeries, PPC64)

Daniel Jacobowitz drow@mvista.com
Thu Oct 23 16:15:00 GMT 2003


On Thu, Oct 23, 2003 at 08:51:12AM +0200, Hartmut Penner wrote:
> Tried to build a cross-compiler for zSeries (64 bit) on an x86 system on
> cvs head.
> I get a failure while configuring the libstdc++. This also happens when
> building a powerpc64 cross
> compiler.
>       regards, Hartmut
> 
> Configure:
>  ../gcc-head/configure  --target=s390x-ibm-linux --enable-languages=c,c++
> --disable-multilib

That error means that you can't link.  You didn't disable shared
libraries, so obviously you do need to be able to link in order to
build libstdc++.

> checking if /home/hp/gnu/gcc-head-s390x/gcc/xgcc static flag -static works... no

Hmm, that's odd, it worked earlier.

Please look at config.log to find out what's going on.  There should be
a failed link test near the top of libstdc++'s config.log, find out why
it failed.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer



More information about the Gcc mailing list