libtool
[Top][All Lists]
Advanced

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

Re: reference to libgcc_s.so.1 without a corresponding run path


From: Bruce Korb
Subject: Re: reference to libgcc_s.so.1 without a corresponding run path
Date: Wed, 01 Oct 2008 12:32:12 -0700
User-agent: Thunderbird 2.0.0.12 (X11/20071114)

Bob Friesenhahn wrote:
On Wed, 1 Oct 2008, Bruce Korb wrote:
/home/usr/bkorb/tools/ag/autogen-5.9.6pre15/_b/agen5/.libs/autogen: fatal: libgcc_s.so.1: open failed: No such file or directory

Note that this problem is not libtool's fault. For very good reasons (e.g. many applications stop working if some old GCC is uninstalled), the path to this shared library should not be automatically hard coded. This library is part of GCC and needs to be incorporated into the system's run-time library search path somehow such as via 'crle', LD_LIBRARY_PATH, or symbolic link.

Hi Bob,

I guess it is a sysadmin's fault.  Non-libtoolized stuff seems to build,
and libtoolized stuff with ``--disable-shared'' specified works okay,
so building a case that IT needs to fix something isn't going to be
easy.  Using LD_LIBRARY_PATH caused other little glitches.  (I forget
what, exactly.  My head got whacked, I stopped doing it and years have
passed now....)  That leaves a symlink.  I guess I'll figure it out.
Thank you, Bob.  Regards, Bruce




reply via email to

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