libtool
[Top][All Lists]
Advanced

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

Re: libjava testsuite problem under i686-pc-linux-gnu


From: Alexandre Oliva
Subject: Re: libjava testsuite problem under i686-pc-linux-gnu
Date: 27 May 2001 19:06:06 -0300
User-agent: Gnus/5.090003 (Oort Gnus v0.03) XEmacs/21.4 (Academic Rigor)

On May 26, 2001, "John David Anglin" <address@hidden> 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                  address@hidden, redhat.com}
CS PhD student at IC-Unicamp        address@hidden, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me



reply via email to

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