Does not work in Ubuntu 12.04 (and I am assuming in 11.10 as well).
Thesolution is to move hello.c first.gcc -Wall hello.c `pkg-config fuse --cflags --libs` -o helloWhich seems to do the trick for me.Luciano Dalle Ore
本文提供了解决在Ubuntu 12.04及11.10版本中hello程序无法正常运行的问题的方法。通过将hello.c文件移动并使用特定命令进行编译,成功解决了该问题。
Does not work in Ubuntu 12.04 (and I am assuming in 11.10 as well).
Thesolution is to move hello.c first.gcc -Wall hello.c `pkg-config fuse --cflags --libs` -o helloWhich seems to do the trick for me.Luciano Dalle Ore

被折叠的 条评论
为什么被折叠?