[Top][All Lists]
[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
- [Bug classpath/33623] New: configure configures javac even with --without-javac, kus at keba dot com, 2007/10/02
- [Bug classpath/33623] configure configures javac even with --without-javac, gnu_andrew at member dot fsf dot org, 2007/10/08
- [Bug classpath/33623] configure configures javac even with --without-javac, cvs-commit at developer dot classpath dot org, 2007/10/08
- [Bug classpath/33623] configure configures javac even with --without-javac, gnu_andrew at member dot fsf dot org, 2007/10/09
- [Bug classpath/33623] configure configures javac even with --without-javac,
kus at keba dot com <=
- [Bug classpath/33623] configure configures javac even with --without-javac, gnu_andrew at member dot fsf dot org, 2007/10/12
- [Bug classpath/33623] configure configures javac even with --without-javac, kus at keba dot com, 2007/10/15
- [Bug classpath/33623] configure configures javac even with --without-javac, gnu_andrew at member dot fsf dot org, 2007/10/15