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]
Other format: [Raw text]

RE: undefined reference to '_Unwind_FindEnclosingFunction@GCC_3.3


>>>> My guess: ld is finding an old libgcc_s.so.  The
>>>> _Unwind_FindEnclosingFunction symbol was added recently.

You're right.

gcj is loading the pre-installed libgcj.so from /usr/lib, while gcc has been
installed in /usr/lib/local/..., where it doesn't contain a libgcj.so. It
seems that the compilation of version 3.3 20030310 in CVS has failed. Is it
possible that the 3.3 version in CVS does not build properly? What 3.3
version should preferably be used?


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