We Recommend

bash Cookbook: Solutions and Examples for bash Users bash Cookbook: Solutions and Examples for bash Users
bash Cookbook teaches shell scripting the way Unix masters practice the craft. It presents a variety of recipes and tricks for all levels of shell programmers so that anyone can become a proficient user of the most common Unix shell -- the bash shell -- and cygwin or other popular Unix emulation packages.


Posted By

narkisr on 06/15/08


Tagged

c Fuse Compilation


Versions (?)


Fuse basic example compilation


Published in: Bash 


This example shows how to compile the hello.c file out of the fuse source tar.

  1. sudo apt-get install fuse-source fuse-utils libfuse-dev libfuse2
  2.  
  3. gcc -lfuse -D_FILE_OFFSET_BITS=64 hello.c -o hello

Report this snippet 

You need to login to post a comment.