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: "tromey at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 11 Oct 2004 21:27:20 -0000
- Subject: [Bug libgcj/17311] Wrong libgcc_s.so.1 is used by lt-gij
- References: <20040903202714.17311.hjl@lucon.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From tromey at gcc dot gnu dot org 2004-10-11 21:27 -------
I'm afraid I couldn't really parse that.
To me it looks like libjava_find_gij looks for
"gij" in the build directory. This in turn is
a shell script which, if needed, creates lt-gij.
The fact that the install tree is put in DT_RPATH
is, like I mentioned in comment #9, a problem.
For this we probably need your patch.
I suppose what I would really like to know is why
you needed the second patch. What is wrong with
the current code for setting LD_LIBRARY_PATH in
libjava.exp?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17311