libtool-patches
[Top][All Lists]
Advanced

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

Re: RFC: tag docs and usability improvements


From: Scott James Remnant
Subject: Re: RFC: tag docs and usability improvements
Date: Sun, 14 Mar 2004 17:33:23 +0000

On Sun, 2004-03-14 at 16:54, Albert Chin wrote:

> And, why the need to move to a public namespace? Isn't only LT_INIT
> and such in the public namespace? Is adding a tag something that
> should be in the public namespace? Seems internal to libtool to me.
> 
From a Debian point of view, at least, we need to ensure that
/usr/bin/libtool supports invoking the C++ compiler as "c++" as well as
"g++" etc.

At the moment, this is done with nasty sed, but it would be nice if we
could simply add to configure.ac:

LT_TAG([BINCC], [CC]) # Copy CC to make BINCC
LT_TAG_SET([BINCC], [CC], [cc]) # Set BINCC's CC variable

LT_TAG([BINCXX], [CXX]) # Copy CXX to make BINCXX
LT_TAG_SET([BINCXX], [CC], [c++]) # Set BINCXX's CC variable


There's also various changes to other variables that different people
feel the need to make.  We may as well at least support them doing so,
with the disclaimer that it's an "advanced" interface that's subject to
change.

Scott
-- 
Have you ever, ever felt like this?
Had strange things happen?  Are you going round the twist?

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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