Mantis - Resin
Viewing Issue Advanced Details
3968 minor always 03-25-10 10:12 03-26-10 14:25
ferg  
ferg  
normal  
closed  
fixed  
none    
none 4.0.6  
0003968: 64-bit configure CFLAGS
(rep by Bill Au)


without --enable-64bit on 64 bit system:
+ JNI CFLAGS: -g -O2 -DPOLL -DEPOLL -D_POSIX_PTHREAD_SEMANTICS -DB64 -DHAS_SOCK_TIMEOUT -DHAS_JVMTI


without --enable-64bit on 64 bit system:
+ JNI CFLAGS: -g -O2 -DPOLL -DEPOLL -D_POSIX_PTHREAD_SEMANTICS -DB64 -m64 -fPIC -DHAS_SOCK_TIMEOUT -DHAS_JVMTI

Namely with --enable-64bit, CFLAGS also contains -m64 and -fPIC. Not sure if that matters or not. That's why I want to double check with you to make sure I am doing the right thing.

There are no notes attached to this issue.