The native library's Makefile.am doesn't include JNI path
---------------------------------------------------------
Key: HADOOP-8293
URL: https://issues.apache.org/jira/browse/HADOOP-8293
Project: Hadoop Common
Issue Type: Bug
Components: build
Reporter: Owen O'Malley
Assignee: Owen O'Malley
Fix For: 1.0.3, 3.0.0
When compiling on centos 6, I get the following error when compiling the native
library:
{code}
[exec] /usr/bin/ld: cannot find -ljvm
{code}
The problem is simply that the Makefile.am libhadoop_la_LDFLAGS doesn't include
AM_LDFLAGS.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira