Mark Post wrote:

>*** This configuration is not supported in the following subdirectories:
>     target-libffi target-boehm-gc target-zlib target-libjava
>    (Any other directories should still work fine.)

As was already mentioned, this simply means that Java isn't yet supported
on s390 (b.t.w. neither is Ada).

>../gcc-$VERSION/configure --prefix=/usr \
>                          --enable-shared \
>                          --with-gnu-ld \
>                          --enable-threads \
>                          --verbose \
>                          --target=s390-slackware-linux \
>                          --host=s390-slackware-linux

You really should add --enable-__cxa_atexit to the configure line,
or else the resulting compiler will generate object code that does
not fully conform to the C++ ABI.  See
  http://gcc.gnu.org/gcc-3.2/c++-abi.html
for details.

Bye,
Ulrich

--
  Dr. Ulrich Weigand
  [EMAIL PROTECTED]

Reply via email to