I have an additional correction for config.sh:
+++
[EMAIL PROTECTED]:~/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM>
svn diff config.sh
Index: config.sh
===================================================================
--- config.sh (revision 329310)
+++ config.sh (working copy)
@@ -1656,8 +1656,8 @@
# Set up include path for the current tree, the configuration,
# the JVM tree, and the JDK tree.
-JAVA_INCLUDE_PATHS="-I$(JAVA_HOME)/include \
- -I$(JAVA_HOME)/include/$osJDKdir"
+JAVA_INCLUDE_PATHS="-I$JAVA_HOME/include \
+ -I$JAVA_HOME/include/$osJDKdir"
USEDOX="for 'dox.sh' and 'gmake dox'"
USEBLDCLN="for 'gmake all' and 'gmake clean'"
+++
Cheers
Jean-Frederic