This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Missing gij in cross-compile
- From: Andrew Haley <aph at redhat dot com>
- To: Tom Tromey <tromey at redhat dot com>, GCJ <java at gcc dot gnu dot org>
- Date: Tue, 10 Jun 2008 14:53:14 +0100
- Subject: Missing gij in cross-compile
When I "make" in libcgj in a cross-compiled environment I
don't get a gij binary.
But I can ask for it:
zorro:libjava $ make gij
/bin/sh ./libtool --tag=GCJ --mode=link /local/x-arm-gcc/build/gcc/gcj -B/local/x-arm-gcc/build/arm-linux-gnueabi/libjava/ \
-B/local/x-arm-gcc/build/gcc/ -L/local/x-arm-gcc/build/arm-linux-gnueabi/libjava -g -O2 -o gij \
-rpath /local/x-arm-gcc/install/lib/gcj-4.4.0-9 -rpath /local/x-arm-gcc/install/arm-linux-gnueabi/lib -shared-libgcc \
-L/local/x-arm-gcc/build/arm-linux-gnueabi/libjava/../libstdc++-v3/src/.libs -lstdc++ \
-L/local/x-arm-gcc/build/arm-linux-gnueabi/libjava/.libs libgij.la
Do you have any idea why gij should not be built?
Also, where should the resulting binary be placed in the install tree?
Thanks,
Andrew.