This is the mail archive of the java-discuss@sources.redhat.com mailing list for the Java project.


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

Failed to build libgcj / proplem with libtool


Hi,

when trying to build the latest CVS-libgci (2000/09/10), make exits with the 
following:

make[2]: Entering directory `/usr/src/libgcj-build/i686-pc-linux-gnu/libjava'
/bin/sh ./libtool --mode=compile gcj -fassume-compiled 
-fclasspath=/usr/src/libgcj-build/i686-pc-linux-gnu/libjava 
-L/usr/src/libgcj-build/i686-pc-linux-gnu/libjava -g   -ffloat-store -c -o 
gnu/gcj/convert/BytesToUnicode.lo 
../../../libgcj/libjava/gnu/gcj/convert/BytesToUnicode.java
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
make[2]: *** [gnu/gcj/convert/BytesToUnicode.lo] Error 1
make[2]: Leaving directory `/usr/src/libgcj-build/i686-pc-linux-gnu/libjava'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/libgcj-build/i686-pc-linux-gnu/libjava'
make: *** [all-target-libjava] Error 2  

This ist what I did:

GCC-version ist the latest gcc-snapshot (2000/09/10), which installed fine
: src-dir was /usr/src/gcc
: build-dir was /usr/src/gcc-build
configured and buld from /usr/src/gcc-build/ with
../gcc/configure
make
make install
(and i had all in /usr/local/bin & /usr/local/lib, no problems), gcc and gcj 
-version come up with "2.96" 

libgcj:
src-dir is /usr/src/libgcj
build-dir /usr/src/libgcj-build
configured and build from /usr/src/libgcj-build/
with
../libgcj/configure
make

As you see, I didn't specify any configure-arguments - is that the problem?

binutils is 2.9.5.024

Sorry, I found nothing on the website, and im a little lost..Maybe someone 
cat give me a starting point what to check.

Michael





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