This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgcj/20750] libgcj needs a --with-java-home configure option


------- Additional Comments From mckinlay at redhat dot com  2005-04-04 21:27 -------
Yeah, in the case where java-gcj-compat is merged into libgcj (ie libgcj is set
up to look like a JVM) then this option makes sense.

libgcj would install its .jars and whatever other JVMish files applications
expect to find into this directory, and set java.home accordingly. 

I don't see a reason why we couldn't go ahead and implement this on HEAD now,
even though an external wrapper would still be needed for now to use ecj as javac.

I so think it seems a bit non-intuitive to have --with-java-home just set a
property and not actually install things into that directory, relying on an
external package to actually populate it, however. We should at least install
libgcj.jar into the directory given?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20750


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]