This is the mail archive of the gcc-bugs@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]

build problem...


I assume I'm not the only one seeing this build failure:


make[5]: Entering directory `/build/gcc/2006-06-15/i686-pc-linux-gnu/libjava/classpath/tools'
/bin/sh ../libtool --mode=link /build/gcc/2006-06-15/./gcc/xgcc -B/build/gcc/2006-06-15/./gcc/ -B/install/gcc/i686-pc-linux-gnu/bin/ -B/install/gcc/i686-pc-linux-gnu/lib/ -isystem /install/gcc/i686-pc-linux-gnu/include -isystem /install/gcc/i686-pc-linux-gnu/sys-include  -O2 -g -O2    -o gappletviewer -L/install/gcc/lib -lgcj gappletviewer-toolwrapper.o
/build/gcc/2006-06-15/./gcc/xgcc -B/build/gcc/2006-06-15/./gcc/ -B/install/gcc/i686-pc-linux-gnu/bin/ -B/install/gcc/i686-pc-linux-gnu/lib/ -isystem /install/gcc/i686-pc-linux-gnu/include -isystem /install/gcc/i686-pc-linux-gnu/sys-include -O2 -g -O2 -o gappletviewer gappletviewer-toolwrapper.o  -L/install/gcc/lib -lgcj
/usr/bin/ld: cannot find -lgcj
collect2: ld returned 1 exit status
make[5]: *** [gappletviewer] Error 1
make[5]: Leaving directory `/build/gcc/2006-06-15/i686-pc-linux-gnu/libjava/classpath/tools'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/build/gcc/2006-06-15/i686-pc-linux-gnu/libjava/classpath/tools'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/build/gcc/2006-06-15/i686-pc-linux-gnu/libjava/classpath'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/gcc/2006-06-15/i686-pc-linux-gnu/libjava'
make[1]: *** [all-target-libjava] Error 2
make[1]: Leaving directory `/build/gcc/2006-06-15'
make: *** [all] Error 2


The same failure existed yesterday... Is a fix under way?

this is stock mainline with no configuration options except
--prefix=install/gcc

Andrew



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