Skip to content

Cannot compile. I get "fuse not found" #50

Description

@nadapez

I tried to compile but when I run configure I get the error:
configure: error: "fuse not found"

My system is:
antiX-21_x64-full Grup Yorum 31 October 2021

I have the package fuse installed:

$ apt policy fuse
fuse:
  Installed: 2.9.9-5
  Candidate: 2.9.9-5
  Version table:
 *** 2.9.9-5 500
        500 http://ftp.de.debian.org/debian bullseye/main amd64 Packages
        100 /var/lib/dpkg/status

This is the logging in config.log

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by tagsistant configure 0.8.2, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = bd
uname -m = x86_64
uname -r = 5.10.57-antix.1-amd64-smp
uname -s = Linux
uname -v = #1 SMP PREEMPT Sun Aug 8 11:11:51 EEST 2021

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/np/.local/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/local/games
PATH: /usr/games
PATH: /sbin
PATH: /usr/sbin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2393: checking for a BSD-compatible install
configure:2461: result: /usr/bin/install -c
configure:2472: checking whether build environment is sane
configure:2527: result: yes
configure:2560: WARNING: 'missing' script is too old or missing
configure:2673: checking for a thread-safe mkdir -p
configure:2712: result: /usr/bin/mkdir -p
configure:2719: checking for gawk
configure:2735: found /usr/bin/gawk
configure:2746: result: gawk
configure:2757: checking whether make sets $(MAKE)
configure:2779: result: yes
configure:2808: checking whether make supports nested variables
configure:2825: result: yes
configure:2961: checking whether make supports the include directive
configure:2976: make -f confmf.GNU && cat confinc.out
this is the am__doit target
configure:2979: $? = 0
configure:2998: result: yes (GNU style)
configure:3068: checking for gcc
configure:3084: found /usr/bin/gcc
configure:3095: result: gcc
configure:3324: checking for C compiler version
configure:3333: gcc --version >&5
gcc (Debian 10.2.1-6) 10.2.1 20210110
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3344: $? = 0
configure:3333: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/10/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa:hsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 10.2.1-6' --with-bugurl=file:///usr/share/doc/gcc-10/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-10 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-gcn/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-mutex
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 10.2.1 20210110 (Debian 10.2.1-6) 
... rest of stderr output deleted ...
configure:3344: $? = 0
configure:3333: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3344: $? = 1
configure:3333: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3344: $? = 1
configure:3364: checking whether the C compiler works
configure:3386: gcc    conftest.c  >&5
configure:3390: $? = 0
configure:3438: result: yes
configure:3441: checking for C compiler default output file name
configure:3443: result: a.out
configure:3449: checking for suffix of executables
configure:3456: gcc -o conftest    conftest.c  >&5
configure:3460: $? = 0
configure:3482: result: 
configure:3504: checking whether we are cross compiling
configure:3512: gcc -o conftest    conftest.c  >&5
configure:3516: $? = 0
configure:3523: ./conftest
configure:3527: $? = 0
configure:3542: result: no
configure:3547: checking for suffix of object files
configure:3569: gcc -c   conftest.c >&5
configure:3573: $? = 0
configure:3594: result: o
configure:3598: checking whether we are using the GNU C compiler
configure:3617: gcc -c   conftest.c >&5
configure:3617: $? = 0
configure:3626: result: yes
configure:3635: checking whether gcc accepts -g
configure:3655: gcc -c -g  conftest.c >&5
configure:3655: $? = 0
configure:3696: result: yes
configure:3713: checking for gcc option to accept ISO C89
configure:3776: gcc  -c -g -O2  conftest.c >&5
configure:3776: $? = 0
configure:3789: result: none needed
configure:3814: checking whether gcc understands -c and -o together
configure:3836: gcc -c conftest.c -o conftest2.o
configure:3839: $? = 0
configure:3836: gcc -c conftest.c -o conftest2.o
configure:3839: $? = 0
configure:3851: result: yes
configure:3870: checking dependency style of gcc
configure:3981: result: gcc3
configure:4046: checking for ar
configure:4062: found /usr/bin/ar
configure:4073: result: ar
configure:4099: checking the archiver (ar) interface
configure:4115: gcc -c -g -O2  conftest.c >&5
configure:4115: $? = 0
configure:4117: ar cru libconftest.a conftest.o >&5
ar: `u' modifier ignored since `D' is the default (see `U')
configure:4120: $? = 0
configure:4148: result: ar
configure:4220: checking for gcc
configure:4247: result: gcc
configure:4476: checking for C compiler version
configure:4485: gcc --version >&5
gcc (Debian 10.2.1-6) 10.2.1 20210110
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4496: $? = 0
configure:4485: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/10/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa:hsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 10.2.1-6' --with-bugurl=file:///usr/share/doc/gcc-10/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-10 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-gcn/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-mutex
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 10.2.1 20210110 (Debian 10.2.1-6) 
... rest of stderr output deleted ...
configure:4496: $? = 0
configure:4485: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4496: $? = 1
configure:4485: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:4496: $? = 1
configure:4500: checking whether we are using the GNU C compiler
configure:4528: result: yes
configure:4537: checking whether gcc accepts -g
configure:4598: result: yes
configure:4615: checking for gcc option to accept ISO C89
configure:4691: result: none needed
configure:4716: checking whether gcc understands -c and -o together
configure:4753: result: yes
configure:4772: checking dependency style of gcc
configure:4883: result: gcc3
configure:4900: checking whether gcc and cc understand -c and -o together
configure:4931: gcc -c conftest.c -o conftest2.o >&5
configure:4935: $? = 0
configure:4941: gcc -c conftest.c -o conftest2.o >&5
configure:4945: $? = 0
configure:4956: cc -c conftest.c >&5
configure:4960: $? = 0
configure:4968: cc -c conftest.c -o conftest2.o >&5
configure:4972: $? = 0
configure:4978: cc -c conftest.c -o conftest2.o >&5
configure:4982: $? = 0
configure:5000: result: yes
configure:5040: checking build system type
configure:5054: result: x86_64-pc-linux-gnu
configure:5074: checking host system type
configure:5087: result: x86_64-pc-linux-gnu
configure:5128: checking how to print strings
configure:5155: result: printf
configure:5176: checking for a sed that does not truncate output
configure:5240: result: /usr/bin/sed
configure:5258: checking for grep that handles long lines and -e
configure:5316: result: /usr/bin/grep
configure:5321: checking for egrep
configure:5383: result: /usr/bin/grep -E
configure:5388: checking for fgrep
configure:5450: result: /usr/bin/grep -F
configure:5485: checking for ld used by gcc
configure:5552: result: /usr/bin/ld
configure:5559: checking if the linker (/usr/bin/ld) is GNU ld
configure:5574: result: yes
configure:5586: checking for BSD- or MS-compatible name lister (nm)
configure:5640: result: /usr/bin/nm -B
configure:5770: checking the name lister (/usr/bin/nm -B) interface
configure:5777: gcc -c -g -O2  conftest.c >&5
configure:5780: /usr/bin/nm -B "conftest.o"
configure:5783: output
0000000000000000 B some_variable
configure:5790: result: BSD nm
configure:5793: checking whether ln -s works
configure:5797: result: yes
configure:5805: checking the maximum length of command line arguments
configure:5936: result: 1572864
configure:5984: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
configure:6024: result: func_convert_file_noop
configure:6031: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
configure:6051: result: func_convert_file_noop
configure:6058: checking for /usr/bin/ld option to reload object files
configure:6065: result: -r
configure:6139: checking for objdump
configure:6155: found /usr/bin/objdump
configure:6166: result: objdump
configure:6198: checking how to recognize dependent libraries
configure:6398: result: pass_all
configure:6483: checking for dlltool
configure:6513: result: no
configure:6543: checking how to associate runtime and link libraries
configure:6570: result: printf %s\n
configure:6694: checking for archiver @FILE support
configure:6711: gcc -c -g -O2  conftest.c >&5
configure:6711: $? = 0
configure:6714: ar cr libconftest.a @conftest.lst >&5
configure:6717: $? = 0
configure:6722: ar cr libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:6725: $? = 1
configure:6737: result: @
configure:6795: checking for strip
configure:6811: found /usr/bin/strip
configure:6822: result: strip
configure:6894: checking for ranlib
configure:6910: found /usr/bin/ranlib
configure:6921: result: ranlib
configure:7023: checking command to parse /usr/bin/nm -B output from gcc object
configure:7176: gcc -c -g -O2  conftest.c >&5
configure:7179: $? = 0
configure:7183: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' > conftest.nm
configure:7249: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:7252: $? = 0
configure:7290: result: ok
configure:7337: checking for sysroot
configure:7367: result: no
configure:7374: checking for a working dd
configure:7412: result: /usr/bin/dd
configure:7416: checking how to truncate binary pipes
configure:7431: result: /usr/bin/dd bs=4096 count=1
configure:7567: gcc -c -g -O2  conftest.c >&5
configure:7570: $? = 0
configure:7760: checking for mt
configure:7776: found /usr/bin/mt
configure:7787: result: mt
configure:7810: checking if mt is a manifest tool
configure:7816: mt '-?'
configure:7824: result: no
configure:8501: checking how to run the C preprocessor
configure:8532: gcc -E  conftest.c
configure:8532: $? = 0
configure:8546: gcc -E  conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
   11 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:8546: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tagsistant"
| #define PACKAGE_TARNAME "tagsistant"
| #define PACKAGE_VERSION "0.8.2"
| #define PACKAGE_STRING "tagsistant 0.8.2"
| #define PACKAGE_BUGREPORT "tx0@strumentiresistenti.org"
| #define PACKAGE_URL ""
| #define PACKAGE "tagsistant"
| #define VERSION "0.8.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:8571: result: gcc -E
configure:8591: gcc -E  conftest.c
configure:8591: $? = 0
configure:8605: gcc -E  conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
   11 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:8605: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tagsistant"
| #define PACKAGE_TARNAME "tagsistant"
| #define PACKAGE_VERSION "0.8.2"
| #define PACKAGE_STRING "tagsistant 0.8.2"
| #define PACKAGE_BUGREPORT "tx0@strumentiresistenti.org"
| #define PACKAGE_URL ""
| #define PACKAGE "tagsistant"
| #define VERSION "0.8.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:8634: checking for ANSI C header files
configure:8654: gcc -c -g -O2  conftest.c >&5
configure:8654: $? = 0
configure:8727: gcc -o conftest -g -O2   conftest.c  >&5
configure:8727: $? = 0
configure:8727: ./conftest
configure:8727: $? = 0
configure:8738: result: yes
configure:8751: checking for sys/types.h
configure:8751: gcc -c -g -O2  conftest.c >&5
configure:8751: $? = 0
configure:8751: result: yes
configure:8751: checking for sys/stat.h
configure:8751: gcc -c -g -O2  conftest.c >&5
configure:8751: $? = 0
configure:8751: result: yes
configure:8751: checking for stdlib.h
configure:8751: gcc -c -g -O2  conftest.c >&5
configure:8751: $? = 0
configure:8751: result: yes
configure:8751: checking for string.h
configure:8751: gcc -c -g -O2  conftest.c >&5
configure:8751: $? = 0
configure:8751: result: yes
configure:8751: checking for memory.h
configure:8751: gcc -c -g -O2  conftest.c >&5
configure:8751: $? = 0
configure:8751: result: yes
configure:8751: checking for strings.h
configure:8751: gcc -c -g -O2  conftest.c >&5
configure:8751: $? = 0
configure:8751: result: yes
configure:8751: checking for inttypes.h
configure:8751: gcc -c -g -O2  conftest.c >&5
configure:8751: $? = 0
configure:8751: result: yes
configure:8751: checking for stdint.h
configure:8751: gcc -c -g -O2  conftest.c >&5
configure:8751: $? = 0
configure:8751: result: yes
configure:8751: checking for unistd.h
configure:8751: gcc -c -g -O2  conftest.c >&5
configure:8751: $? = 0
configure:8751: result: yes
configure:8765: checking for dlfcn.h
configure:8765: gcc -c -g -O2  conftest.c >&5
configure:8765: $? = 0
configure:8765: result: yes
configure:9021: checking for objdir
configure:9036: result: .libs
configure:9300: checking if gcc supports -fno-rtti -fno-exceptions
configure:9318: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
configure:9322: $? = 0
configure:9335: result: no
configure:9699: checking for gcc option to produce PIC
configure:9706: result: -fPIC -DPIC
configure:9714: checking if gcc PIC flag -fPIC -DPIC works
configure:9732: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
configure:9736: $? = 0
configure:9749: result: yes
configure:9778: checking if gcc static flag -static works
configure:9806: result: yes
configure:9821: checking if gcc supports -c -o file.o
configure:9842: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:9846: $? = 0
configure:9868: result: yes
configure:9876: checking if gcc supports -c -o file.o
configure:9923: result: yes
configure:9956: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:11219: result: yes
configure:11256: checking whether -lc should be explicitly linked in
configure:11264: gcc -c -g -O2  conftest.c >&5
configure:11267: $? = 0
configure:11282: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep  -lc  \>/dev/null 2\>\&1
configure:11285: $? = 0
configure:11299: result: no
configure:11459: checking dynamic linker characteristics
configure:12040: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:12040: $? = 0
configure:12289: result: GNU/Linux ld.so
configure:12411: checking how to hardcode library paths into programs
configure:12436: result: immediate
configure:12984: checking whether stripping libraries is possible
configure:12989: result: yes
configure:13024: checking if libtool supports shared libraries
configure:13026: result: yes
configure:13029: checking whether to build shared libraries
configure:13054: result: yes
configure:13057: checking whether to build static libraries
configure:13061: result: yes
configure:13105: checking for dirent.h that defines DIR
configure:13124: gcc -c -g -O2  conftest.c >&5
configure:13124: $? = 0
configure:13132: result: yes
configure:13145: checking for library containing opendir
configure:13176: gcc -o conftest -g -O2   conftest.c  >&5
configure:13176: $? = 0
configure:13193: result: none required
configure:13260: checking for ANSI C header files
configure:13364: result: yes
configure:13375: checking arpa/inet.h usability
configure:13375: gcc -c -g -O2  conftest.c >&5
configure:13375: $? = 0
configure:13375: result: yes
configure:13375: checking arpa/inet.h presence
configure:13375: gcc -E  conftest.c
configure:13375: $? = 0
configure:13375: result: yes
configure:13375: checking for arpa/inet.h
configure:13375: result: yes
configure:13375: checking fcntl.h usability
configure:13375: gcc -c -g -O2  conftest.c >&5
configure:13375: $? = 0
configure:13375: result: yes
configure:13375: checking fcntl.h presence
configure:13375: gcc -E  conftest.c
configure:13375: $? = 0
configure:13375: result: yes
configure:13375: checking for fcntl.h
configure:13375: result: yes
configure:13375: checking netinet/in.h usability
configure:13375: gcc -c -g -O2  conftest.c >&5
configure:13375: $? = 0
configure:13375: result: yes
configure:13375: checking netinet/in.h presence
configure:13375: gcc -E  conftest.c
configure:13375: $? = 0
configure:13375: result: yes
configure:13375: checking for netinet/in.h
configure:13375: result: yes
configure:13375: checking stddef.h usability
configure:13375: gcc -c -g -O2  conftest.c >&5
configure:13375: $? = 0
configure:13375: result: yes
configure:13375: checking stddef.h presence
configure:13375: gcc -E  conftest.c
configure:13375: $? = 0
configure:13375: result: yes
configure:13375: checking for stddef.h
configure:13375: result: yes
configure:13375: checking for stdlib.h
configure:13375: result: yes
configure:13375: checking for string.h
configure:13375: result: yes
configure:13375: checking sys/socket.h usability
configure:13375: gcc -c -g -O2  conftest.c >&5
configure:13375: $? = 0
configure:13375: result: yes
configure:13375: checking sys/socket.h presence
configure:13375: gcc -E  conftest.c
configure:13375: $? = 0
configure:13375: result: yes
configure:13375: checking for sys/socket.h
configure:13375: result: yes
configure:13375: checking sys/statfs.h usability
configure:13375: gcc -c -g -O2  conftest.c >&5
configure:13375: $? = 0
configure:13375: result: yes
configure:13375: checking sys/statfs.h presence
configure:13375: gcc -E  conftest.c
configure:13375: $? = 0
configure:13375: result: yes
configure:13375: checking for sys/statfs.h
configure:13375: result: yes
configure:13375: checking sys/statvfs.h usability
configure:13375: gcc -c -g -O2  conftest.c >&5
configure:13375: $? = 0
configure:13375: result: yes
configure:13375: checking sys/statvfs.h presence
configure:13375: gcc -E  conftest.c
configure:13375: $? = 0
configure:13375: result: yes
configure:13375: checking for sys/statvfs.h
configure:13375: result: yes
configure:13375: checking sys/vfs.h usability
configure:13375: gcc -c -g -O2  conftest.c >&5
configure:13375: $? = 0
configure:13375: result: yes
configure:13375: checking sys/vfs.h presence
configure:13375: gcc -E  conftest.c
configure:13375: $? = 0
configure:13375: result: yes
configure:13375: checking for sys/vfs.h
configure:13375: result: yes
configure:13375: checking syslog.h usability
configure:13375: gcc -c -g -O2  conftest.c >&5
configure:13375: $? = 0
configure:13375: result: yes
configure:13375: checking syslog.h presence
configure:13375: gcc -E  conftest.c
configure:13375: $? = 0
configure:13375: result: yes
configure:13375: checking for syslog.h
configure:13375: result: yes
configure:13375: checking for unistd.h
configure:13375: result: yes
configure:13375: checking utime.h usability
configure:13375: gcc -c -g -O2  conftest.c >&5
configure:13375: $? = 0
configure:13375: result: yes
configure:13375: checking utime.h presence
configure:13375: gcc -E  conftest.c
configure:13375: $? = 0
configure:13375: result: yes
configure:13375: checking for utime.h
configure:13375: result: yes
configure:13375: checking sys/xattr.h usability
configure:13375: gcc -c -g -O2  conftest.c >&5
configure:13375: $? = 0
configure:13375: result: yes
configure:13375: checking sys/xattr.h presence
configure:13375: gcc -E  conftest.c
configure:13375: $? = 0
configure:13375: result: yes
configure:13375: checking for sys/xattr.h
configure:13375: result: yes
configure:13387: checking for an ANSI C-conforming const
configure:13453: gcc -c -g -O2  conftest.c >&5
configure:13453: $? = 0
configure:13460: result: yes
configure:13468: checking for uid_t in sys/types.h
configure:13487: result: yes
configure:13498: checking for mode_t
configure:13498: gcc -c -g -O2  conftest.c >&5
configure:13498: $? = 0
configure:13498: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:75:21: error: expected expression before ')' token
   75 | if (sizeof ((mode_t)))
      |                     ^
configure:13498: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tagsistant"
| #define PACKAGE_TARNAME "tagsistant"
| #define PACKAGE_VERSION "0.8.2"
| #define PACKAGE_STRING "tagsistant 0.8.2"
| #define PACKAGE_BUGREPORT "tx0@strumentiresistenti.org"
| #define PACKAGE_URL ""
| #define PACKAGE "tagsistant"
| #define VERSION "0.8.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_XATTR_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((mode_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:13498: result: yes
configure:13509: checking for off_t
configure:13509: gcc -c -g -O2  conftest.c >&5
configure:13509: $? = 0
configure:13509: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:75:20: error: expected expression before ')' token
   75 | if (sizeof ((off_t)))
      |                    ^
configure:13509: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tagsistant"
| #define PACKAGE_TARNAME "tagsistant"
| #define PACKAGE_VERSION "0.8.2"
| #define PACKAGE_STRING "tagsistant 0.8.2"
| #define PACKAGE_BUGREPORT "tx0@strumentiresistenti.org"
| #define PACKAGE_URL ""
| #define PACKAGE "tagsistant"
| #define VERSION "0.8.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_XATTR_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((off_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:13509: result: yes
configure:13520: checking for size_t
configure:13520: gcc -c -g -O2  conftest.c >&5
configure:13520: $? = 0
configure:13520: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:75:21: error: expected expression before ')' token
   75 | if (sizeof ((size_t)))
      |                     ^
configure:13520: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tagsistant"
| #define PACKAGE_TARNAME "tagsistant"
| #define PACKAGE_VERSION "0.8.2"
| #define PACKAGE_STRING "tagsistant 0.8.2"
| #define PACKAGE_BUGREPORT "tx0@strumentiresistenti.org"
| #define PACKAGE_URL ""
| #define PACKAGE "tagsistant"
| #define VERSION "0.8.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_XATTR_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:13520: result: yes
configure:13531: checking for struct stat.st_blksize
configure:13531: gcc -c -g -O2  conftest.c >&5
configure:13531: $? = 0
configure:13531: result: yes
configure:13541: checking for struct stat.st_blocks
configure:13541: gcc -c -g -O2  conftest.c >&5
configure:13541: $? = 0
configure:13541: result: yes
configure:13561: checking for struct stat.st_rdev
configure:13561: gcc -c -g -O2  conftest.c >&5
configure:13561: $? = 0
configure:13561: result: yes
configure:13573: checking whether closedir returns void
configure:13597: gcc -o conftest -g -O2   conftest.c  >&5
configure:13597: $? = 0
configure:13597: ./conftest
configure:13597: $? = 0
configure:13607: result: no
configure:13615: checking whether lstat correctly handles trailing slash
configure:13641: gcc -o conftest -g -O2   conftest.c  >&5
configure:13641: $? = 0
configure:13641: ./conftest
configure:13641: $? = 0
configure:13658: result: yes
configure:13677: checking whether lstat accepts an empty string
configure:13697: gcc -o conftest -g -O2   conftest.c  >&5
configure:13697: $? = 0
configure:13697: ./conftest
configure:13697: $? = 0
configure:13707: result: no
configure:13723: checking whether lstat correctly handles trailing slash
configure:13766: result: yes
configure:13787: checking for stdlib.h
configure:13787: result: yes
configure:13797: checking for GNU libc compatible malloc
configure:13821: gcc -o conftest -g -O2   conftest.c  >&5
configure:13821: $? = 0
configure:13821: ./conftest
configure:13821: $? = 0
configure:13831: result: yes
configure:13853: checking whether stat accepts an empty string
configure:13873: gcc -o conftest -g -O2   conftest.c  >&5
configure:13873: $? = 0
configure:13873: ./conftest
configure:13873: $? = 0
configure:13883: result: no
configure:13905: checking for utime.h
configure:13905: result: yes
configure:13919: checking whether utime accepts a null argument
configure:13948: gcc -o conftest -g -O2   conftest.c  >&5
configure:13948: $? = 0
configure:13948: ./conftest
configure:13948: $? = 0
configure:13958: result: yes
configure:13971: checking for inet_ntoa
configure:13971: gcc -o conftest -g -O2   conftest.c  >&5
configure:13971: $? = 0
configure:13971: result: yes
configure:13971: checking for lchown
configure:13971: gcc -o conftest -g -O2   conftest.c  >&5
configure:13971: $? = 0
configure:13971: result: yes
configure:13971: checking for mempcpy
configure:13971: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:74:6: warning: conflicting types for built-in function 'mempcpy'; expected 'void *(void *, const void *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
   74 | char mempcpy ();
      |      ^~~~~~~
configure:13971: $? = 0
configure:13971: result: yes
configure:13971: checking for memset
configure:13971: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:75:6: warning: conflicting types for built-in function 'memset'; expected 'void *(void *, int,  long unsigned int)' [-Wbuiltin-declaration-mismatch]
   75 | char memset ();
      |      ^~~~~~
conftest.c:63:1: note: 'memset' is declared in header '<string.h>'
   62 | # include <limits.h>
   63 | #else
configure:13971: $? = 0
configure:13971: result: yes
configure:13971: checking for mkdir
configure:13971: gcc -o conftest -g -O2   conftest.c  >&5
configure:13971: $? = 0
configure:13971: result: yes
configure:13971: checking for rmdir
configure:13971: gcc -o conftest -g -O2   conftest.c  >&5
configure:13971: $? = 0
configure:13971: result: yes
configure:13971: checking for setenv
configure:13971: gcc -o conftest -g -O2   conftest.c  >&5
configure:13971: $? = 0
configure:13971: result: yes
configure:13971: checking for socket
configure:13971: gcc -o conftest -g -O2   conftest.c  >&5
configure:13971: $? = 0
configure:13971: result: yes
configure:13971: checking for strdup
configure:13971: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:80:6: warning: conflicting types for built-in function 'strdup'; expected 'char *(const char *)' [-Wbuiltin-declaration-mismatch]
   80 | char strdup ();
      |      ^~~~~~
configure:13971: $? = 0
configure:13971: result: yes
configure:13971: checking for strerror
configure:13971: gcc -o conftest -g -O2   conftest.c  >&5
configure:13971: $? = 0
configure:13971: result: yes
configure:13971: checking for utime
configure:13971: gcc -o conftest -g -O2   conftest.c  >&5
configure:13971: $? = 0
configure:13971: result: yes
configure:14015: checking for g_thread_init in -lgthread-2.0
configure:14040: gcc -o conftest -D_DEBUG_SYSLOG -g -O2 -D_FILE_OFFSET_BITS=64 -Wall -W   conftest.c -lgthread-2.0   >&5
configure:14040: $? = 0
configure:14049: result: yes
configure:14068: checking for g_main_loop_new in -lglib-2.0
configure:14093: gcc -o conftest -D_DEBUG_SYSLOG -g -O2 -D_FILE_OFFSET_BITS=64 -Wall -W   conftest.c -lglib-2.0  -lgthread-2.0  >&5
configure:14093: $? = 0
configure:14102: result: yes
configure:14121: checking for g_file_new_for_path in -lgio-2.0
configure:14146: gcc -o conftest -D_DEBUG_SYSLOG -g -O2 -D_FILE_OFFSET_BITS=64 -Wall -W   conftest.c -lgio-2.0  -lglib-2.0 -lgthread-2.0  >&5
configure:14146: $? = 0
configure:14155: result: yes
configure:14174: checking for fuse_main in -lfuse
configure:14199: gcc -o conftest -D_DEBUG_SYSLOG -g -O2 -D_FILE_OFFSET_BITS=64 -Wall -W   conftest.c -lfuse  -lgio-2.0 -lglib-2.0 -lgthread-2.0  >&5
/usr/bin/ld: cannot find -lfuse
collect2: error: ld returned 1 exit status
configure:14199: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tagsistant"
| #define PACKAGE_TARNAME "tagsistant"
| #define PACKAGE_VERSION "0.8.2"
| #define PACKAGE_STRING "tagsistant 0.8.2"
| #define PACKAGE_BUGREPORT "tx0@strumentiresistenti.org"
| #define PACKAGE_URL ""
| #define PACKAGE "tagsistant"
| #define VERSION "0.8.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_INET_NTOA 1
| #define HAVE_LCHOWN 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_RMDIR 1
| #define HAVE_SETENV 1
| #define HAVE_SOCKET 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_UTIME 1
| #define HAVE_LIBGTHREAD_2_0 1
| #define HAVE_LIBGLIB_2_0 1
| #define HAVE_LIBGIO_2_0 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char fuse_main ();
| int
| main ()
| {
| return fuse_main ();
|   ;
|   return 0;
| }
configure:14208: result: no
configure:14225: error: in `/home/np/prg/tagsistant':
configure:14227: error: "fuse not found"
See `config.log' for more details

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_closedir_void=no
ac_cv_func_inet_ntoa=yes
ac_cv_func_lchown=yes
ac_cv_func_lstat_dereferences_slashed_symlink=yes
ac_cv_func_lstat_empty_string_bug=no
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_mempcpy=yes
ac_cv_func_memset=yes
ac_cv_func_mkdir=yes
ac_cv_func_rmdir=yes
ac_cv_func_setenv=yes
ac_cv_func_socket=yes
ac_cv_func_stat_empty_string_bug=no
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_utime=yes
ac_cv_func_utime_null=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_statfs_h=yes
ac_cv_header_sys_statvfs_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_vfs_h=yes
ac_cv_header_sys_xattr_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utime_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_lib_fuse_fuse_main=no
ac_cv_lib_gio_2_0_g_file_new_for_path=yes
ac_cv_lib_glib_2_0_g_main_loop_new=yes
ac_cv_lib_gthread_2_0_g_thread_init=yes
ac_cv_member_struct_stat_st_blksize=yes
ac_cv_member_struct_stat_st_blocks=yes
ac_cv_member_struct_stat_st_rdev=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/usr/bin/dd
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_opendir='none required'
ac_cv_type_mode_t=yes
ac_cv_type_off_t=yes
ac_cv_type_size_t=yes
ac_cv_type_uid_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_ar_interface=ar
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_gnu_ld=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='aclocal-1.16'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
AUTOCONF='autoconf'
AUTOHEADER='autoheader'
AUTOMAKE='automake-1.16'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-D_DEBUG_SYSLOG -g -O2 -D_FILE_OFFSET_BITS=64 -Wall -W'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
FGREP='/usr/bin/grep -F'
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS=''
LIBOBJS=''
LIBS='-lgio-2.0 -lglib-2.0 -lgthread-2.0 '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAKEINFO='makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/usr/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='tagsistant'
PACKAGE_BUGREPORT='tx0@strumentiresistenti.org'
PACKAGE_NAME='tagsistant'
PACKAGE_STRING='tagsistant 0.8.2'
PACKAGE_TARNAME='tagsistant'
PACKAGE_URL=''
PACKAGE_VERSION='0.8.2'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
VERSION='0.8.2'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/np/prg/tagsistant/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "tagsistant"
#define PACKAGE_TARNAME "tagsistant"
#define PACKAGE_VERSION "0.8.2"
#define PACKAGE_STRING "tagsistant 0.8.2"
#define PACKAGE_BUGREPORT "tx0@strumentiresistenti.org"
#define PACKAGE_URL ""
#define PACKAGE "tagsistant"
#define VERSION "0.8.2"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_DIRENT_H 1
#define STDC_HEADERS 1
#define HAVE_ARPA_INET_H 1
#define HAVE_FCNTL_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STATFS_H 1
#define HAVE_SYS_STATVFS_H 1
#define HAVE_SYS_VFS_H 1
#define HAVE_SYSLOG_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UTIME_H 1
#define HAVE_SYS_XATTR_H 1
#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
#define HAVE_STRUCT_STAT_ST_BLOCKS 1
#define HAVE_ST_BLOCKS 1
#define HAVE_STRUCT_STAT_ST_RDEV 1
#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
#define HAVE_STDLIB_H 1
#define HAVE_MALLOC 1
#define HAVE_UTIME_H 1
#define HAVE_UTIME_NULL 1
#define HAVE_INET_NTOA 1
#define HAVE_LCHOWN 1
#define HAVE_MEMPCPY 1
#define HAVE_MEMSET 1
#define HAVE_MKDIR 1
#define HAVE_RMDIR 1
#define HAVE_SETENV 1
#define HAVE_SOCKET 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_UTIME 1
#define HAVE_LIBGTHREAD_2_0 1
#define HAVE_LIBGLIB_2_0 1
#define HAVE_LIBGIO_2_0 1

configure: exit 1

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions