Andrew Bayer created HDFS-3397:
----------------------------------
Summary: Fuse-dfs won't compile on Ubuntu 12.04 due to improper automake variables
Key: HDFS-3397
URL: https://issues.apache.org/jira/browse/HDFS-3397
Project: Hadoop HDFS
Issue Type: Bug
Components: contrib/fuse-dfs
Affects Versions: 0.23.1
Reporter: Andrew Bayer
See http://wiki.apache.org/hadoop/BuildFuseDfs023 - when building fuse-dfs on 11.10 or 12.04,
the ordering of the linker command becomes significant, and the libraries ending up before
the .o files causes the command to fail. http://ubuntuforums.org/archive/index.php/t-1858271.html
suggests that this is because we're improperly using AM_LDFLAGS for libraries, when we should
be using fuse_dfs_LDADD.
--
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
|