On Dec 22, 1998, "Aaron M. Renn" <[EMAIL PROTECTED]> wrote:

> I still cannot build the libraries they way I need them.  Even the
> latest alpha libtool does not support linking against shared
> libraries that are not installed.

Yep, that's much harder to do portably than it appears to be :-(

> There are only a handful of functions in that common library that I
> need.

You may want to make it a convenience library, then.  Convenience
libraries, created without a -rpath specification, aren't installed,
and their object files are copied into programs linked with it.

-- 
Alexandre Oliva  http://www.dcc.unicamp.br/~oliva  aoliva@{acm.org}
oliva@{dcc.unicamp.br,gnu.org,egcs.cygnus.com,samba.org}
Universidade Estadual de Campinas, SP, Brasil

Reply via email to