This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Re: Failed to build libgcj / proplem with libtool
- To: Alexandre Oliva <aoliva at redhat dot com>
- Subject: Re: Failed to build libgcj / proplem with libtool
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 12 Sep 2000 15:24:39 -0600
- Cc: Bryce McKinlay <bryce at albatross dot co dot nz>, Michael Scheuner <michael at cos-data dot de>, java-discuss at sourceware dot cygnus dot com, java-patches at sourceware dot cygnus dot com
- References: <00091102554300.13722@beta> <39BC57D2.9E0FED0C@albatross.co.nz> <or66o29qw5.fsf@guarana.lsd.ic.unicamp.br> <or8zsy6reb.fsf@guarana.lsd.ic.unicamp.br>
- Reply-To: tromey at cygnus dot com
Alexandre> Here's a patch that fixes this problem. I'm checking it in
Alexandre> along with an updated libjava/configure.
I'm still getting this:
/bin/sh ./libtool --mode=compile gcj -fassume-compiled -fclasspath=/x2/java/build/i686-pc-linux-gnu/libjava -L/x2/java/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'
I did a clean rebuild.
Tom