This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/10268: C++ executables fail: libstdc++.so.5 not found
- From: ehrhardt at mathematik dot uni-ulm dot de
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, h dot b dot furuseth at usit dot uio dot no, nobody at gcc dot gnu dot org
- Date: 30 Mar 2003 17:24:09 -0000
- Subject: Re: c++/10268: C++ executables fail: libstdc++.so.5 not found
- Reply-to: ehrhardt at mathematik dot uni-ulm dot de, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, h dot b dot furuseth at usit dot uio dot no, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
Synopsis: C++ executables fail: libstdc++.so.5 not found
State-Changed-From-To: open->closed
State-Changed-By: cae
State-Changed-When: Sun Mar 30 17:24:09 2003
State-Changed-Why:
This behaviour is intentional. -R adds paths to the executable and
gcc should not add system specific paths to an executable.
You can either set LD_RUN_PATH at compile time or LD_LIBRARY_PATH
at run time.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10268