This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/32354] libstdc++.so.6 missing RPATH
- From: "stephan dot bergmann at sun dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Jun 2007 06:54:58 -0000
- Subject: [Bug libstdc++/32354] libstdc++.so.6 missing RPATH
- References: <bug-32354-8689@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from stephan dot bergmann at sun dot com 2007-06-18 06:54 -------
Re #3: <http://gcc.gnu.org/onlinedocs/libstdc++/install.html#usage> is not
relevant here. That info is about how client code can find libstdc++.so. This
issue is about how libstdc++.so can find the libraries it itself depends on.
Re #4: Not sure I understand you completely. If you move libstdc++.so and
libgcc_s.so somewhere else but keep their relative locations intact (i.e., both
in the same directory), RPATH=$ORIGIN in libstdc++.so still works to locate the
matching libgcc_s.so.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32354