This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
--disable-multilib and shared libraries?
- To: java at gcc dot gnu dot org, gcc at gcc dot gnu dot org
- Subject: --disable-multilib and shared libraries?
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- Date: Sat, 27 Oct 2001 22:02:57 +1300
On PowerPC linux, GCC builds soft-float multilibs by default. I'd like
to use the "--disable-multilib" configure option to easily prevent it
from doing that, but in that case libgcj doesn't build any shared
libraries! libgcc_s and libstdc++.so both do build shared libraries
correctly however: the problem is apparantly specific to
libjava/boehm-gc/zlib. Does anyone know what would be causing this
behaviour and how to fix it?
cheers
Bryce.