-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
I've tried to compile, after having installed libfuse-dev and the latest version of libcfg+ in Ubuntu, but I get the following output:
cc -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -lfuse -pthread -O2 -Wall -lcfg+ -DVERSION=\"0.0.9\" fuseflt.c -o fuseflt
fuseflt.c: In function ‘main’:
fuseflt.c:682:7: warning: ignoring return value of ‘fchdir’, declared with attribute warn_unused_result [-Wunused-result]
fchdir(cwdfd);
^~~~~~~~~~~~~
fuseflt.c:717:5: warning: ignoring return value of ‘fchdir’, declared with attribute warn_unused_result [-Wunused-result]
fchdir(cwdfd);
^~~~~~~~~~~~~
/tmp/ccQhE6dN.o: In function `main':
fuseflt.c:(.text.startup+0x174): undefined reference to `fuse_main_real'
fuseflt.c:(.text.startup+0x23d): undefined reference to `cfg_get_context'
fuseflt.c:(.text.startup+0x269): undefined reference to `cfg_set_cfgfile_context'
fuseflt.c:(.text.startup+0x271): undefined reference to `cfg_parse'
fuseflt.c:(.text.startup+0x2b1): undefined reference to `cfg_fprint_error'
fuseflt.c:(.text.startup+0x309): undefined reference to `cfg_free_context'
collect2: error: ld returned 1 exit status
Would be great to be able to use this in 2020!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels