------- Additional Comments From uweigand at gcc dot gnu dot org 2004-11-24 13:11 ------- You are apparently trying to build a bi-arch s390x-ibm-linux compiler; this is possible only if you have *both* 64-bit and 31-bit libc developement packages (including crt*.o) available.
You'll need to either provide a 31-bit libc development pacakge, or else configure gcc with --disable-multilib to build a pure 64-bit compiler. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18645
