On Tue, Sep 9, 2008 at 3:52 PM, Vijay Kumar <[EMAIL PROTECTED]> wrote:
> > Seems like the -lrt and -ldl flags are missing. Try this > > $ 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 -lrt -ldl > This is what i got after applying the above command: [EMAIL PROTECTED]:/opt/siefs-0.5# gcc -l /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 -lrt -ldl gcc: siefs.o: No such file or directory gcc: obex.o: No such file or directory gcc: transport.o: No such file or directory gcc: comm.o: No such file or directory gcc: crcmodel.o: No such file or directory gcc: charset.o: No such file or directory* -- 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
