This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/12708] SIGSEGV, Segmentation fault starting java program
- From: "pj at csc dot fi" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Oct 2003 10:49:17 -0000
- Subject: [Bug libgcj/12708] SIGSEGV, Segmentation fault starting java program
- References: <20031021130251.12708.pj@csc.fi>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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 10:48 -------
Subject: Re: SIGSEGV, Segmentation fault starting java
program
On ke, 2003-10-22 at 11:29, bryce at mckinlay dot net dot nz wrote:
> Try configuring with --enable-languages=java - this will only build the
> C, C++, and java compilers so problems with ada will be avoided (and
> the build will go a bit faster)
It helps but:
../../../gcc/libiberty/fibheap.c: In function `fibheap_delete_node':
../../../gcc/libiberty/fibheap.c:285: error: `LONG_MIN' undeclared
(first use in this function)
../../../gcc/libiberty/fibheap.c:285: error: (Each undeclared identifier
is reported only once
../../../gcc/libiberty/fibheap.c:285: error: for each function it
appears in.)
make[2]: *** [fibheap.o] Error 1
make[2]: Leaving directory
`/tmp/pj/cvs/objdir/i686-pc-linux-gnu/libiberty'
make[1]: *** [all-target-libiberty] Error 2
make[1]: Leaving directory `/tmp/pj/cvs/objdir'
make: *** [bootstrap] Error 2