installing classpath

2003-10-24 Thread Luca Ferrari
Hi to everyone, I0m unable to rightly install gnu classpath on my linux machine (suse 8.2). When I try to excute configure I get: configure: cannot find javac, try --with-gcj, --with-jikes, or --with-kjc where my command line is: [EMAIL PROTECTED]:~/tmp/classpath-0.06 ./configure

Re: installing classpath

2003-10-24 Thread Mark Wielaard
Hi, On Fri, 2003-10-24 at 17:27, Luca Ferrari wrote: configure: cannot find javac, try --with-gcj, --with-jikes, or --with-kjc where my command line is: [EMAIL PROTECTED]:~/tmp/classpath-0.06 ./configure --prefix=/java/classpath --with-java=`which java` Only the latest versions of gcj

Re: installing classpath

2003-10-24 Thread Michael Koch
On Fri, Oct 24, 2003 at 05:46:37PM +0200, Mark Wielaard wrote: Hi, On Fri, 2003-10-24 at 17:27, Luca Ferrari wrote: configure: cannot find javac, try --with-gcj, --with-jikes, or --with-kjc where my command line is: [EMAIL PROTECTED]:~/tmp/classpath-0.06 ./configure

Re: installing classpath

2003-10-24 Thread Brian Jones
Michael Koch [EMAIL PROTECTED] writes: afaik only specifiers like 'gcj' or 'jikes' are allowed, not executables with complete path. I may be wrong but last I tried it it didnt worked with full path. You should be able to --with-gcj=/usr/foo/gcc/bin/gcj and similar for jikes. If it doesn't