On 3 October 2006 at 14:40, Liaw, Andy wrote:
| I'm trying to build R-2.4.0 on our Opteron-based Scyld cluster. The system
| has gcj (the GNU Java compiler, part of GCC) stuff in /usr/bin. When I
| installed jdk 1.5.08, the install script placed it in /usr/java (I didn't
| have a choice, as the script didn't offer that option). Now when I run
| configure in R-2.4.0, it finds gcj, which is not what I want to use. Is
| there a way to tell configure where to look for Java? I tried configure
| --help but didn't see anything related to Java.
What if you re-order PATH so that /usr/java comes first?
Dirk
--
Hell, there are no rules here - we're trying to accomplish something.
-- Thomas A. Edison
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.