|
From: Ralf J. <po...@ra...> - 2014-02-08 11:08:00
|
Hi, > Hi, I'm trying to build on slackware 14.1 and I've tried building > against fuse 2.8.5 and 2.9.3. These are my build options/command: > > OSSPD_CFLAGS="$SLKCFLAGS -D_FILE_OFFSET_BITS=64" \ > OSSPD_LDFLAGS="-I/usr/include/fuse" \ > make osspd This does not make much sense, why do you pass "-I" to the linker? I suppose this should rather be "-lfuse" or similar. However, none of this should be necessary, osspd uses pkg-config to find the libraries. $ pkg-config --libs fuse -pthread -lfuse Kind regards Ralf |