Package Details: mhddfs-svn 194-1

Package Base: mhddfs-svn
Description: A FUSE module that combines a several mount points into the single one. SVN version.
Upstream URL: http://svn.uvw.ru/mhddfs/trunk/README
Category: system
Licenses: GPL3
Submitter: None
Maintainer: None
Last Packager: None
Votes: 2
First Submitted: 2008-12-07 12:26
Last Updated: 2008-12-07 12:56

Dependencies (1)

Required by (0)

Sources

Latest Comments

Anonymous comment

2012-06-06 11:30

I'm getting this error during build:

gcc -Wall -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -DFUSE_USE_VERSION=26 -MMD obj/flist.o obj/usage.o obj/tools.o obj/main.o obj/debug.o obj/parse_options.o -o mhddfs -lfuse
/usr/bin/ld: obj/flist.o: undefined reference to symbol 'pthread_rwlock_wrlock@@GLIBC_2.2.5'
/usr/bin/ld: note: 'pthread_rwlock_wrlock@@GLIBC_2.2.5' is defined in DSO /lib/libpthread.so.0 so try adding it to the linker command line
/lib/libpthread.so.0: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make: *** [mhddfs] Error 1