On May 23, 2001, Brian May <[EMAIL PROTECTED]> wrote:

> for some reason this hasn't been a problem (with libtool 1.4) until
> just now (maybe upgrading to glibc 2.2.3 from 2.2.2 triggered it)?

The problem has to do with requiring relinking at install time.  This
is necessary when one library in the build tree depends on another
library in the build tree.  The other library must be installed first,
and, when the former is to be installed, the other must already be
accessible in its previously-specified installation path, which is
different from the prefix you have specified at install time.

In general, when relinking is necessary, you must not use a different
prefix to install than the one used to build.

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

_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to