libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gcj nit with CVS libtool


From: Bob Friesenhahn
Subject: gcj nit with CVS libtool
Date: Fri, 28 Jun 2002 15:48:04 -0500 (CDT)

When 'gcj' is not available, the AC_LIBTOOL_LANG_GCJ_CONFIG macro
mis-behaves.  The variable GCJ is set to the value 'no' when gcj is
nonexistent.  Within AC_LIBTOOL_LANG_GCJ_CONFIG this assignment is
made:

CC=${GCJ-"gcj"}

which provokes this error message from configure:

checking dynamic linker characteristics...
configure: no: command not found

Can someone please fix CVS libtool so that it behaves more
intelligently when the Java compiler is not available?

Thanks,

Bob
======================================
Bob Friesenhahn
address@hidden
http://www.simplesystems.org/users/bfriesen




reply via email to

[Prev in Thread] Current Thread [Next in Thread]