Trying to compile ntfsprogs-2.0.0
So I downloaded the sources for fuse-2.7.0 and ntfsprogs-2.0.0. Compiled and installed fuse OK:
fisky@64studio:~$ dmesg | grep fuse
fuse init (API version 7.8)
fuse distribution version: 2.7.0
When I try to ./configure ntfsprogs, I get the following message:
checking for FUSE... configure: WARNING: ntfsmount requires FUSE version >= 2.6.1.
I know this means I need the fuse development library. But since the one from the repository is a much older version (2.5.3 or something), how do I point the script to the source code in my home directory?
Also: I tried copying fuse.pc to /usr/lib/pkgconfig/, but no joy.

Oh yeah
ntfs