bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/33623] configure configures javac even with --without-jav


From: kus at keba dot com
Subject: [Bug classpath/33623] configure configures javac even with --without-javac
Date: 9 Oct 2007 13:20:17 -0000


------- Comment #4 from kus at keba dot com  2007-10-09 13:20 -------
Hmmmm, looks unchanged (still buggy) to me.
Tested with classpath-latest.tar from Oct 9.

After
./configure ... --without-javac --with-ecj=/usr/bin/ecj-3.2 ...
I have the following in lib/Makefile:

FOUND_ECJ_FALSE =
FOUND_ECJ_TRUE = #
FOUND_JAVAC_FALSE = #
FOUND_JAVAC_TRUE =
...
ECJ = /usr/bin/ecj-3.2
JAVAC = /etc/java-config-2/current-system-vm/bin/javac
...
JCOMPILER = $(JAVAC) -bootclasspath '' -classpath $(compile_classpath) ...
...
#JCOMPILER = $(ECJ) -1.5 -warn:-deprecation,serial,typeHiding, ...

The FOUND... should be the other way round,
and JCOMPILER should be $(ECJ) ...


-- 

kus at keba dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW


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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]