> Von: Ulrich Weigand [mailto:[EMAIL PROTECTED]] > Gesendet: Montag, 23. September 2002 23:04 > > Are there patches for GCC 3,2 under S390??? > > No, gcc 3.2 works as is on s390 and s390x. > > Why, are you seeing any problems?
We found a problem on s390x and gcc 3.0.4, 3.1.1, 3.2 (we've only tested these). It's not a big problem, but it seemst that the configure script is a little bit mixed up. We configure the gcc with the following statement: ./configure --host=s390x-suse-linux --prefix=/usr/local/gcc3 --enable-languages="c,c++" --enable-threads=posix --enable-shared If we call after that make, the make fails at xgcc that can't link crti.o. It seems that it searches for libs only in the 31-bit lib-dir /usr/lib and not in /usr/lib64 where the crti.o resides. If I call make with the LIBRARY_PATH expicit set: LIBRARY_PATH="/usr/lib64" make everything works. Ok, also the resulting gcc needs that "hint"... any ideas? ciao Kurt
