Mantis - Resin
Viewing Issue Advanced Details
1358 minor always 09-19-06 12:51 12-04-06 14:39
sam  
ferg  
normal  
closed 3.1.0  
fixed  
none    
none 3.1.0  
0001358: enabling 64bit for 3.1
In 3.1, Resin should have a libexec/ and a libexec64/ directory.

The ./configure script produces a 32 bit library, unless --enable-64bit
is specified.

So to use 64bit, the user has to:

1) run ./configure --64bit; make; make install

2) specify -d64 as a jvm arg:
  <jvm-arg>-d64</jvm-arg>


Notes
(0001637)
ferg   
12-04-06 14:39   
With the caveat that if the JVM only runs in 64-bit mode, i.e. no -d64 is required, ./configure will automatically compile the libexec64 version