This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

bootstrap problem on x86-linux (and presumably everywhere else)



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>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]