Hi,

Hi,

I was wondering why I had the warning about fuse
not installed with root directory on 64-bit
compilations and not on 32-bit compilations, though
I am using the same versions.

It is just because configures test the wrong
directory (just at the end of file) :

if test "x$FUSE_LIB_PATH" != "x-L/lib"; then

/lib is only for 32-bit files, 64-bit files
are on /lib64 (many shared objects have to be
present in both modes to serve both types of
applications).

And sorry, I am not expert on configure and
cannot propose a patch.

Regards

Jean-Pierre


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
ntfs-3g-devel mailing list
ntfs-3g-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ntfs-3g-devel

Reply via email to