This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: can't resolve symbol '_Unwind_Backtrace'
- From: "ffileppo" <ffileppo at libero dot it>
- To: "ddaney" <ddaney at avtrex dot com>
- Cc: "aph" <aph at redhat dot com>,"java" <java at gcc dot gnu dot org>
- Date: Mon, 21 Apr 2008 18:40:40 +0200
- Subject: Re: can't resolve symbol '_Unwind_Backtrace'
> >
> >> Are you really using uClibc?
> >>
> >> Has libgcj ever been tested with other than glibc?
> >>
> >> I know uClibc does not work with libgcj on MIPS.
> >
> > OMG, does this system not use glibc? I didn't know that.
> > I would be very surprised to see this work.
> >
>
> I did get libgcj-3.4 working with uClibc several years ago. It is not a
> major patch, but It did require hacking up both uClibc and GCC to get
> the exception handling working. I gave up on it as the aggravation of
> using UClibc was not worth the small space savings.
>
> David Daney
>
Since I'd like to keep my filesystem based on uClibc, I could compile gcj using glibc and then use -static-libgcj when compiling binaries.
In this way I wouldn't need any external libraries, am I right?
Thank you,
Francesco