This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug libgcj/17311] Wrong libgcc_s.so.1 is used by lt-gij
- From: "hjl at lucon dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 7 Feb 2006 18:45:55 -0000
- Subject: [Bug libgcj/17311] Wrong libgcc_s.so.1 is used by lt-gij
- References: <bug-17311-682@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #24 from hjl at lucon dot org 2006-02-07 18:45 -------
For uninstalled executables in the build tree, like lt-gij, libtool may put all
directories, which are in the build tree, passed by -L, into DT_RPATH. It may
add more DT_RPATH entries than necessary. If you want fancy one, you can check
out how linker deccides the library in which directory to use.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17311