Author: mturk
Date: Sat Feb 6 14:22:21 2010
New Revision: 907219
URL: http://svn.apache.org/viewvc?rev=907219&view=rev
Log:
Add a note about building 64-bit binaries
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=907219&r1=907218&r2=907219&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/native/unix/INSTALL.txt (original)
+++ commons/proper/daemon/trunk/src/native/unix/INSTALL.txt Sat Feb 6 14:22:21
2010
@@ -45,3 +45,14 @@
Note: On Linux the module capabilities should be loaded, when using -user root
make sure you REALLY understand what capabilities does (for example for
files access: the downgraded root may not be able to read some files!).
+
+Making 64-bit binaries
+
+To be able to build the 64-binaries for supported platforms enter the
+specific parameters before calling configure
+
+ export CFLAGS=-m64
+ export LDFLAGS=-m64
+ ./configure
+ make
+