I am trying to compile fuse filesystem in my ubuntu 8.04. I downloaded the source of fuse. From http://chaos.allsiemens.com/siefs/ Tried with 0.5 & 0.4 both in ubuntu 8.04. But, when i go to *make* this: such error occurred:
[EMAIL PROTECTED]:~/Desktop/siefs-0.5# make make all-recursive make[1]: Entering directory `/root/Desktop/siefs-0.5' Making all in siefs make[2]: Entering directory `/root/Desktop/siefs-0.5/siefs' gcc -I/usr/include -DFUSEINST="\"/usr\"" -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=22 -L/lib -o siefs siefs.o obex.o transport.o comm.o crcmodel.o charset.o /usr/lib/libfuse.a -lpthread /usr/lib/libfuse.a(fuse.o): In function `curr_time': (.text+0x2116): undefined reference to `clock_gettime' /usr/lib/libfuse.a(fuse.o): In function `curr_time': (.text+0x2148): undefined reference to `clock_gettime' /usr/lib/libfuse.a(fuse.o): In function `fuse_put_module': (.text+0x2df5): undefined reference to `dlclose' /usr/lib/libfuse.a(fuse.o): In function `fuse_new_common': (.text+0x3349): undefined reference to `dlopen' /usr/lib/libfuse.a(fuse.o): In function `fuse_new_common': (.text+0x36a1): undefined reference to `dlerror' /usr/lib/libfuse.a(fuse.o): In function `fuse_new_common': (.text+0x36c8): undefined reference to `dlclose' collect2: ld returned 1 exit status make[2]: *** [siefs] Error 1 make[2]: Leaving directory `/root/Desktop/siefs-0.5/siefs' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/Desktop/siefs-0.5' make: *** [all] Error 2 *I tried this link: http://ubuntuforums.org/showthread.php?t=547795 But, nothing changed. What should i do now? -- Best, Z _______________________________________________ To unsubscribe, email [EMAIL PROTECTED] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
