This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
bootstrap problem on x86-linux (and presumably everywhere else)
- To: java at gcc dot gnu dot org
- Subject: bootstrap problem on x86-linux (and presumably everywhere else)
- From: Geoff Keating <geoffk at geoffk dot org>
- Date: Thu, 17 May 2001 15:49:46 -0700
- Reply-to: Geoff Keating <geoffk at redhat dot com>
The bootstrap is failing on x86-linux because the symbol
__gxx_personality_v0 is not defined while linking jv-convert.
I believe this is because libgcj contains C++ code (for instance,
shs.cc) but does not link with libstdc++.
Is there some reason why this shouldn't be done?
--
- Geoffrey Keating <geoffk@geoffk.org>