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]

Re: Failed to build libgcj / proplem with libtool


On Sep 11, 2000, Bryce McKinlay <bryce@albatross.co.nz> wrote:

> Michael Scheuner wrote:
>> 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'

> I got this too. It looks like there might be a problem with the new
> multi-language libtool that was installed today.

Remove config.cache from the target directory and get config.status to
be re-run in the libjava directory.  The problem should go away.

If not, there's some dependence on the patches that already went in
and the ones that are still awaiting for approval :-(

It may be the patch that moved all settings of GCJ from Makefile.am to
configure.in.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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