This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcj vs. SIGSEGV
- From: Jeff Sturm <jsturm at one-point dot com>
- To: "Dr. Franz Fehringer" <fehrin at t-online dot de>
- Cc: Andrew Haley <aph at redhat dot com>, <gcc at gnu dot org>
- Date: Thu, 12 Feb 2004 21:53:07 -0500 (EST)
- Subject: Re: gcj vs. SIGSEGV
On Tue, 10 Feb 2004, Dr. Franz Fehringer wrote:
> > > export GCJFLAGS="-pipe -Wp,-D_REENTRANT -Wp,-D_GNU_SOURCE -Wp,-D_FILE_OFFSET_BITS=64 -O3 -fomit-frame-pointer -ffast-math -marchexport LDFLAGS="-O3 -L/usr/local/lib -L/usr/X11R6/lib"
> >
> > This is very weird. -fomit-frame-pointer will surely break the libgcj
> > build.
>
> Thanks, will try your suggestion.
Did it help?
Also, check your minimum binutils requirements:
http://gcc.gnu.org/install/specific.html#ix86-*-linux*
(Problems with older gas typically manifest at -O3.)
Jeff