On May 26, 2001, "John David Anglin" <[EMAIL PROTECTED]> wrote:

> As a result, the pre-install version of Array_1 (lt-Array_1) has an
> incorrect runtime location for libgcc_s.so.0.  It uses the old
> version in the install directory rather than the new version in the
> gcc build directory.

As posted in the libgcj mailing list, the problem is that libgcc_s is
not a libtool library, so libtool can't do its magic of handling
to-be-installed libraries.  Setting LD_LIBRARY_PATH so that libgcc_s
is found in the right place might work, but then, it's possible that
LD_LIBRARY_PATH is ignored when looking for dependencies of dependence
libraries.  I seem to recall such an odd behavior is present on some
platform; perhaps Solaris?

-- 
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