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

JAVAC_CLASSPATH



	I suspect that the "--with classpath bletch" argument to
ANTS-2.0.0's "./configure" command doesn't actually make it anywhere
useful.

./configure --with-classpath /nfs/jade/rogers/freebsd/jdk1.1.8/lib/classes.zip


In src/Makefile.in:

CONFIG_CLASSPATH=@config_classpath@
# configure-time classpath...
CNF_JAVAC_CLASSPATH=@javac_classpath@

# some convenience variables
SET_CLASSPATH=-classpath $${JAVAC_CLASSPATH}:${CNF_JAVAC_CLASSPATH}$(JNODEOS_LIB):${JVMULATION_LIB}:$(TOPDIR)/src


In src/Makefile:

CONFIG_CLASSPATH=@config_classpath@
# configure-time classpath...
CNF_JAVAC_CLASSPATH=yes:

# some convenience variables
SET_CLASSPATH=-classpath $${JAVAC_CLASSPATH}:${CNF_JAVAC_CLASSPATH}$(JNODEOS_LIB):${JVMULATION_LIB}:$(TOPDIR)/src


	Note the "@config_classpath@" that survived the trip into the
Makefile, and "config_classpath" became "yes:".

					Craig Milo Rogers




[ Janos ] [ OSKit ] [ Network Testbed ] [ Flick ] [ Fluke ]
Flux Research Group / Department of Computer Science / University of Utah