Feb 17 2011 Compiling FUSE Files Compiling the FUSE Hello World gcc -lfuse -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=22 hello.c -o hello