libtool
[Top][All Lists]
Advanced

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

Re: Why doesn't configure use libtool during its test links?


From: Alexandre Oliva
Subject: Re: Why doesn't configure use libtool during its test links?
Date: 27 Mar 2001 18:39:36 -0300
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley)

On Mar 27, 2001, "Dan Harkless" <address@hidden> wrote:

> Everything is set up nicely so that the eventual link of the main
> executable will use libtool, but the test links done by configure
> _don't_ use it!

> Shouldn't AM_PROG_LIBTOOL cause configure to use libtool during all
> its test links?

Yep.  It's been in my to-do list for ages.

The main stumbling block is that libtool currently requires separate
compile and link phases, whereas autoconf assumes it is possible to
compile-and-link with a single command.

Contributions would be very welcome.

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



reply via email to

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