Description
When compiling on centos 6, I get the following error when compiling the native library:
[exec] /usr/bin/ld: cannot find -ljvm
The problem is simply that the Makefile.am libhadoop_la_LDFLAGS doesn't include AM_LDFLAGS.
When compiling on centos 6, I get the following error when compiling the native library:
[exec] /usr/bin/ld: cannot find -ljvm
The problem is simply that the Makefile.am libhadoop_la_LDFLAGS doesn't include AM_LDFLAGS.