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 17:25:24 -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 #22 from hjl at lucon dot org 2006-02-07 17:25 -------
Another small but important question:
- Do there exist directories in the GCC build tree where both libtool-created
and non-libtool-created libraries are (possibly) built?
That is THE KEY question. The executable in question is lt-gij:
hjl@gnu-13 .libs]$ readelf -d
/export/build/gnu/gcc/build-x86_64-linux/x86_64-unknown-linux-gnu/libjava/.libs/lt-gij
| grep RPATH
0x000000000000000f (RPATH) Library rpath:
[/export/build/gnu/gcc/build-x86_64-linux/x86_64-unknown-linux-gnu/libjava/.libs]
[hjl@gnu-13 .libs]$
libgcc_s.so.1 isn't built by libtool.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17311