This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
build failure with parallel make
- From: Matthias Klose <doko at cs dot tu-berlin dot de>
- To: java at gcc dot gnu dot org
- Date: Mon, 28 May 2007 14:37:11 +0200
- Subject: build failure with parallel make
seen with -j32
/usr/bin/ld: cannot find -lgcj_bc
collect2: ld returned 1 exit status
make[7]: *** [ecjx] Error 1
make[7]: *** Waiting for unfinished jobs....
(cd .libs && rm -f libgcj_bc.so.1 && ln -s libgcj_bc.so.1.0.0
libgcj_bc.so.1)
(cd .libs && rm -f libgcj_bc.so && ln -s libgcj_bc.so.1.0.0
libgcj_bc.so)
creating libgcj_bc.la
(cd .libs && rm -f libgcj_bc.la && ln -s ../libgcj_bc.la libgcj_bc.la)
not sure what goes wrong, but
if USE_LIBGCJ_BC
ecjx_DEPENDENCIES += libgcj_bc.la
endif
is already present.
Matthias