StrictMath.lo problem when building GCC (HEAD)
Anthony Green
green@redhat.com
Sun Feb 16 21:44:00 GMT 2003
Raif -
I'm seeing the same thing. It looks like some recent change in GCC
prevents libgcj for building on the trunk.
AG
On Sun, 2003年02月16日 at 10:07, Raif S. Naffah wrote:
> On Sunday 16 February 2003 15:28, i wrote:
> > ..trying to make, using the same config as posted earlier...
>> i've re-tried building the GCC in a clean build dir and this is what i get:
>> $ gcc -v
> Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2/specs
> Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --host=i386-redhat-linux --with-system-zlib --enable-__cxa_atexit
> Thread model: posix
> gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
>> $ ../gcc/configure --enable-shared --enable-threads=posix --prefix=/usr/local/gcc --enable-languages=c++,java
> ...
>> $ make
> ...
> ../../../gcc/libjava/java/lang/StrictMath.java: In class `java.lang.StrictMath':
> ../../../gcc/libjava/java/lang/StrictMath.java: In method `java.lang.StrictMath.atan2(double,double)':
> ../../../gcc/libjava/java/lang/StrictMath.java:632: internal compiler error: Segmentation fault
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
> make[2]: *** [java/lang/StrictMath.lo] Error 1
> make[2]: Leaving directory `/data/workspace/cvs/build-gcc/i686-pc-linux-gnu/libjava'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/data/workspace/cvs/build-gcc/i686-pc-linux-gnu/libjava'
> make: *** [all-target-libjava] Error 2
>> is this a known problem?
>>> cheers;
> rsn
More information about the Java
mailing list