This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c++/10268: C++ executables fail: libstdc++.so.5 not found


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]