native hadoop libraries don't build properly with 64-bit OS and a 32-bit jvm ----------------------------------------------------------------------------
Key: HADOOP-841 URL: http://issues.apache.org/jira/browse/HADOOP-841 Project: Hadoop Issue Type: Bug Components: build Affects Versions: 0.9.2 Reporter: Arun C Murthy Assigned To: Arun C Murthy Fix For: 0.10.0 src/native/lib/Makefile.am doesn't pass along the appropriate -m32/-m64 flag while using libtool to create the shared-object which results in this problem. Simple fix: -AM_LDFLAGS = @JNI_LDFLAGS@ +AM_LDFLAGS = @JNI_LDFLAGS@ -m$(JVM_DATA_MODEL) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira