This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/15474] libgcj jar file should always be in classpath at runtime
- From: "green at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Aug 2004 18:01:45 -0000
- Subject: [Bug java/15474] libgcj jar file should always be in classpath at runtime
- References: <20040516104929.15474.green@redhat.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From green at redhat dot com 2004-08-25 18:01 -------
(In reply to comment #6)
> We'll continue to use the existing properties, of course. But how is this
> property set? Is it compiled in based on the --prefix when libgcj is built?
Yes.
> If
> so, thats wrong, because libgcj.so and its associated files could be moved at
> runtime.
I don't think it's necessarily wrong. You can override the builtin values at
runtime with GCJ_PROPERTIES, just as you may override the library location with
LD_LIBRARY_PATH. That being said, there is probably room to improve this scheme.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15474