You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2011/11/01 22:09:12 UTC

svn commit: r1196276 - /commons/proper/daemon/trunk/src/native/unix/INSTALL.txt

Author: mturk
Date: Tue Nov  1 21:09:11 2011
New Revision: 1196276

URL: http://svn.apache.org/viewvc?rev=1196276&view=rev
Log:
Update INSTALL.txt with new params

Modified:
    commons/proper/daemon/trunk/src/native/unix/INSTALL.txt

Modified: commons/proper/daemon/trunk/src/native/unix/INSTALL.txt
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/native/unix/INSTALL.txt?rev=1196276&r1=1196275&r2=1196276&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/native/unix/INSTALL.txt (original)
+++ commons/proper/daemon/trunk/src/native/unix/INSTALL.txt Tue Nov  1 21:09:11 2011
@@ -22,17 +22,19 @@ or
   export JAVA_HOME
   ./configure
 
-or (when using gcj (use fastjar for jar))
-  JAVAC=gcj; export JAVAC
-  JAVACFLAGS=-c; export JAVACFLAGS
-  ./configure
-
 Note: On Mac OS X <dir> is /System/Library/Frameworks/JavaVM.framework/Home.
 
+Depending on your JDK layout, configure might fail to find the JNI
+machine dependant include file (jni_md.h). If that's the case use the
+--with-os-type=<subdir> parameter where subdir points to the directory
+within JDK include directory containing jni_md.h file.
+
+
 If your operating system is supported, configure will go thru cleanly,
 otherwise it will report an error (please send us the details of your
-OS/JDK, or a patch against the sources). To build the binaries and
-libraries simply do:
+OS/JDK, or a patch against the sources).
+
+To build the binaries and libraries simply do:
 
   make