[Bug libgcj/12708] SIGSEGV, Segmentation fault starting java program
pj at csc dot fi
gcc-bugzilla@gcc.gnu.org
Wed Oct 22 12:27:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12708
------- Additional Comments From pj at csc dot fi 2003-10-22 12:16 -------
Subject: Re: SIGSEGV, Segmentation fault starting java
program
On ke, 2003-10-22 at 13:59, bryce at mckinlay dot net dot nz wrote:
> Well, something is very wrong here - looks like a problem with your
> system/glibc headers?
No, if I compile gcc 3.3.2 by command
make CFLAGS='-O2' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2
-fno-implicit-templates' bootstrap
HelloWorld works well but if I use
make CFLAGS='-O3 -march=i686 -mcpu=pentium4' LIBCFLAGS='-g -O3
-march=i686 -mcpu=pentium4' LIBCXXFLAGS='-g -O3 -march=i686
-mcpu=pentium4 -fno-implicit-templates' bootstrap
it failes to start.
cvs version failed to compile also other Redhat 9 machine.
More information about the Gcc-bugs
mailing list