libtool
[Top][All Lists]
Advanced

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

Re: Sun Studio: STL libraries


From: Ralf Wildenhues
Subject: Re: Sun Studio: STL libraries
Date: Fri, 8 Feb 2008 17:13:32 +0100
User-agent: Mutt/1.5.17 (2008-01-15)

* Peter O'Gorman wrote on Fri, Feb 08, 2008 at 05:10:27PM CET:
> Dan Lacher wrote:
> > 
> > From the Open MPI community stand point we need a method that will work
> > via automake since we don't invoke libtool directly.
> 
> Well, with a cache variable, you can either ensure that it is exported
> in the environment prior to configure, e.g. for bash:
> 
> export lt_cv_add_cstd_crun=no
> ./configure; make
> 
> or you can add it to the configure arguments:
> 
> ./configure --enable-foo --with-bar lt_cv_add_cstd_crun=no --prefix=/opt/baz
> 
> Would that be sufficient? (Note that the name of the variable is subject
> to change).

Technically, the cache variable could also be set somewhere in the
configure.ac code (macros included), as long as it happens before the
AC_PROG_LIBTOOL code.  Just FYI.

Cheers,
Ralf




reply via email to

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