This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: undefined reference to '_Unwind_FindEnclosingFunction@GCC_3.3
- From: "Erik Poupaert" <erik dot poupaert at chello dot be>
- To: "Jeff Sturm" <jsturm at one-point dot com>
- Cc: "GCJ Java" <java at gcc dot gnu dot org>
- Date: Wed, 19 Mar 2003 19:20:30 +0100
- Subject: 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?