Error with java at make install

Heitzso heitzso@growthmodels.com
Fri Mar 3 11:46:00 GMT 2006


 From within my obj-build dir I've run the following several times
successfully for several 4.1.0 snapshots and release:

#!/bin/bash
/home/heitzso/gcc-4.1/gcc.src/configure \
        --prefix=/opt/gcc \
        --enable-shared \
        --enable-threads=posix \
        --disable-checking \
        --with-system-zlib \
        --enable-__cxa_atexit \
        --enable-languages=c,c++,java \
        --enable-java-awt=gtk \
        --disable-dssi \
&& \
make bootstrap \
&& \
make install

May want to try the appropriate variation on your
system.

> > 
> > I configured gcc 4.1.0 using
> > 
> > --with-cpu=pentium --disable-multilib --with-tls --with-__thread
> > --with-__threads
> > 
> > Compilation and testing works fine, but when I try to "make install", it
> > breaks:
> > 
> > | Adding java source files from srcdir
> > | 'tmpgcc/gcc-4.1.0/libjava/classpath'.
> > | Adding java source files from VM directorytmpgcc/gcc-4.1.0/libjava
> > | tmpgcc/objectdir/i686-pc-linux-gnu/libjava
> > | Adding generated files in builddir '..'.
> > | make -ftmpgcc/gcc-4.1.0/libjava/classpath/lib/Makefile.gcj \
> > |   GCJ='tmpgcc/objectdir/gcc/gcj
> > | -Btmpgcc/objectdir/i686-pc-linux-gnu/libjava/
> > | -Btmpgcc/objectdir/gcc/' \
> > |   compile_classpath='..:tmpgcc/gcc-4.1.0/libjava:/tmp/gcc/objectdir/
> > |   i686-pc-linux-gnulibjava:tmp/gcc/gcc-4.1.0/libjava/classpath:
> > |  tmpgcc/gcc-4.1.0/libjava/classpath/external/w3c_dom:
> > |  tmpgcc/gcc-4.1.0/libjava/classpath/external/sax:.:'
> > | \
> > |   top_srcdir=tmpgcc/gcc-4.1.0/libjava/classpath
> > | make[4]: *** [compile-classes] Killed
> > | make[4]: Leaving directory
> > | `tmpgcc/objectdir/i686-pc-linux-gnu/libjava/classpath/lib'
> > | make[3]: *** [install-recursive] Error 1
> > | make[3]: Leaving directory
> > | `tmpgcc/objectdir/i686-pc-linux-gnu/libjava/classpath'
> > | make[2]: *** [install-recursive] Error 1
> > | make[2]: Leaving directory
> > | `tmpgcc/objectdir/i686-pc-linux-gnu/libjava'
> > | make[1]: *** [install-target-libjava] Error 2
> > | make[1]: Leaving directory `tmpgcc/objectdir'
> > | make: *** [install] Error 2
> > 
> > Does anyone know how to fix this?
>
>Well, the question is wht make is killed.  I'm guessing it hits a quota limit.
>
>Andrew.
>  
>



More information about the Java mailing list