This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj-4.3.20060126 miscompiles native libraries?
On Sat, 27 Jan 2007 14:55:17 +0000
Andrew Haley <aph@redhat.com> wrote:
> Hanno Meyer-Thurow writes:
> > Hi again,
> > another thing I see with latest gcj.
> >
> > gcj -shared -Wl,-Bsymbolic -fPIC -findirect-dispatch -fjni -g0 -O1 -mtune=pentium4 -march=pentium4 -pipe -momit-leaf-frame-pointer -fomit-frame-pointer -o /usr/share/eclipse-ecj-3.3/lib/libecj.jar.so /usr/share/eclipse-ecj-3.3/lib/ecj.jar
> >
> > ... seems to miscompile native libraries.
>
> Hmm. Are you trying to run a newly-compiled set of libraries with an
> old libgcj?
Ok, it seems that latest gcj version does not like Gentoos Java config system.
It has an old and a new style. Deleteing old style configs solves my issue.
Sorry to bother. :(
Hanno