View Single Post
lagshot
New Member
 
Join Date: Feb 2007
 
2007-02-11, 19:38

I copied the pkg-config binary manually to /usr/bin and the configure went fine but once ntfs-3g was finished compiling I ran into the same problem. The binaries ( and any other needed files? ) aren't getting copied to their appropriate directories.

After I copied ntfs-3g to /usr/bin I ended up doing a

Code:
sudo ./ntfs-3g /dev/disk0s4 /Volumes/Windows -o ping_diskarb,volname="Windows"
and was able to mount my ntfs partition read/write.

This "works" but this is not disireable. I trust the install script better than my dumb solution. Especially for reasons like this:

Code:
$ ntfs-3g /usr/bin/ntfs-3g: error: /usr/bin/.libs/ntfs-3g does not exist This script is just a wrapper for ntfs-3g. See the libtool documentation for more information.
Can somebody set me straight?

Last edited by lagshot : 2007-02-12 at 03:35. Reason: unclear
  quote