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: Jeff Sturm <jsturm at one-point dot com>
- To: Erik Poupaert <erik dot poupaert at chello dot be>
- Cc: GCJ Java <java at gcc dot gnu dot org>
- Date: Wed, 19 Mar 2003 13:03:18 -0500 (EST)
- Subject: Re: undefined reference to '_Unwind_FindEnclosingFunction@GCC_3.3
On Wed, 19 Mar 2003, Erik Poupaert wrote:
> >>>>> /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.3/../../../libgcj.so:
> >>>>> undefined reference to '_Unwind_FindEnclosingFunction at GCC_3 dot 3'
> >>>>> [apply] collect2: ld returned 1 exit status
My guess: ld is finding an old libgcc_s.so. The
_Unwind_FindEnclosingFunction symbol was added recently.
Try "locate libgcc_s.so" and see what else is out there. Also be wary of
building GCC with LD_LIBRARY_PATH, LD_RUN_PATH etc. in your environment.
Jeff