This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Modulating library installation


On Mar 27, 2000, "Braden N. McDaniel" <braden@endoframe.com> wrote:

>   EXTRA_LTLIBRARIES = libfoo.la

> Depending on what happens in configure, one of INSTALL_LIBFOO or
> NOINSTALL_LIBFOO will resolve to "libfoo.la" and the other variable
> will be empty.

Unfortunately, when you build a libtool EXTRA library, you must
explicitly specify -rpath in its LDFLAGS, and only when it is to be
installed.  I thought this was documented somewhere in the automake
manual, isn't it?

-- 
Alexandre Oliva    Enjoy Guaranį, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]