problem when making GCJ

Vladimir vlad666@gmx.de
Thu Dec 7 18:25:00 GMT 2006


Hi,

I am trying to compile GCJ an get some errors on 'make bootstrap'.

My system is: Ubuntu 6.10 Edgy Eft 
<http://wiki.ubuntuusers.de/Downloads#head-b1761f34a68dbd2b39447983115f4220f1dda7da>
uname -a:       Linux my-computer 2.6.17-10-generic #2 SMP Fri Oct 13 
18:45:35 UTC 2006 i686 GNU/Linux

I called configure with:
../gcc/configure --enable-threads=posix --prefix=/home/vlad/work/gcc  \
        --enable-shared --enable-languages=c++,java --with-as=/usr/bin/as \
        --with-ld=/usr/bin/ld

configure works fine so far!
After that I executed 'make bootstrap' and the following error below occurs!
What is going wrong? I thank you for any support,
cheers

Vladimir
------------------------------------------------------------------------------------------------------
make[3]: Betrete Verzeichnis 
'/home/vlad/work/gcc-compile/gcc-objdir/fastjar'
make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 " "CXXFLAGS=-g -O2" 
"CFLAGS_FOR_BUILD=-g -O2 " "CFLAGS_FOR_TARGET=-O2 -g -O2  " 
"INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" 
"INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install 
-c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-g -O2 " "LIBCFLAGS_FOR_TARGET=-O2 
-g -O2  " "MAKE=make" "MAKEINFO=/home/vlad/work/gcc-compile/gcc/missing 
makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 
" "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" 
"exec_prefix=/home/vlad/work/gcc" "infodir=/home/vlad/work/gcc/info" 
"libdir=/home/vlad/work/gcc/lib" "prefix=/home/vlad/work/gcc" "AR=ar" 
"AS=as" "CC=gcc" "CXX=c++" "LD=ld" "LIBCFLAGS=-g -O2 " "NM=nm" 
"PICFLAG=" "RANLIB=ranlib" "DESTDIR=" all-am
make[4]: Betrete Verzeichnis 
'/home/vlad/work/gcc-compile/gcc-objdir/fastjar'
restore=: && backupdir=".am$$" && \
        rm -rf $backupdir && mkdir $backupdir && \
        for f in fastjar.info fastjar.info-[0-9] fastjar.info-[0-9][0-9] 
fastjar.i[0-9] fastjar.i[0-9][0-9]; do \
          if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
        done; \
        if /home/vlad/work/gcc-compile/gcc/missing makeinfo 
--split-size=5000000 --split-size=5000000 --split-size=5000000  -I 
../../gcc/fastjar/../gcc/doc/include  -I ../../gcc/fastjar \
         -o fastjar.info `test -f 'fastjar.texi' || echo 
'../../gcc/fastjar/'`fastjar.texi; \
        then \
          rc=0; \
        else \
          rc=$?; \
          $restore $backupdir/* `echo "./fastjar.info" | sed 
's|[^/]*$||'`; \
        fi; \
        rm -rf $backupdir; exit $rc
WARNING: `makeinfo' is missing on your system.  You should only need it if
         you modified a `.texi' or `.texinfo' file, or any other file
         indirectly affecting the aspect of the manual.  The spurious
         call might also be the consequence of using a buggy `make' (AIX,
         DU, IRIX).  You might want to install the `Texinfo' package or
         the `GNU make' package.  Grab either from any GNU archive site.
make[4]: *** [fastjar.info] Fehler 1
make[4]: Verlasse Verzeichnis 
'/home/vlad/work/gcc-compile/gcc-objdir/fastjar'
make[3]: *** [all] Fehler 2
make[3]: Verlasse Verzeichnis 
'/home/vlad/work/gcc-compile/gcc-objdir/fastjar'
make[2]: *** [all-fastjar] Fehler 2
make[2]: Verlasse Verzeichnis '/home/vlad/work/gcc-compile/gcc-objdir'
make[1]: *** [all] Fehler 2
make[1]: Verlasse Verzeichnis '/home/vlad/work/gcc-compile/gcc-objdir'
make: *** [bootstrap] Fehler 2



More information about the Java mailing list