jfclere 2004/10/21 01:27:24
Modified: daemon/src/native/unix INSTALL.txt
Log:
Add some explainations for the ones using gcj.
Revision Changes Path
1.5 +6 -1 jakarta-commons/daemon/src/native/unix/INSTALL.txt
Index: INSTALL.txt
===================================================================
RCS file: /home/cvs/jakarta-commons/daemon/src/native/unix/INSTALL.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- INSTALL.txt 21 Jan 2004 15:57:25 -0000 1.4
+++ INSTALL.txt 21 Oct 2004 08:27:24 -0000 1.5
@@ -5,7 +5,7 @@
GNU AutoConf
A Java Platform 2 compliant SDK
-First of all you need to build the "configure" program with:
+When building from CVS sources you need to build the "configure" program with:
sh support/buildconf.sh
(Note it is possible to replace sh by any compatible shell like bash, ksh).
@@ -20,6 +20,11 @@
JAVA_HOME=/usr/java
export JAVA_HOME
+ ./configure
+
+or (when using gcj (use fastjar for jar))
+ JAVAC=gcj; export JAVAC
+ JAVACFLAGS=-c; export JAVACFLAGS
./configure
If your operating system is supported, configure will go thru cleanly,
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]