libtool
[Top][All Lists]
Advanced

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

Re: 1.5 automatically generating C++, F77 tags


From: Bob Friesenhahn
Subject: Re: 1.5 automatically generating C++, F77 tags
Date: Tue, 3 Jun 2003 13:33:24 -0500 (CDT)

On Tue, 3 Jun 2003, Albert Chin wrote:
>
> I think --with-libtool-languages and AC_LIBTOOL_TAGS are mutually
> exclusive. For example:
>   AC_LIBTOOL_TAGS([C])
>   AC_PROG_LIBTOOL
>
> and then --with-libtool-languages="C++" is useless because the C++
> glue code won't be in configure. --with-libtool-languages means that
> every tag has to be present in configure. Ick. Ditch --with-tags!

If libtool is willing to use shell functions, then there could be very
little overhead caused by support for every tag being in configure.
However, it is true that if libtool is embedded in a package, the
package authors know in advance which languages are required so they
should be able to reduce the support provided by configure.

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





reply via email to

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