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


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


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