Skip to content

Instantly share code, notes, and snippets.

@edwardgeorge
Created August 22, 2010 18:34
Show Gist options
  • Save edwardgeorge/544112 to your computer and use it in GitHub Desktop.
Save edwardgeorge/544112 to your computer and use it in GitHub Desktop.
fix for macfuse installation on snow leopard if you're encountering Input/Output errors.
--- /usr/local/lib/pkgconfig/fuse.pc
+++ /usr/local/lib/pkgconfig/fuse.pc
@@ -6,5 +6,5 @@
Name: fuse
Description: File System in User Space (MacFUSE)
Version: 2.7.3
-Libs: -L${libdir} -lfuse -pthread -liconv
+Libs: -L${libdir} -lfuse_ino64 -pthread -liconv
Cflags: -I${includedir}/fuse -D__FreeBSD__=10 -D_FILE_OFFSET_BITS=64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment