This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: StrictMath.lo problem when building GCC (HEAD)


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]