Created
September 7, 2012 16:56
-
-
Save 2bits/3667758 to your computer and use it in GitHub Desktop.
ext2fuse install on OSX config.log - fails with undefined block64_t
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| This file contains any messages produced by compilers while | |
| running configure, to aid debugging if configure makes a mistake. | |
| It was created by ext2fuse configure 0.8.1, which was | |
| generated by GNU Autoconf 2.61. Invocation command line was | |
| $ ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/ext2fuse/0.8.1 | |
| ## --------- ## | |
| ## Platform. ## | |
| ## --------- ## | |
| hostname = iBlub.local | |
| uname -m = x86_64 | |
| uname -r = 12.1.0 | |
| uname -s = Darwin | |
| uname -v = Darwin Kernel Version 12.1.0: Tue Aug 14 13:29:55 PDT 2012; root:xnu-2050.9.2~1/RELEASE_X86_64 | |
| /usr/bin/uname -p = i386 | |
| /bin/uname -X = unknown | |
| /bin/arch = unknown | |
| /usr/bin/arch -k = unknown | |
| /usr/convex/getsysinfo = unknown | |
| /usr/bin/hostinfo = Mach kernel version: | |
| Darwin Kernel Version 12.1.0: Tue Aug 14 13:29:55 PDT 2012; root:xnu-2050.9.2~1/RELEASE_X86_64 | |
| Kernel configured for up to 4 processors. | |
| 4 processors are physically available. | |
| 4 processors are logically available. | |
| Processor type: i486 (Intel 80486) | |
| Processors active: 0 1 2 3 | |
| Primary memory available: 8.00 gigabytes | |
| Default processor set: 120 tasks, 596 threads, 4 processors | |
| Load average: 1.22, Mach factor: 2.76 | |
| /bin/machine = unknown | |
| /usr/bin/oslevel = unknown | |
| /bin/universe = unknown | |
| PATH: /usr/local/Library/ENV/4.3 | |
| PATH: /usr/local/opt/gettext/bin | |
| PATH: /usr/local/opt/e2fsprogs/bin | |
| PATH: /usr/local/bin | |
| PATH: /usr/bin | |
| PATH: /bin | |
| PATH: /usr/sbin | |
| PATH: /sbin | |
| ## ----------- ## | |
| ## Core tests. ## | |
| ## ----------- ## | |
| configure:1786: checking for a BSD-compatible install | |
| configure:1842: result: /usr/bin/install -c | |
| configure:1853: checking whether build environment is sane | |
| configure:1896: result: yes | |
| configure:1961: checking for gawk | |
| configure:1991: result: no | |
| configure:1961: checking for mawk | |
| configure:1991: result: no | |
| configure:1961: checking for nawk | |
| configure:1991: result: no | |
| configure:1961: checking for awk | |
| configure:1977: found /usr/bin/awk | |
| configure:1988: result: awk | |
| configure:1999: checking whether make sets $(MAKE) | |
| configure:2020: result: yes | |
| configure:2325: checking for C++ compiler version | |
| configure:2332: c++ --version >&5 | |
| Apple clang version 4.0 (tags/Apple/clang-421.0.60) (based on LLVM 3.1svn) | |
| Target: x86_64-apple-darwin12.1.0 | |
| Thread model: posix | |
| configure:2335: $? = 0 | |
| configure:2342: c++ -v >&5 | |
| Apple clang version 4.0 (tags/Apple/clang-421.0.60) (based on LLVM 3.1svn) | |
| Target: x86_64-apple-darwin12.1.0 | |
| Thread model: posix | |
| clang: warning: argument unused during compilation: '-isystem /usr/local/include' | |
| clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2' | |
| clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/' | |
| clang: warning: argument unused during compilation: '-I /usr/local/opt/gettext/include' | |
| clang: warning: argument unused during compilation: '-I /usr/local/opt/e2fsprogs/include' | |
| clang: warning: argument unused during compilation: '-L/usr/local/opt/gettext/lib' | |
| clang: warning: argument unused during compilation: '-L/usr/local/opt/e2fsprogs/lib' | |
| clang: warning: argument unused during compilation: '-L/usr/local/lib' | |
| clang: warning: argument unused during compilation: '-L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries' | |
| configure:2345: $? = 0 | |
| configure:2352: c++ -V >&5 | |
| clang: error: argument to '-V' is missing (expected 1 value) | |
| clang: error: no input files | |
| configure:2355: $? = 1 | |
| configure:2378: checking for C++ compiler default output file name | |
| configure:2405: c++ -DHAVE_TYPE_SSIZE_T=1 conftest.cpp -lfuse4x >&5 | |
| configure:2408: $? = 0 | |
| configure:2446: result: a.out | |
| configure:2463: checking whether the C++ compiler works | |
| configure:2473: ./a.out | |
| configure:2476: $? = 0 | |
| configure:2493: result: yes | |
| configure:2500: checking whether we are cross compiling | |
| configure:2502: result: no | |
| configure:2505: checking for suffix of executables | |
| configure:2512: c++ -o conftest -DHAVE_TYPE_SSIZE_T=1 conftest.cpp -lfuse4x >&5 | |
| configure:2515: $? = 0 | |
| configure:2539: result: | |
| configure:2545: checking for suffix of object files | |
| configure:2571: c++ -c -DHAVE_TYPE_SSIZE_T=1 conftest.cpp >&5 | |
| configure:2574: $? = 0 | |
| configure:2597: result: o | |
| configure:2601: checking whether we are using the GNU C++ compiler | |
| configure:2630: c++ -c -DHAVE_TYPE_SSIZE_T=1 conftest.cpp >&5 | |
| configure:2636: $? = 0 | |
| configure:2653: result: yes | |
| configure:2658: checking whether c++ accepts -g | |
| configure:2688: c++ -c -g -DHAVE_TYPE_SSIZE_T=1 conftest.cpp >&5 | |
| configure:2694: $? = 0 | |
| configure:2793: result: yes | |
| configure:2827: checking for style of include used by make | |
| configure:2855: result: GNU | |
| configure:2883: checking dependency style of c++ | |
| configure:2973: result: none | |
| configure:2994: checking for gawk | |
| configure:3021: result: awk | |
| configure:3080: checking for gcc | |
| configure:3107: result: cc | |
| configure:3345: checking for C compiler version | |
| configure:3352: cc --version >&5 | |
| Apple clang version 4.0 (tags/Apple/clang-421.0.60) (based on LLVM 3.1svn) | |
| Target: x86_64-apple-darwin12.1.0 | |
| Thread model: posix | |
| configure:3355: $? = 0 | |
| configure:3362: cc -v >&5 | |
| Apple clang version 4.0 (tags/Apple/clang-421.0.60) (based on LLVM 3.1svn) | |
| Target: x86_64-apple-darwin12.1.0 | |
| Thread model: posix | |
| clang: warning: argument unused during compilation: '-isystem /usr/local/include' | |
| clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2' | |
| clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/' | |
| clang: warning: argument unused during compilation: '-I /usr/local/opt/gettext/include' | |
| clang: warning: argument unused during compilation: '-I /usr/local/opt/e2fsprogs/include' | |
| clang: warning: argument unused during compilation: '-L/usr/local/opt/gettext/lib' | |
| clang: warning: argument unused during compilation: '-L/usr/local/opt/e2fsprogs/lib' | |
| clang: warning: argument unused during compilation: '-L/usr/local/lib' | |
| clang: warning: argument unused during compilation: '-L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries' | |
| configure:3365: $? = 0 | |
| configure:3372: cc -V >&5 | |
| clang: error: argument to '-V' is missing (expected 1 value) | |
| clang: error: no input files | |
| configure:3375: $? = 1 | |
| configure:3378: checking whether we are using the GNU C compiler | |
| configure:3407: cc -c -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:3413: $? = 0 | |
| configure:3430: result: yes | |
| configure:3435: checking whether cc accepts -g | |
| configure:3465: cc -c -g -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:3471: $? = 0 | |
| configure:3570: result: yes | |
| configure:3587: checking for cc option to accept ISO C89 | |
| configure:3661: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:3667: $? = 0 | |
| configure:3690: result: none needed | |
| configure:3710: checking dependency style of cc | |
| configure:3800: result: none | |
| configure:3860: checking for ranlib | |
| configure:3876: found /usr/bin/ranlib | |
| configure:3887: result: ranlib | |
| configure:3926: checking for a BSD-compatible install | |
| configure:3982: result: /usr/bin/install -c | |
| configure:3995: checking for chmod | |
| configure:4013: found /bin/chmod | |
| configure:4026: result: /bin/chmod | |
| configure:4038: checking for fuse_mount in -lfuse | |
| configure:4073: cc -o conftest -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c -lfuse -lfuse4x >&5 | |
| ld: library not found for -lfuse | |
| clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
| configure:4079: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h. */ | |
| | #define PACKAGE_NAME "ext2fuse" | |
| | #define PACKAGE_TARNAME "ext2fuse" | |
| | #define PACKAGE_VERSION "0.8.1" | |
| | #define PACKAGE_STRING "ext2fuse 0.8.1" | |
| | #define PACKAGE_BUGREPORT "ext2fuse-user@lists.sourceforge.net" | |
| | #define PACKAGE "ext2fuse" | |
| | #define VERSION "0.8.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_mount (); | |
| | int | |
| | main () | |
| | { | |
| | return fuse_mount (); | |
| | ; | |
| | return 0; | |
| | } | |
| configure:4097: result: no | |
| configure:4118: checking for dirent.h that defines DIR | |
| configure:4147: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:4153: $? = 0 | |
| configure:4169: result: yes | |
| configure:4182: checking for library containing opendir | |
| configure:4223: cc -o conftest -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c -lfuse4x >&5 | |
| configure:4229: $? = 0 | |
| configure:4257: result: none required | |
| configure:4356: checking how to run the C preprocessor | |
| configure:4396: cc -E -DHAVE_TYPE_SSIZE_T=1 conftest.c | |
| configure:4402: $? = 0 | |
| configure:4433: cc -E -DHAVE_TYPE_SSIZE_T=1 conftest.c | |
| conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found | |
| #include <ac_nonexistent.h> | |
| ^ | |
| 1 error generated. | |
| configure:4439: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h. */ | |
| | #define PACKAGE_NAME "ext2fuse" | |
| | #define PACKAGE_TARNAME "ext2fuse" | |
| | #define PACKAGE_VERSION "0.8.1" | |
| | #define PACKAGE_STRING "ext2fuse 0.8.1" | |
| | #define PACKAGE_BUGREPORT "ext2fuse-user@lists.sourceforge.net" | |
| | #define PACKAGE "ext2fuse" | |
| | #define VERSION "0.8.1" | |
| | #define HAVE_DIRENT_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <ac_nonexistent.h> | |
| configure:4472: result: cc -E | |
| configure:4501: cc -E -DHAVE_TYPE_SSIZE_T=1 conftest.c | |
| configure:4507: $? = 0 | |
| configure:4538: cc -E -DHAVE_TYPE_SSIZE_T=1 conftest.c | |
| conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found | |
| #include <ac_nonexistent.h> | |
| ^ | |
| 1 error generated. | |
| configure:4544: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h. */ | |
| | #define PACKAGE_NAME "ext2fuse" | |
| | #define PACKAGE_TARNAME "ext2fuse" | |
| | #define PACKAGE_VERSION "0.8.1" | |
| | #define PACKAGE_STRING "ext2fuse 0.8.1" | |
| | #define PACKAGE_BUGREPORT "ext2fuse-user@lists.sourceforge.net" | |
| | #define PACKAGE "ext2fuse" | |
| | #define VERSION "0.8.1" | |
| | #define HAVE_DIRENT_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <ac_nonexistent.h> | |
| configure:4582: checking for grep that handles long lines and -e | |
| configure:4656: result: /usr/bin/grep | |
| configure:4661: checking for egrep | |
| configure:4739: result: /usr/bin/grep -E | |
| configure:4744: checking for ANSI C header files | |
| configure:4774: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:4780: $? = 0 | |
| configure:4879: cc -o conftest -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c -lfuse4x >&5 | |
| configure:4882: $? = 0 | |
| configure:4888: ./conftest | |
| configure:4891: $? = 0 | |
| configure:4908: result: yes | |
| configure:4932: checking for sys/types.h | |
| configure:4953: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:4959: $? = 0 | |
| configure:4975: result: yes | |
| configure:4932: checking for sys/stat.h | |
| configure:4953: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:4959: $? = 0 | |
| configure:4975: result: yes | |
| configure:4932: checking for stdlib.h | |
| configure:4953: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:4959: $? = 0 | |
| configure:4975: result: yes | |
| configure:4932: checking for string.h | |
| configure:4953: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:4959: $? = 0 | |
| configure:4975: result: yes | |
| configure:4932: checking for memory.h | |
| configure:4953: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:4959: $? = 0 | |
| configure:4975: result: yes | |
| configure:4932: checking for strings.h | |
| configure:4953: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:4959: $? = 0 | |
| configure:4975: result: yes | |
| configure:4932: checking for inttypes.h | |
| configure:4953: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:4959: $? = 0 | |
| configure:4975: result: yes | |
| configure:4932: checking for stdint.h | |
| configure:4953: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:4959: $? = 0 | |
| configure:4975: result: yes | |
| configure:4932: checking for unistd.h | |
| configure:4953: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:4959: $? = 0 | |
| configure:4975: result: yes | |
| configure:4987: checking whether sys/types.h defines makedev | |
| configure:5013: cc -o conftest -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c -lfuse4x >&5 | |
| configure:5019: $? = 0 | |
| configure:5037: result: yes | |
| configure:5365: checking fcntl.h usability | |
| configure:5382: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:5388: $? = 0 | |
| configure:5402: result: yes | |
| configure:5406: checking fcntl.h presence | |
| configure:5421: cc -E -DHAVE_TYPE_SSIZE_T=1 conftest.c | |
| configure:5427: $? = 0 | |
| configure:5441: result: yes | |
| configure:5474: checking for fcntl.h | |
| configure:5482: result: yes | |
| configure:5365: checking malloc.h usability | |
| configure:5382: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| conftest.c:55:10: fatal error: 'malloc.h' file not found | |
| #include <malloc.h> | |
| ^ | |
| 1 error generated. | |
| configure:5388: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h. */ | |
| | #define PACKAGE_NAME "ext2fuse" | |
| | #define PACKAGE_TARNAME "ext2fuse" | |
| | #define PACKAGE_VERSION "0.8.1" | |
| | #define PACKAGE_STRING "ext2fuse 0.8.1" | |
| | #define PACKAGE_BUGREPORT "ext2fuse-user@lists.sourceforge.net" | |
| | #define PACKAGE "ext2fuse" | |
| | #define VERSION "0.8.1" | |
| | #define HAVE_DIRENT_H 1 | |
| | #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_FCNTL_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 | |
| | #include <malloc.h> | |
| configure:5402: result: no | |
| configure:5406: checking malloc.h presence | |
| configure:5421: cc -E -DHAVE_TYPE_SSIZE_T=1 conftest.c | |
| conftest.c:22:10: fatal error: 'malloc.h' file not found | |
| #include <malloc.h> | |
| ^ | |
| 1 error generated. | |
| configure:5427: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h. */ | |
| | #define PACKAGE_NAME "ext2fuse" | |
| | #define PACKAGE_TARNAME "ext2fuse" | |
| | #define PACKAGE_VERSION "0.8.1" | |
| | #define PACKAGE_STRING "ext2fuse 0.8.1" | |
| | #define PACKAGE_BUGREPORT "ext2fuse-user@lists.sourceforge.net" | |
| | #define PACKAGE "ext2fuse" | |
| | #define VERSION "0.8.1" | |
| | #define HAVE_DIRENT_H 1 | |
| | #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_FCNTL_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <malloc.h> | |
| configure:5441: result: no | |
| configure:5474: checking for malloc.h | |
| configure:5482: result: no | |
| configure:5365: checking mntent.h usability | |
| configure:5382: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| conftest.c:55:10: fatal error: 'mntent.h' file not found | |
| #include <mntent.h> | |
| ^ | |
| 1 error generated. | |
| configure:5388: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h. */ | |
| | #define PACKAGE_NAME "ext2fuse" | |
| | #define PACKAGE_TARNAME "ext2fuse" | |
| | #define PACKAGE_VERSION "0.8.1" | |
| | #define PACKAGE_STRING "ext2fuse 0.8.1" | |
| | #define PACKAGE_BUGREPORT "ext2fuse-user@lists.sourceforge.net" | |
| | #define PACKAGE "ext2fuse" | |
| | #define VERSION "0.8.1" | |
| | #define HAVE_DIRENT_H 1 | |
| | #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_FCNTL_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 | |
| | #include <mntent.h> | |
| configure:5402: result: no | |
| configure:5406: checking mntent.h presence | |
| configure:5421: cc -E -DHAVE_TYPE_SSIZE_T=1 conftest.c | |
| conftest.c:22:10: fatal error: 'mntent.h' file not found | |
| #include <mntent.h> | |
| ^ | |
| 1 error generated. | |
| configure:5427: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h. */ | |
| | #define PACKAGE_NAME "ext2fuse" | |
| | #define PACKAGE_TARNAME "ext2fuse" | |
| | #define PACKAGE_VERSION "0.8.1" | |
| | #define PACKAGE_STRING "ext2fuse 0.8.1" | |
| | #define PACKAGE_BUGREPORT "ext2fuse-user@lists.sourceforge.net" | |
| | #define PACKAGE "ext2fuse" | |
| | #define VERSION "0.8.1" | |
| | #define HAVE_DIRENT_H 1 | |
| | #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_FCNTL_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <mntent.h> | |
| configure:5441: result: no | |
| configure:5474: checking for mntent.h | |
| configure:5482: result: no | |
| configure:5365: checking netinet/in.h usability | |
| configure:5382: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:5388: $? = 0 | |
| configure:5402: result: yes | |
| configure:5406: checking netinet/in.h presence | |
| configure:5421: cc -E -DHAVE_TYPE_SSIZE_T=1 conftest.c | |
| configure:5427: $? = 0 | |
| configure:5441: result: yes | |
| configure:5474: checking for netinet/in.h | |
| configure:5482: result: yes | |
| configure:5365: checking paths.h usability | |
| configure:5382: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:5388: $? = 0 | |
| configure:5402: result: yes | |
| configure:5406: checking paths.h presence | |
| configure:5421: cc -E -DHAVE_TYPE_SSIZE_T=1 conftest.c | |
| configure:5427: $? = 0 | |
| configure:5441: result: yes | |
| configure:5474: checking for paths.h | |
| configure:5482: result: yes | |
| configure:5365: checking stddef.h usability | |
| configure:5382: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:5388: $? = 0 | |
| configure:5402: result: yes | |
| configure:5406: checking stddef.h presence | |
| configure:5421: cc -E -DHAVE_TYPE_SSIZE_T=1 conftest.c | |
| configure:5427: $? = 0 | |
| configure:5441: result: yes | |
| configure:5474: checking for stddef.h | |
| configure:5482: result: yes | |
| configure:5355: checking for stdlib.h | |
| configure:5361: result: yes | |
| configure:5355: checking for string.h | |
| configure:5361: result: yes | |
| configure:5365: checking linux/fd.h usability | |
| configure:5382: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| conftest.c:60:10: fatal error: 'linux/fd.h' file not found | |
| #include <linux/fd.h> | |
| ^ | |
| 1 error generated. | |
| configure:5388: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h. */ | |
| | #define PACKAGE_NAME "ext2fuse" | |
| | #define PACKAGE_TARNAME "ext2fuse" | |
| | #define PACKAGE_VERSION "0.8.1" | |
| | #define PACKAGE_STRING "ext2fuse 0.8.1" | |
| | #define PACKAGE_BUGREPORT "ext2fuse-user@lists.sourceforge.net" | |
| | #define PACKAGE "ext2fuse" | |
| | #define VERSION "0.8.1" | |
| | #define HAVE_DIRENT_H 1 | |
| | #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_FCNTL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_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 | |
| | #include <linux/fd.h> | |
| configure:5402: result: no | |
| configure:5406: checking linux/fd.h presence | |
| configure:5421: cc -E -DHAVE_TYPE_SSIZE_T=1 conftest.c | |
| conftest.c:27:10: fatal error: 'linux/fd.h' file not found | |
| #include <linux/fd.h> | |
| ^ | |
| 1 error generated. | |
| configure:5427: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h. */ | |
| | #define PACKAGE_NAME "ext2fuse" | |
| | #define PACKAGE_TARNAME "ext2fuse" | |
| | #define PACKAGE_VERSION "0.8.1" | |
| | #define PACKAGE_STRING "ext2fuse 0.8.1" | |
| | #define PACKAGE_BUGREPORT "ext2fuse-user@lists.sourceforge.net" | |
| | #define PACKAGE "ext2fuse" | |
| | #define VERSION "0.8.1" | |
| | #define HAVE_DIRENT_H 1 | |
| | #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_FCNTL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <linux/fd.h> | |
| configure:5441: result: no | |
| configure:5474: checking for linux/fd.h | |
| configure:5482: result: no | |
| configure:5365: checking sys/file.h usability | |
| configure:5382: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:5388: $? = 0 | |
| configure:5402: result: yes | |
| configure:5406: checking sys/file.h presence | |
| configure:5421: cc -E -DHAVE_TYPE_SSIZE_T=1 conftest.c | |
| configure:5427: $? = 0 | |
| configure:5441: result: yes | |
| configure:5474: checking for sys/file.h | |
| configure:5482: result: yes | |
| configure:5365: checking sys/ioctl.h usability | |
| configure:5382: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:5388: $? = 0 | |
| configure:5402: result: yes | |
| configure:5406: checking sys/ioctl.h presence | |
| configure:5421: cc -E -DHAVE_TYPE_SSIZE_T=1 conftest.c | |
| configure:5427: $? = 0 | |
| configure:5441: result: yes | |
| configure:5474: checking for sys/ioctl.h | |
| configure:5482: result: yes | |
| configure:5365: checking sys/mount.h usability | |
| configure:5382: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:5388: $? = 0 | |
| configure:5402: result: yes | |
| configure:5406: checking sys/mount.h presence | |
| configure:5421: cc -E -DHAVE_TYPE_SSIZE_T=1 conftest.c | |
| configure:5427: $? = 0 | |
| configure:5441: result: yes | |
| configure:5474: checking for sys/mount.h | |
| configure:5482: result: yes | |
| configure:5365: checking sys/param.h usability | |
| configure:5382: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:5388: $? = 0 | |
| configure:5402: result: yes | |
| configure:5406: checking sys/param.h presence | |
| configure:5421: cc -E -DHAVE_TYPE_SSIZE_T=1 conftest.c | |
| configure:5427: $? = 0 | |
| configure:5441: result: yes | |
| configure:5474: checking for sys/param.h | |
| configure:5482: result: yes | |
| configure:5365: checking sys/statvfs.h usability | |
| configure:5382: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:5388: $? = 0 | |
| configure:5402: result: yes | |
| configure:5406: checking sys/statvfs.h presence | |
| configure:5421: cc -E -DHAVE_TYPE_SSIZE_T=1 conftest.c | |
| configure:5427: $? = 0 | |
| configure:5441: result: yes | |
| configure:5474: checking for sys/statvfs.h | |
| configure:5482: result: yes | |
| configure:5365: checking sys/time.h usability | |
| configure:5382: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:5388: $? = 0 | |
| configure:5402: result: yes | |
| configure:5406: checking sys/time.h presence | |
| configure:5421: cc -E -DHAVE_TYPE_SSIZE_T=1 conftest.c | |
| configure:5427: $? = 0 | |
| configure:5441: result: yes | |
| configure:5474: checking for sys/time.h | |
| configure:5482: result: yes | |
| configure:5355: checking for sys/types.h | |
| configure:5361: result: yes | |
| configure:5355: checking for sys/stat.h | |
| configure:5361: result: yes | |
| configure:5365: checking sys/mkdev.h usability | |
| configure:5382: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| conftest.c:68:10: fatal error: 'sys/mkdev.h' file not found | |
| #include <sys/mkdev.h> | |
| ^ | |
| 1 error generated. | |
| configure:5388: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h. */ | |
| | #define PACKAGE_NAME "ext2fuse" | |
| | #define PACKAGE_TARNAME "ext2fuse" | |
| | #define PACKAGE_VERSION "0.8.1" | |
| | #define PACKAGE_STRING "ext2fuse 0.8.1" | |
| | #define PACKAGE_BUGREPORT "ext2fuse-user@lists.sourceforge.net" | |
| | #define PACKAGE "ext2fuse" | |
| | #define VERSION "0.8.1" | |
| | #define HAVE_DIRENT_H 1 | |
| | #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_FCNTL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_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 | |
| | #include <sys/mkdev.h> | |
| configure:5402: result: no | |
| configure:5406: checking sys/mkdev.h presence | |
| configure:5421: cc -E -DHAVE_TYPE_SSIZE_T=1 conftest.c | |
| conftest.c:35:10: fatal error: 'sys/mkdev.h' file not found | |
| #include <sys/mkdev.h> | |
| ^ | |
| 1 error generated. | |
| configure:5427: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h. */ | |
| | #define PACKAGE_NAME "ext2fuse" | |
| | #define PACKAGE_TARNAME "ext2fuse" | |
| | #define PACKAGE_VERSION "0.8.1" | |
| | #define PACKAGE_STRING "ext2fuse 0.8.1" | |
| | #define PACKAGE_BUGREPORT "ext2fuse-user@lists.sourceforge.net" | |
| | #define PACKAGE "ext2fuse" | |
| | #define VERSION "0.8.1" | |
| | #define HAVE_DIRENT_H 1 | |
| | #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_FCNTL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <sys/mkdev.h> | |
| configure:5441: result: no | |
| configure:5474: checking for sys/mkdev.h | |
| configure:5482: result: no | |
| configure:5355: checking for sys/ioctl.h | |
| configure:5361: result: yes | |
| configure:5365: checking sys/resource.h usability | |
| configure:5382: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:5388: $? = 0 | |
| configure:5402: result: yes | |
| configure:5406: checking sys/resource.h presence | |
| configure:5421: cc -E -DHAVE_TYPE_SSIZE_T=1 conftest.c | |
| configure:5427: $? = 0 | |
| configure:5441: result: yes | |
| configure:5474: checking for sys/resource.h | |
| configure:5482: result: yes | |
| configure:5365: checking sys/mman.h usability | |
| configure:5382: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:5388: $? = 0 | |
| configure:5402: result: yes | |
| configure:5406: checking sys/mman.h presence | |
| configure:5421: cc -E -DHAVE_TYPE_SSIZE_T=1 conftest.c | |
| configure:5427: $? = 0 | |
| configure:5441: result: yes | |
| configure:5474: checking for sys/mman.h | |
| configure:5482: result: yes | |
| configure:5365: checking sys/prctl.h usability | |
| configure:5382: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| conftest.c:71:10: fatal error: 'sys/prctl.h' file not found | |
| #include <sys/prctl.h> | |
| ^ | |
| 1 error generated. | |
| configure:5388: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h. */ | |
| | #define PACKAGE_NAME "ext2fuse" | |
| | #define PACKAGE_TARNAME "ext2fuse" | |
| | #define PACKAGE_VERSION "0.8.1" | |
| | #define PACKAGE_STRING "ext2fuse 0.8.1" | |
| | #define PACKAGE_BUGREPORT "ext2fuse-user@lists.sourceforge.net" | |
| | #define PACKAGE "ext2fuse" | |
| | #define VERSION "0.8.1" | |
| | #define HAVE_DIRENT_H 1 | |
| | #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_FCNTL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_MMAN_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 | |
| | #include <sys/prctl.h> | |
| configure:5402: result: no | |
| configure:5406: checking sys/prctl.h presence | |
| configure:5421: cc -E -DHAVE_TYPE_SSIZE_T=1 conftest.c | |
| conftest.c:38:10: fatal error: 'sys/prctl.h' file not found | |
| #include <sys/prctl.h> | |
| ^ | |
| 1 error generated. | |
| configure:5427: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h. */ | |
| | #define PACKAGE_NAME "ext2fuse" | |
| | #define PACKAGE_TARNAME "ext2fuse" | |
| | #define PACKAGE_VERSION "0.8.1" | |
| | #define PACKAGE_STRING "ext2fuse 0.8.1" | |
| | #define PACKAGE_BUGREPORT "ext2fuse-user@lists.sourceforge.net" | |
| | #define PACKAGE "ext2fuse" | |
| | #define VERSION "0.8.1" | |
| | #define HAVE_DIRENT_H 1 | |
| | #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_FCNTL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <sys/prctl.h> | |
| configure:5441: result: no | |
| configure:5474: checking for sys/prctl.h | |
| configure:5482: result: no | |
| configure:5365: checking sys/disklabel.h usability | |
| configure:5382: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| conftest.c:71:10: fatal error: 'sys/disklabel.h' file not found | |
| #include <sys/disklabel.h> | |
| ^ | |
| 1 error generated. | |
| configure:5388: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h. */ | |
| | #define PACKAGE_NAME "ext2fuse" | |
| | #define PACKAGE_TARNAME "ext2fuse" | |
| | #define PACKAGE_VERSION "0.8.1" | |
| | #define PACKAGE_STRING "ext2fuse 0.8.1" | |
| | #define PACKAGE_BUGREPORT "ext2fuse-user@lists.sourceforge.net" | |
| | #define PACKAGE "ext2fuse" | |
| | #define VERSION "0.8.1" | |
| | #define HAVE_DIRENT_H 1 | |
| | #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_FCNTL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_MMAN_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 | |
| | #include <sys/disklabel.h> | |
| configure:5402: result: no | |
| configure:5406: checking sys/disklabel.h presence | |
| configure:5421: cc -E -DHAVE_TYPE_SSIZE_T=1 conftest.c | |
| conftest.c:38:10: fatal error: 'sys/disklabel.h' file not found | |
| #include <sys/disklabel.h> | |
| ^ | |
| 1 error generated. | |
| configure:5427: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h. */ | |
| | #define PACKAGE_NAME "ext2fuse" | |
| | #define PACKAGE_TARNAME "ext2fuse" | |
| | #define PACKAGE_VERSION "0.8.1" | |
| | #define PACKAGE_STRING "ext2fuse 0.8.1" | |
| | #define PACKAGE_BUGREPORT "ext2fuse-user@lists.sourceforge.net" | |
| | #define PACKAGE "ext2fuse" | |
| | #define VERSION "0.8.1" | |
| | #define HAVE_DIRENT_H 1 | |
| | #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_FCNTL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <sys/disklabel.h> | |
| configure:5441: result: no | |
| configure:5474: checking for sys/disklabel.h | |
| configure:5482: result: no | |
| configure:5365: checking sys/queue.h usability | |
| configure:5382: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:5388: $? = 0 | |
| configure:5402: result: yes | |
| configure:5406: checking sys/queue.h presence | |
| configure:5421: cc -E -DHAVE_TYPE_SSIZE_T=1 conftest.c | |
| configure:5427: $? = 0 | |
| configure:5441: result: yes | |
| configure:5474: checking for sys/queue.h | |
| configure:5482: result: yes | |
| configure:5365: checking errno.h usability | |
| configure:5382: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:5388: $? = 0 | |
| configure:5402: result: yes | |
| configure:5406: checking errno.h presence | |
| configure:5421: cc -E -DHAVE_TYPE_SSIZE_T=1 conftest.c | |
| configure:5427: $? = 0 | |
| configure:5441: result: yes | |
| configure:5474: checking for errno.h | |
| configure:5482: result: yes | |
| configure:5355: checking for unistd.h | |
| configure:5361: result: yes | |
| configure:5365: checking utime.h usability | |
| configure:5382: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:5388: $? = 0 | |
| configure:5402: result: yes | |
| configure:5406: checking utime.h presence | |
| configure:5421: cc -E -DHAVE_TYPE_SSIZE_T=1 conftest.c | |
| configure:5427: $? = 0 | |
| configure:5441: result: yes | |
| configure:5474: checking for utime.h | |
| configure:5482: result: yes | |
| configure:5500: checking for sys/disk.h | |
| configure:5525: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:5531: $? = 0 | |
| configure:5547: result: yes | |
| configure:5500: checking for sys/mount.h | |
| configure:5547: result: yes | |
| configure:5560: checking for an ANSI C-conforming const | |
| configure:5635: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:5641: $? = 0 | |
| configure:5656: result: yes | |
| configure:5666: checking for inline | |
| configure:5692: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:5698: $? = 0 | |
| configure:5716: result: inline | |
| configure:5735: checking for mode_t | |
| configure:5765: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:5771: $? = 0 | |
| configure:5786: result: yes | |
| configure:5798: checking for off_t | |
| configure:5828: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:5834: $? = 0 | |
| configure:5849: result: yes | |
| configure:5861: checking for size_t | |
| configure:5891: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:5897: $? = 0 | |
| configure:5912: result: yes | |
| configure:5924: checking for ssize_t | |
| configure:5954: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:5960: $? = 0 | |
| configure:5975: result: yes | |
| configure:5987: checking for struct stat.st_blksize | |
| configure:6015: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:6021: $? = 0 | |
| configure:6078: result: yes | |
| configure:6089: checking for struct stat.st_blocks | |
| configure:6117: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:6123: $? = 0 | |
| configure:6180: result: yes | |
| configure:6203: checking for struct stat.st_rdev | |
| configure:6231: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:6237: $? = 0 | |
| configure:6294: result: yes | |
| configure:6305: checking whether time.h and sys/time.h may both be included | |
| configure:6335: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:6341: $? = 0 | |
| configure:6356: result: yes | |
| configure:6372: checking for vprintf | |
| configure:6428: cc -o conftest -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c -lfuse4x >&5 | |
| conftest.c:72:6: warning: incompatible redeclaration of library function 'vprintf' | |
| char vprintf (); | |
| ^ | |
| conftest.c:72:6: note: 'vprintf' is a builtin with type 'int (const char *, __va_list_tag *)' | |
| 1 warning generated. | |
| configure:6434: $? = 0 | |
| configure:6452: result: yes | |
| configure:6459: checking for _doprnt | |
| configure:6515: cc -o conftest -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c -lfuse4x >&5 | |
| Undefined symbols for architecture x86_64: | |
| "__doprnt", referenced from: | |
| _main in conftest-zORu16.o | |
| ld: symbol(s) not found for architecture x86_64 | |
| clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
| configure:6521: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h. */ | |
| | #define PACKAGE_NAME "ext2fuse" | |
| | #define PACKAGE_TARNAME "ext2fuse" | |
| | #define PACKAGE_VERSION "0.8.1" | |
| | #define PACKAGE_STRING "ext2fuse 0.8.1" | |
| | #define PACKAGE_BUGREPORT "ext2fuse-user@lists.sourceforge.net" | |
| | #define PACKAGE "ext2fuse" | |
| | #define VERSION "0.8.1" | |
| | #define HAVE_DIRENT_H 1 | |
| | #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_FCNTL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_SYS_DISK_H 1 | |
| | #define HAVE_SYS_MOUNT_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 TIME_WITH_SYS_TIME 1 | |
| | #define HAVE_VPRINTF 1 | |
| | /* end confdefs.h. */ | |
| | /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt. | |
| | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| | #define _doprnt innocuous__doprnt | |
| | | |
| | /* System header to define __stub macros and hopefully few prototypes, | |
| | which can conflict with char _doprnt (); below. | |
| | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| | <limits.h> exists even on freestanding compilers. */ | |
| | | |
| | #ifdef __STDC__ | |
| | # include <limits.h> | |
| | #else | |
| | # include <assert.h> | |
| | #endif | |
| | | |
| | #undef _doprnt | |
| | | |
| | /* 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 _doprnt (); | |
| | /* The GNU C library defines this for functions which it implements | |
| | to always fail with ENOSYS. Some functions are actually named | |
| | something starting with __ and the normal name is an alias. */ | |
| | #if defined __stub__doprnt || defined __stub____doprnt | |
| | choke me | |
| | #endif | |
| | | |
| | int | |
| | main () | |
| | { | |
| | return _doprnt (); | |
| | ; | |
| | return 0; | |
| | } | |
| configure:6538: result: no | |
| configure:6552: checking for uid_t in sys/types.h | |
| configure:6575: result: yes | |
| configure:6595: checking for unistd.h | |
| configure:6601: result: yes | |
| configure:6735: checking for working chown | |
| configure:6778: cc -o conftest -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c -lfuse4x >&5 | |
| configure:6781: $? = 0 | |
| configure:6787: ./conftest | |
| configure:6790: $? = 0 | |
| configure:6808: result: yes | |
| configure:6818: checking whether closedir returns void | |
| configure:6852: cc -o conftest -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c -lfuse4x >&5 | |
| configure:6855: $? = 0 | |
| configure:6861: ./conftest | |
| configure:6864: $? = 0 | |
| configure:6880: result: no | |
| configure:6892: checking for library containing getmntent | |
| configure:6933: cc -o conftest -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c -lfuse4x >&5 | |
| Undefined symbols for architecture x86_64: | |
| "_getmntent", referenced from: | |
| _main in conftest-zYuDE4.o | |
| ld: symbol(s) not found for architecture x86_64 | |
| clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
| configure:6939: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h. */ | |
| | #define PACKAGE_NAME "ext2fuse" | |
| | #define PACKAGE_TARNAME "ext2fuse" | |
| | #define PACKAGE_VERSION "0.8.1" | |
| | #define PACKAGE_STRING "ext2fuse 0.8.1" | |
| | #define PACKAGE_BUGREPORT "ext2fuse-user@lists.sourceforge.net" | |
| | #define PACKAGE "ext2fuse" | |
| | #define VERSION "0.8.1" | |
| | #define HAVE_DIRENT_H 1 | |
| | #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_FCNTL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_SYS_DISK_H 1 | |
| | #define HAVE_SYS_MOUNT_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 TIME_WITH_SYS_TIME 1 | |
| | #define HAVE_VPRINTF 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_CHOWN 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 getmntent (); | |
| | int | |
| | main () | |
| | { | |
| | return getmntent (); | |
| | ; | |
| | return 0; | |
| | } | |
| configure:6933: cc -o conftest -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c -lsun -lfuse4x >&5 | |
| ld: library not found for -lsun | |
| clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
| configure:6939: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h. */ | |
| | #define PACKAGE_NAME "ext2fuse" | |
| | #define PACKAGE_TARNAME "ext2fuse" | |
| | #define PACKAGE_VERSION "0.8.1" | |
| | #define PACKAGE_STRING "ext2fuse 0.8.1" | |
| | #define PACKAGE_BUGREPORT "ext2fuse-user@lists.sourceforge.net" | |
| | #define PACKAGE "ext2fuse" | |
| | #define VERSION "0.8.1" | |
| | #define HAVE_DIRENT_H 1 | |
| | #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_FCNTL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_SYS_DISK_H 1 | |
| | #define HAVE_SYS_MOUNT_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 TIME_WITH_SYS_TIME 1 | |
| | #define HAVE_VPRINTF 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_CHOWN 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 getmntent (); | |
| | int | |
| | main () | |
| | { | |
| | return getmntent (); | |
| | ; | |
| | return 0; | |
| | } | |
| configure:6933: cc -o conftest -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c -lseq -lfuse4x >&5 | |
| ld: library not found for -lseq | |
| clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
| configure:6939: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h. */ | |
| | #define PACKAGE_NAME "ext2fuse" | |
| | #define PACKAGE_TARNAME "ext2fuse" | |
| | #define PACKAGE_VERSION "0.8.1" | |
| | #define PACKAGE_STRING "ext2fuse 0.8.1" | |
| | #define PACKAGE_BUGREPORT "ext2fuse-user@lists.sourceforge.net" | |
| | #define PACKAGE "ext2fuse" | |
| | #define VERSION "0.8.1" | |
| | #define HAVE_DIRENT_H 1 | |
| | #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_FCNTL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_SYS_DISK_H 1 | |
| | #define HAVE_SYS_MOUNT_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 TIME_WITH_SYS_TIME 1 | |
| | #define HAVE_VPRINTF 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_CHOWN 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 getmntent (); | |
| | int | |
| | main () | |
| | { | |
| | return getmntent (); | |
| | ; | |
| | return 0; | |
| | } | |
| configure:6933: cc -o conftest -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c -lgen -lfuse4x >&5 | |
| ld: library not found for -lgen | |
| clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
| configure:6939: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h. */ | |
| | #define PACKAGE_NAME "ext2fuse" | |
| | #define PACKAGE_TARNAME "ext2fuse" | |
| | #define PACKAGE_VERSION "0.8.1" | |
| | #define PACKAGE_STRING "ext2fuse 0.8.1" | |
| | #define PACKAGE_BUGREPORT "ext2fuse-user@lists.sourceforge.net" | |
| | #define PACKAGE "ext2fuse" | |
| | #define VERSION "0.8.1" | |
| | #define HAVE_DIRENT_H 1 | |
| | #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_FCNTL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_SYS_DISK_H 1 | |
| | #define HAVE_SYS_MOUNT_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 TIME_WITH_SYS_TIME 1 | |
| | #define HAVE_VPRINTF 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_CHOWN 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 getmntent (); | |
| | int | |
| | main () | |
| | { | |
| | return getmntent (); | |
| | ; | |
| | return 0; | |
| | } | |
| configure:6967: result: no | |
| configure:6984: checking whether cc needs -traditional | |
| conftest.c:52:10: fatal error: 'termio.h' file not found | |
| #include <termio.h> | |
| ^ | |
| 1 error generated. | |
| configure:7026: result: no | |
| configure:7038: checking for stdlib.h | |
| configure:7044: result: yes | |
| configure:7178: checking for GNU libc compatible malloc | |
| configure:7212: cc -o conftest -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c -lfuse4x >&5 | |
| configure:7215: $? = 0 | |
| configure:7221: ./conftest | |
| configure:7224: $? = 0 | |
| configure:7240: result: yes | |
| configure:7268: checking for working memcmp | |
| configure:7321: cc -o conftest -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c -lfuse4x >&5 | |
| configure:7324: $? = 0 | |
| configure:7330: ./conftest | |
| configure:7333: $? = 0 | |
| configure:7349: result: yes | |
| configure:7364: checking for stdlib.h | |
| configure:7370: result: yes | |
| configure:7364: checking for unistd.h | |
| configure:7370: result: yes | |
| configure:7508: checking for getpagesize | |
| configure:7564: cc -o conftest -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c -lfuse4x >&5 | |
| configure:7570: $? = 0 | |
| configure:7588: result: yes | |
| configure:7598: checking for working mmap | |
| configure:7745: cc -o conftest -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c -lfuse4x >&5 | |
| configure:7748: $? = 0 | |
| configure:7754: ./conftest | |
| configure:7757: $? = 0 | |
| configure:7773: result: yes | |
| configure:7789: checking for stdlib.h | |
| configure:7795: result: yes | |
| configure:7929: checking for GNU libc compatible realloc | |
| configure:7963: cc -o conftest -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c -lfuse4x >&5 | |
| configure:7966: $? = 0 | |
| configure:7972: ./conftest | |
| configure:7975: $? = 0 | |
| configure:7991: result: yes | |
| configure:8035: checking sys/select.h usability | |
| configure:8052: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:8058: $? = 0 | |
| configure:8072: result: yes | |
| configure:8076: checking sys/select.h presence | |
| configure:8091: cc -E -DHAVE_TYPE_SSIZE_T=1 conftest.c | |
| configure:8097: $? = 0 | |
| configure:8111: result: yes | |
| configure:8144: checking for sys/select.h | |
| configure:8152: result: yes | |
| configure:8035: checking sys/socket.h usability | |
| configure:8052: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:8058: $? = 0 | |
| configure:8072: result: yes | |
| configure:8076: checking sys/socket.h presence | |
| configure:8091: cc -E -DHAVE_TYPE_SSIZE_T=1 conftest.c | |
| configure:8097: $? = 0 | |
| configure:8111: result: yes | |
| configure:8144: checking for sys/socket.h | |
| configure:8152: result: yes | |
| configure:8165: checking types of arguments for select | |
| configure:8203: cc -c -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c >&5 | |
| configure:8209: $? = 0 | |
| configure:8230: result: int,fd_set *,struct timeval * | |
| configure:8253: checking whether lstat dereferences a symlink specified with a trailing slash | |
| configure:8289: cc -o conftest -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c -lfuse4x >&5 | |
| configure:8292: $? = 0 | |
| configure:8298: ./conftest | |
| configure:8301: $? = 1 | |
| configure: program exited with status 1 | |
| configure: failed program was: | |
| | /* confdefs.h. */ | |
| | #define PACKAGE_NAME "ext2fuse" | |
| | #define PACKAGE_TARNAME "ext2fuse" | |
| | #define PACKAGE_VERSION "0.8.1" | |
| | #define PACKAGE_STRING "ext2fuse 0.8.1" | |
| | #define PACKAGE_BUGREPORT "ext2fuse-user@lists.sourceforge.net" | |
| | #define PACKAGE "ext2fuse" | |
| | #define VERSION "0.8.1" | |
| | #define HAVE_DIRENT_H 1 | |
| | #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_FCNTL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_SYS_DISK_H 1 | |
| | #define HAVE_SYS_MOUNT_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 TIME_WITH_SYS_TIME 1 | |
| | #define HAVE_VPRINTF 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_CHOWN 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_MALLOC 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_REALLOC 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define SELECT_TYPE_ARG1 int | |
| | #define SELECT_TYPE_ARG234 (fd_set *) | |
| | #define SELECT_TYPE_ARG5 (struct timeval *) | |
| | /* 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 () | |
| | { | |
| | struct stat sbuf; | |
| | /* Linux will dereference the symlink and fail. | |
| | That is better in the sense that it means we will not | |
| | have to compile and use the lstat wrapper. */ | |
| | return lstat ("conftest.sym/", &sbuf) == 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:8324: result: no | |
| configure:8343: checking whether stat accepts an empty string | |
| configure:8373: cc -o conftest -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c -lfuse4x >&5 | |
| configure:8376: $? = 0 | |
| configure:8382: ./conftest | |
| configure:8385: $? = 0 | |
| configure:8401: result: no | |
| configure:8425: checking for utime.h | |
| configure:8431: result: yes | |
| configure:8573: checking whether utime accepts a null argument | |
| configure:8612: cc -o conftest -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c -lfuse4x >&5 | |
| configure:8615: $? = 0 | |
| configure:8621: ./conftest | |
| configure:8624: $? = 0 | |
| configure:8640: result: yes | |
| configure:8672: checking for ftruncate | |
| configure:8728: cc -o conftest -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c -lfuse4x >&5 | |
| configure:8734: $? = 0 | |
| configure:8752: result: yes | |
| configure:8672: checking for getmntent | |
| configure:8752: result: no | |
| configure:8672: checking for getmntinfo | |
| configure:8728: cc -o conftest -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c -lfuse4x >&5 | |
| configure:8734: $? = 0 | |
| configure:8752: result: yes | |
| configure:8672: checking for getpagesize | |
| configure:8752: result: yes | |
| configure:8672: checking for hasmntopt | |
| configure:8728: cc -o conftest -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c -lfuse4x >&5 | |
| Undefined symbols for architecture x86_64: | |
| "_hasmntopt", referenced from: | |
| _main in conftest-RCBLg9.o | |
| ld: symbol(s) not found for architecture x86_64 | |
| clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
| configure:8734: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h. */ | |
| | #define PACKAGE_NAME "ext2fuse" | |
| | #define PACKAGE_TARNAME "ext2fuse" | |
| | #define PACKAGE_VERSION "0.8.1" | |
| | #define PACKAGE_STRING "ext2fuse 0.8.1" | |
| | #define PACKAGE_BUGREPORT "ext2fuse-user@lists.sourceforge.net" | |
| | #define PACKAGE "ext2fuse" | |
| | #define VERSION "0.8.1" | |
| | #define HAVE_DIRENT_H 1 | |
| | #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_FCNTL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_SYS_DISK_H 1 | |
| | #define HAVE_SYS_MOUNT_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 TIME_WITH_SYS_TIME 1 | |
| | #define HAVE_VPRINTF 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_CHOWN 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_MALLOC 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_REALLOC 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define SELECT_TYPE_ARG1 int | |
| | #define SELECT_TYPE_ARG234 (fd_set *) | |
| | #define SELECT_TYPE_ARG5 (struct timeval *) | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_UTIME_NULL 1 | |
| | #define HAVE_FTRUNCATE 1 | |
| | #define HAVE_GETMNTINFO 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | /* end confdefs.h. */ | |
| | /* Define hasmntopt to an innocuous variant, in case <limits.h> declares hasmntopt. | |
| | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| | #define hasmntopt innocuous_hasmntopt | |
| | | |
| | /* System header to define __stub macros and hopefully few prototypes, | |
| | which can conflict with char hasmntopt (); below. | |
| | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| | <limits.h> exists even on freestanding compilers. */ | |
| | | |
| | #ifdef __STDC__ | |
| | # include <limits.h> | |
| | #else | |
| | # include <assert.h> | |
| | #endif | |
| | | |
| | #undef hasmntopt | |
| | | |
| | /* 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 hasmntopt (); | |
| | /* The GNU C library defines this for functions which it implements | |
| | to always fail with ENOSYS. Some functions are actually named | |
| | something starting with __ and the normal name is an alias. */ | |
| | #if defined __stub_hasmntopt || defined __stub___hasmntopt | |
| | choke me | |
| | #endif | |
| | | |
| | int | |
| | main () | |
| | { | |
| | return hasmntopt (); | |
| | ; | |
| | return 0; | |
| | } | |
| configure:8752: result: no | |
| configure:8672: checking for memmove | |
| configure:8728: cc -o conftest -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c -lfuse4x >&5 | |
| conftest.c:93:6: warning: incompatible redeclaration of library function 'memmove' | |
| char memmove (); | |
| ^ | |
| conftest.c:93:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)' | |
| 1 warning generated. | |
| configure:8734: $? = 0 | |
| configure:8752: result: yes | |
| configure:8672: checking for memset | |
| configure:8728: cc -o conftest -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c -lfuse4x >&5 | |
| conftest.c:94:6: warning: incompatible redeclaration of library function 'memset' | |
| char memset (); | |
| ^ | |
| conftest.c:94:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)' | |
| 1 warning generated. | |
| configure:8734: $? = 0 | |
| configure:8752: result: yes | |
| configure:8672: checking for munmap | |
| configure:8728: cc -o conftest -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c -lfuse4x >&5 | |
| configure:8734: $? = 0 | |
| configure:8752: result: yes | |
| configure:8672: checking for select | |
| configure:8728: cc -o conftest -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c -lfuse4x >&5 | |
| configure:8734: $? = 0 | |
| configure:8752: result: yes | |
| configure:8672: checking for strchr | |
| configure:8728: cc -o conftest -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c -lfuse4x >&5 | |
| conftest.c:97:6: warning: incompatible redeclaration of library function 'strchr' | |
| char strchr (); | |
| ^ | |
| conftest.c:97:6: note: 'strchr' is a builtin with type 'char *(const char *, int)' | |
| 1 warning generated. | |
| configure:8734: $? = 0 | |
| configure:8752: result: yes | |
| configure:8672: checking for strdup | |
| configure:8728: cc -o conftest -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c -lfuse4x >&5 | |
| conftest.c:98:6: warning: incompatible redeclaration of library function 'strdup' | |
| char strdup (); | |
| ^ | |
| conftest.c:98:6: note: 'strdup' is a builtin with type 'char *(const char *)' | |
| 1 warning generated. | |
| configure:8734: $? = 0 | |
| configure:8752: result: yes | |
| configure:8672: checking for strerror | |
| configure:8728: cc -o conftest -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c -lfuse4x >&5 | |
| conftest.c:99:6: warning: incompatible redeclaration of library function 'strerror' | |
| char strerror (); | |
| ^ | |
| conftest.c:99:6: note: 'strerror' is a builtin with type 'char *(int)' | |
| 1 warning generated. | |
| configure:8734: $? = 0 | |
| configure:8752: result: yes | |
| configure:8672: checking for strrchr | |
| configure:8728: cc -o conftest -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c -lfuse4x >&5 | |
| conftest.c:100:6: warning: incompatible redeclaration of library function 'strrchr' | |
| char strrchr (); | |
| ^ | |
| conftest.c:100:6: note: 'strrchr' is a builtin with type 'char *(const char *, int)' | |
| 1 warning generated. | |
| configure:8734: $? = 0 | |
| configure:8752: result: yes | |
| configure:8672: checking for strtol | |
| configure:8728: cc -o conftest -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c -lfuse4x >&5 | |
| configure:8734: $? = 0 | |
| configure:8752: result: yes | |
| configure:8672: checking for strtoul | |
| configure:8728: cc -o conftest -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c -lfuse4x >&5 | |
| configure:8734: $? = 0 | |
| configure:8752: result: yes | |
| configure:8672: checking for strtoull | |
| configure:8728: cc -o conftest -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c -lfuse4x >&5 | |
| configure:8734: $? = 0 | |
| configure:8752: result: yes | |
| configure:8672: checking for uname | |
| configure:8728: cc -o conftest -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c -lfuse4x >&5 | |
| configure:8734: $? = 0 | |
| configure:8752: result: yes | |
| configure:8672: checking for utime | |
| configure:8728: cc -o conftest -g -O2 -DHAVE_TYPE_SSIZE_T=1 conftest.c -lfuse4x >&5 | |
| configure:8734: $? = 0 | |
| configure:8752: result: yes | |
| configure:8886: creating ./config.status | |
| ## ---------------------- ## | |
| ## Running config.status. ## | |
| ## ---------------------- ## | |
| This file was extended by ext2fuse config.status 0.8.1, which was | |
| generated by GNU Autoconf 2.61. Invocation command line was | |
| CONFIG_FILES = | |
| CONFIG_HEADERS = | |
| CONFIG_LINKS = | |
| CONFIG_COMMANDS = | |
| $ ./config.status | |
| on iBlub.local | |
| config.status:644: creating Makefile | |
| config.status:644: creating lib/et/Makefile | |
| config.status:644: creating lib/ext2fs/Makefile | |
| config.status:644: creating src/Makefile | |
| config.status:644: creating config.h | |
| config.status:981: executing depfiles commands | |
| ## ---------------- ## | |
| ## Cache variables. ## | |
| ## ---------------- ## | |
| ac_cv_c_compiler_gnu=yes | |
| ac_cv_c_const=yes | |
| ac_cv_c_inline=inline | |
| ac_cv_cxx_compiler_gnu=yes | |
| ac_cv_env_CCC_set= | |
| ac_cv_env_CCC_value= | |
| ac_cv_env_CC_set=set | |
| ac_cv_env_CC_value=cc | |
| ac_cv_env_CFLAGS_set= | |
| ac_cv_env_CFLAGS_value= | |
| ac_cv_env_CPPFLAGS_set=set | |
| ac_cv_env_CPPFLAGS_value=-DHAVE_TYPE_SSIZE_T=1 | |
| ac_cv_env_CPP_set= | |
| ac_cv_env_CPP_value= | |
| ac_cv_env_CXXFLAGS_set= | |
| ac_cv_env_CXXFLAGS_value= | |
| ac_cv_env_CXX_set=set | |
| ac_cv_env_CXX_value=c++ | |
| ac_cv_env_LDFLAGS_set= | |
| ac_cv_env_LDFLAGS_value= | |
| ac_cv_env_LIBS_set=set | |
| ac_cv_env_LIBS_value=-lfuse4x | |
| 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__doprnt=no | |
| ac_cv_func_chown_works=yes | |
| ac_cv_func_closedir_void=no | |
| ac_cv_func_ftruncate=yes | |
| ac_cv_func_getmntent=no | |
| ac_cv_func_getmntinfo=yes | |
| ac_cv_func_getpagesize=yes | |
| ac_cv_func_hasmntopt=no | |
| ac_cv_func_lstat_dereferences_slashed_symlink=no | |
| ac_cv_func_malloc_0_nonnull=yes | |
| ac_cv_func_memcmp_working=yes | |
| ac_cv_func_memmove=yes | |
| ac_cv_func_memset=yes | |
| ac_cv_func_mmap_fixed_mapped=yes | |
| ac_cv_func_munmap=yes | |
| ac_cv_func_realloc_0_nonnull=yes | |
| ac_cv_func_select=yes | |
| ac_cv_func_select_args='int,fd_set *,struct timeval *' | |
| ac_cv_func_stat_empty_string_bug=no | |
| ac_cv_func_strchr=yes | |
| ac_cv_func_strdup=yes | |
| ac_cv_func_strerror=yes | |
| ac_cv_func_strrchr=yes | |
| ac_cv_func_strtol=yes | |
| ac_cv_func_strtoul=yes | |
| ac_cv_func_strtoull=yes | |
| ac_cv_func_uname=yes | |
| ac_cv_func_utime=yes | |
| ac_cv_func_utime_null=yes | |
| ac_cv_func_vprintf=yes | |
| ac_cv_header_dirent_dirent_h=yes | |
| ac_cv_header_errno_h=yes | |
| ac_cv_header_fcntl_h=yes | |
| ac_cv_header_inttypes_h=yes | |
| ac_cv_header_linux_fd_h=no | |
| ac_cv_header_malloc_h=no | |
| ac_cv_header_memory_h=yes | |
| ac_cv_header_mntent_h=no | |
| ac_cv_header_netinet_in_h=yes | |
| ac_cv_header_paths_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_disk_h=yes | |
| ac_cv_header_sys_disklabel_h=no | |
| ac_cv_header_sys_file_h=yes | |
| ac_cv_header_sys_ioctl_h=yes | |
| ac_cv_header_sys_mkdev_h=no | |
| ac_cv_header_sys_mman_h=yes | |
| ac_cv_header_sys_mount_h=yes | |
| ac_cv_header_sys_param_h=yes | |
| ac_cv_header_sys_prctl_h=no | |
| ac_cv_header_sys_queue_h=yes | |
| ac_cv_header_sys_resource_h=yes | |
| ac_cv_header_sys_select_h=yes | |
| ac_cv_header_sys_socket_h=yes | |
| ac_cv_header_sys_stat_h=yes | |
| ac_cv_header_sys_statvfs_h=yes | |
| ac_cv_header_sys_time_h=yes | |
| ac_cv_header_sys_types_h=yes | |
| ac_cv_header_sys_types_h_makedev=yes | |
| ac_cv_header_time=yes | |
| ac_cv_header_unistd_h=yes | |
| ac_cv_header_utime_h=yes | |
| ac_cv_lib_fuse_fuse_mount=no | |
| 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_CHMOD=/bin/chmod | |
| ac_cv_path_EGREP='/usr/bin/grep -E' | |
| ac_cv_path_GREP=/usr/bin/grep | |
| ac_cv_path_install='/usr/bin/install -c' | |
| ac_cv_prog_AWK=awk | |
| ac_cv_prog_CPP='cc -E' | |
| ac_cv_prog_ac_ct_CC=cc | |
| ac_cv_prog_ac_ct_RANLIB=ranlib | |
| ac_cv_prog_cc_c89= | |
| ac_cv_prog_cc_g=yes | |
| ac_cv_prog_cxx_g=yes | |
| ac_cv_prog_gcc_traditional=no | |
| ac_cv_prog_make_make_set=yes | |
| ac_cv_search_getmntent=no | |
| 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_ssize_t=yes | |
| ac_cv_type_uid_t=yes | |
| am_cv_CC_dependencies_compiler_type=none | |
| am_cv_CXX_dependencies_compiler_type=none | |
| ## ----------------- ## | |
| ## Output variables. ## | |
| ## ----------------- ## | |
| ACLOCAL='${SHELL} /private/tmp/brew-ext2fuse-0.8.1-7sMX/ext2fuse-src-0.8.1/missing --run aclocal-1.9' | |
| AMDEPBACKSLASH='' | |
| AMDEP_FALSE='' | |
| AMDEP_TRUE='#' | |
| AMTAR='${SHELL} /private/tmp/brew-ext2fuse-0.8.1-7sMX/ext2fuse-src-0.8.1/missing --run tar' | |
| AUTOCONF='${SHELL} /private/tmp/brew-ext2fuse-0.8.1-7sMX/ext2fuse-src-0.8.1/missing --run autoconf' | |
| AUTOHEADER='${SHELL} /private/tmp/brew-ext2fuse-0.8.1-7sMX/ext2fuse-src-0.8.1/missing --run autoheader' | |
| AUTOMAKE='${SHELL} /private/tmp/brew-ext2fuse-0.8.1-7sMX/ext2fuse-src-0.8.1/missing --run automake-1.9' | |
| AWK='awk' | |
| CC='cc' | |
| CCDEPMODE='depmode=none' | |
| CFLAGS='-g -O2' | |
| CHMOD='/bin/chmod' | |
| CPP='cc -E' | |
| CPPFLAGS='-DHAVE_TYPE_SSIZE_T=1' | |
| CXX='c++' | |
| CXXDEPMODE='depmode=none' | |
| CXXFLAGS='-g -O2' | |
| CYGPATH_W='echo' | |
| DEFS='-DHAVE_CONFIG_H' | |
| DEPDIR='.deps' | |
| ECHO_C='ECHO_N='' | |
| ECHO_T='' | |
| EGREP='/usr/bin/grep -E' | |
| EXEEXT='' | |
| GREP='/usr/bin/grep' | |
| INSTALL_DATA='${INSTALL} -m 644' | |
| INSTALL_PROGRAM='${INSTALL}' | |
| INSTALL_SCRIPT='${INSTALL}' | |
| INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' | |
| LDFLAGS='' | |
| LIBOBJS=' ${LIBOBJDIR}lstat$U.o' | |
| LIBS='-lfuse4x' | |
| LTLIBOBJS=' ${LIBOBJDIR}lstat$U.lo' | |
| MAKEINFO='${SHELL} /private/tmp/brew-ext2fuse-0.8.1-7sMX/ext2fuse-src-0.8.1/missing --run makeinfo' | |
| OBJEXT='o' | |
| PACKAGE='ext2fuse' | |
| PACKAGE_BUGREPORT='ext2fuse-user@lists.sourceforge.net' | |
| PACKAGE_NAME='ext2fuse' | |
| PACKAGE_STRING='ext2fuse 0.8.1' | |
| PACKAGE_TARNAME='ext2fuse' | |
| PACKAGE_VERSION='0.8.1' | |
| PATH_SEPARATOR=':' | |
| RANLIB='ranlib' | |
| SET_MAKE='' | |
| SHELL='/bin/sh' | |
| STRIP='' | |
| VERSION='0.8.1' | |
| ac_ct_CC='cc' | |
| ac_ct_CXX='' | |
| am__fastdepCC_FALSE='' | |
| am__fastdepCC_TRUE='#' | |
| am__fastdepCXX_FALSE='' | |
| am__fastdepCXX_TRUE='#' | |
| am__include='include' | |
| am__leading_dot='.' | |
| am__quote='' | |
| am__tar='${AMTAR} chof - "$$tardir"' | |
| am__untar='${AMTAR} xf -' | |
| bindir='${exec_prefix}/bin' | |
| build_alias='' | |
| datadir='${datarootdir}' | |
| datarootdir='${prefix}/share' | |
| docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
| dvidir='${docdir}' | |
| exec_prefix='${prefix}' | |
| host_alias='' | |
| htmldir='${docdir}' | |
| includedir='${prefix}/include' | |
| infodir='${datarootdir}/info' | |
| install_sh='/private/tmp/brew-ext2fuse-0.8.1-7sMX/ext2fuse-src-0.8.1/install-sh' | |
| libdir='${exec_prefix}/lib' | |
| libexecdir='${exec_prefix}/libexec' | |
| localedir='${datarootdir}/locale' | |
| localstatedir='${prefix}/var' | |
| mandir='${datarootdir}/man' | |
| mkdir_p='$(install_sh) -d' | |
| oldincludedir='/usr/include' | |
| pdfdir='${docdir}' | |
| prefix='/usr/local/Cellar/ext2fuse/0.8.1' | |
| program_transform_name='s,x,x,' | |
| psdir='${docdir}' | |
| sbindir='${exec_prefix}/sbin' | |
| sharedstatedir='${prefix}/com' | |
| sysconfdir='${prefix}/etc' | |
| target_alias='' | |
| ## ----------- ## | |
| ## confdefs.h. ## | |
| ## ----------- ## | |
| #define PACKAGE_NAME "ext2fuse" | |
| #define PACKAGE_TARNAME "ext2fuse" | |
| #define PACKAGE_VERSION "0.8.1" | |
| #define PACKAGE_STRING "ext2fuse 0.8.1" | |
| #define PACKAGE_BUGREPORT "ext2fuse-user@lists.sourceforge.net" | |
| #define PACKAGE "ext2fuse" | |
| #define VERSION "0.8.1" | |
| #define HAVE_DIRENT_H 1 | |
| #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_FCNTL_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_DISK_H 1 | |
| #define HAVE_SYS_MOUNT_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 TIME_WITH_SYS_TIME 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CHOWN 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_UTIME_NULL 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_GETMNTINFO 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_UTIME 1 | |
| configure: exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment