This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by LZO configure 2.06, which was generated by GNU Autoconf 2.67. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = Standard-Silver uname -m = x86_64 uname -r = 4.4.0-43-Microsoft uname -s = Linux uname -v = #1-Microsoft Wed Dec 31 14:42:53 PST 2014 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /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/StevenLx/bin PATH: /home/StevenLx/.local/bin PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/games PATH: /usr/local/games PATH: /mnt/c/Program Files (x86)/PC Connectivity Solution PATH: /mnt/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/intel64/compiler PATH: /mnt/c/ProgramData/Oracle/Java/javapath_target_169308546 PATH: /mnt/c/Windows/System32 PATH: /mnt/c/Windows PATH: /mnt/c/Windows/System32/wbem PATH: /mnt/c/Windows/System32/WindowsPowerShell/v1.0 PATH: /mnt/c/Program Files (x86)/Intel/OpenCL SDK/3.0/bin/x86 PATH: /mnt/c/Program Files (x86)/Intel/OpenCL SDK/3.0/bin/x64 PATH: /mnt/c/Program Files/Microsoft SQL Server/130/Tools/Binn PATH: /mnt/c/Program Files/Palm, Inc/terminal PATH: /mnt/a/Android/sdk/platform-tools PATH: /mnt/a/Microsoft/VS Code/bin PATH: /mnt/c/Users/Steven/AppData/Local/Microsoft/WindowsApps PATH: /mnt/c/Users/Steven/AppData/Local/Programs/Fiddler PATH: /snap/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2440: Configuring LZO 2.06 configure:2583: checking build system type configure:2597: result: x86_64-unknown-linux-gnu configure:2617: checking host system type configure:2630: result: x86_64-unknown-linux-gnu configure:2650: checking target system type configure:2663: result: x86_64-unknown-linux-gnu configure:2690: checking whether to enable maintainer-specific portions of Makefiles configure:2699: result: no configure:2804: checking for gcc configure:2820: found /usr/bin/gcc configure:2831: result: gcc configure:3060: checking for C compiler version configure:3069: gcc --version >&5 gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609 Copyright (C) 2015 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:3080: $? = 0 configure:3069: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.4' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) configure:3080: $? = 0 configure:3069: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:3080: $? = 1 configure:3069: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:3080: $? = 1 configure:3100: checking whether the C compiler works configure:3122: gcc conftest.c >&5 configure:3126: $? = 0 configure:3174: result: yes configure:3177: checking for C compiler default output file name configure:3179: result: a.out configure:3185: checking for suffix of executables configure:3192: gcc -o conftest conftest.c >&5 configure:3196: $? = 0 configure:3218: result: configure:3240: checking whether we are cross compiling configure:3248: gcc -o conftest conftest.c >&5 configure:3252: $? = 0 configure:3259: ./conftest configure:3263: $? = 0 configure:3278: result: no configure:3283: checking for suffix of object files configure:3305: gcc -c conftest.c >&5 configure:3309: $? = 0 configure:3330: result: o configure:3334: checking whether we are using the GNU C compiler configure:3353: gcc -c conftest.c >&5 configure:3353: $? = 0 configure:3362: result: yes configure:3371: checking whether gcc accepts -g configure:3391: gcc -c -g conftest.c >&5 configure:3391: $? = 0 configure:3432: result: yes configure:3449: checking for gcc option to accept ISO C89 configure:3513: gcc -c -g -O2 conftest.c >&5 configure:3513: $? = 0 configure:3526: result: none needed configure:3547: checking whether gcc and cc understand -c and -o together configure:3578: gcc -c conftest.c -o conftest2.o >&5 configure:3582: $? = 0 configure:3588: gcc -c conftest.c -o conftest2.o >&5 configure:3592: $? = 0 configure:3603: cc -c conftest.c >&5 configure:3607: $? = 0 configure:3615: cc -c conftest.c -o conftest2.o >&5 configure:3619: $? = 0 configure:3625: cc -c conftest.c -o conftest2.o >&5 configure:3629: $? = 0 configure:3647: result: yes configure:3696: checking for style of include used by make configure:3724: result: none configure:3755: checking dependency style of gcc configure:3863: result: none configure:3883: checking how to run the C preprocessor configure:3914: gcc -E conftest.c configure:3914: $? = 0 configure:3928: gcc -E conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:3928: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LZO" | #define PACKAGE_TARNAME "lzo" | #define PACKAGE_VERSION "2.06" | #define PACKAGE_STRING "LZO 2.06" | #define PACKAGE_BUGREPORT "markus@oberhumer.com" | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" | /* end confdefs.h. */ | #include configure:3953: result: gcc -E configure:3973: gcc -E conftest.c configure:3973: $? = 0 configure:3987: gcc -E conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:3987: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LZO" | #define PACKAGE_TARNAME "lzo" | #define PACKAGE_VERSION "2.06" | #define PACKAGE_STRING "LZO 2.06" | #define PACKAGE_BUGREPORT "markus@oberhumer.com" | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" | /* end confdefs.h. */ | #include configure:4016: checking whether the C preprocessor needs special flags configure:4045: gcc -c -g -O2 conftest.c >&5 configure:4045: $? = 0 configure:4055: result: none needed configure:4070: checking for an ANSI C-conforming const configure:4135: gcc -c -g -O2 conftest.c >&5 configure:4135: $? = 0 configure:4142: result: yes configure:4151: checking for grep that handles long lines and -e configure:4209: result: /bin/grep configure:4214: checking for egrep configure:4276: result: /bin/grep -E configure:4281: checking for ANSI C header files configure:4301: gcc -c -g -O2 conftest.c >&5 configure:4301: $? = 0 configure:4374: gcc -o conftest -g -O2 conftest.c >&5 configure:4374: $? = 0 configure:4374: ./conftest configure:4374: $? = 0 configure:4385: result: yes configure:4398: checking for sys/types.h configure:4398: gcc -c -g -O2 conftest.c >&5 configure:4398: $? = 0 configure:4398: result: yes configure:4398: checking for sys/stat.h configure:4398: gcc -c -g -O2 conftest.c >&5 configure:4398: $? = 0 configure:4398: result: yes configure:4398: checking for stdlib.h configure:4398: gcc -c -g -O2 conftest.c >&5 configure:4398: $? = 0 configure:4398: result: yes configure:4398: checking for string.h configure:4398: gcc -c -g -O2 conftest.c >&5 configure:4398: $? = 0 configure:4398: result: yes configure:4398: checking for memory.h configure:4398: gcc -c -g -O2 conftest.c >&5 configure:4398: $? = 0 configure:4398: result: yes configure:4398: checking for strings.h configure:4398: gcc -c -g -O2 conftest.c >&5 configure:4398: $? = 0 configure:4398: result: yes configure:4398: checking for inttypes.h configure:4398: gcc -c -g -O2 conftest.c >&5 configure:4398: $? = 0 configure:4398: result: yes configure:4398: checking for stdint.h configure:4398: gcc -c -g -O2 conftest.c >&5 configure:4398: $? = 0 configure:4398: result: yes configure:4398: checking for unistd.h configure:4398: gcc -c -g -O2 conftest.c >&5 configure:4398: $? = 0 configure:4398: result: yes configure:4411: checking whether byte ordering is bigendian configure:4426: gcc -c -g -O2 conftest.c >&5 conftest.c:20:9: error: unknown type name 'not' not a universal capable compiler ^ conftest.c:20:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' not a universal capable compiler ^ conftest.c:20:15: error: unknown type name 'universal' configure:4426: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LZO" | #define PACKAGE_TARNAME "lzo" | #define PACKAGE_VERSION "2.06" | #define PACKAGE_STRING "LZO 2.06" | #define PACKAGE_BUGREPORT "markus@oberhumer.com" | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" | #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 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:4471: gcc -c -g -O2 conftest.c >&5 configure:4471: $? = 0 configure:4489: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:26:4: error: unknown type name 'not' not big endian ^ conftest.c:26:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' not big endian ^ configure:4489: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LZO" | #define PACKAGE_TARNAME "lzo" | #define PACKAGE_VERSION "2.06" | #define PACKAGE_STRING "LZO 2.06" | #define PACKAGE_BUGREPORT "markus@oberhumer.com" | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" | #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 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:4617: result: no configure:4646: checking for special C compiler options needed for large files configure:4691: result: no configure:4697: checking for _FILE_OFFSET_BITS value needed for large files configure:4722: gcc -c -g -O2 conftest.c >&5 configure:4722: $? = 0 configure:4754: result: no configure:4854: checking for a BSD-compatible install configure:4922: result: /usr/bin/install -c configure:4933: checking whether build environment is sane configure:4983: result: yes configure:5121: checking for a thread-safe mkdir -p configure:5160: result: /bin/mkdir -p configure:5173: checking for gawk configure:5189: found /usr/bin/gawk configure:5200: result: gawk configure:5211: checking whether make sets $(MAKE) configure:5237: result: no configure:5305: checking dependency style of gcc configure:5415: result: none configure:5510: WARNING: Libtool does not cope well with whitespace in `pwd` configure:5554: checking how to print strings configure:5581: result: printf configure:5602: checking for a sed that does not truncate output configure:5666: result: /bin/sed configure:5684: checking for fgrep configure:5746: result: /bin/grep -F configure:5781: checking for ld used by gcc configure:5848: result: /usr/bin/ld configure:5855: checking if the linker (/usr/bin/ld) is GNU ld configure:5870: result: yes configure:5882: checking for BSD- or MS-compatible name lister (nm) configure:5931: result: /usr/bin/nm -B configure:6061: checking the name lister (/usr/bin/nm -B) interface configure:6068: gcc -c -g -O2 conftest.c >&5 configure:6071: /usr/bin/nm -B "conftest.o" configure:6074: output 0000000000000000 B some_variable configure:6081: result: BSD nm configure:6084: checking whether ln -s works configure:6088: result: yes configure:6096: checking the maximum length of command line arguments configure:6221: result: 1572864 configure:6238: checking whether the shell understands some XSI constructs configure:6248: result: yes configure:6252: checking whether the shell understands "+=" configure:6258: result: yes configure:6293: checking for /usr/bin/ld option to reload object files configure:6300: result: -r configure:6369: checking for objdump configure:6385: found /usr/bin/objdump configure:6396: result: objdump configure:6428: checking how to recognize dependent libraries configure:6630: result: pass_all configure:6690: checking for ar configure:6706: found /usr/bin/ar configure:6717: result: ar 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:7141: gcc -c -g -O2 conftest.c >&5 configure:7144: $? = 0 configure:7148: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:7151: $? = 0 configure:7205: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 configure:7208: $? = 0 configure:7246: result: ok configure:7341: gcc -c -g -O2 conftest.c >&5 configure:7344: $? = 0 configure:8083: checking for dlfcn.h configure:8083: gcc -c -g -O2 conftest.c >&5 configure:8083: $? = 0 configure:8083: result: yes configure:8210: checking for objdir configure:8225: result: .libs configure:8492: checking if gcc supports -fno-rtti -fno-exceptions configure:8510: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C configure:8514: $? = 0 configure:8527: result: no configure:8547: checking for gcc option to produce PIC configure:8832: result: -fPIC -DPIC configure:8844: checking if gcc PIC flag -fPIC -DPIC works configure:8862: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 configure:8866: $? = 0 configure:8879: result: yes configure:8903: checking if gcc static flag -static works configure:8931: result: yes configure:8946: checking if gcc supports -c -o file.o configure:8967: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:8971: $? = 0 configure:8993: result: yes configure:9001: checking if gcc supports -c -o file.o configure:9048: result: yes configure:9081: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:10156: result: yes configure:10401: checking dynamic linker characteristics configure:10856: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 configure:10856: $? = 0 configure:11082: result: GNU/Linux ld.so configure:11189: checking how to hardcode library paths into programs configure:11214: result: immediate configure:11754: checking whether stripping libraries is possible configure:11759: result: yes configure:11794: checking if libtool supports shared libraries configure:11796: result: yes configure:11799: checking whether to build shared libraries configure:11820: result: no configure:11823: checking whether to build static libraries configure:11827: result: yes configure:11869: checking whether time.h and sys/time.h may both be included configure:11889: gcc -c -g -O2 conftest.c >&5 configure:11889: $? = 0 configure:11896: result: yes configure:11907: checking assert.h usability configure:11907: gcc -c -g -O2 conftest.c >&5 configure:11907: $? = 0 configure:11907: result: yes configure:11907: checking assert.h presence configure:11907: gcc -E conftest.c configure:11907: $? = 0 configure:11907: result: yes configure:11907: checking for assert.h configure:11907: result: yes configure:11907: checking ctype.h usability configure:11907: gcc -c -g -O2 conftest.c >&5 configure:11907: $? = 0 configure:11907: result: yes configure:11907: checking ctype.h presence configure:11907: gcc -E conftest.c configure:11907: $? = 0 configure:11907: result: yes configure:11907: checking for ctype.h configure:11907: result: yes configure:11907: checking dirent.h usability configure:11907: gcc -c -g -O2 conftest.c >&5 configure:11907: $? = 0 configure:11907: result: yes configure:11907: checking dirent.h presence configure:11907: gcc -E conftest.c configure:11907: $? = 0 configure:11907: result: yes configure:11907: checking for dirent.h configure:11907: result: yes configure:11907: checking errno.h usability configure:11907: gcc -c -g -O2 conftest.c >&5 configure:11907: $? = 0 configure:11907: result: yes configure:11907: checking errno.h presence configure:11907: gcc -E conftest.c configure:11907: $? = 0 configure:11907: result: yes configure:11907: checking for errno.h configure:11907: result: yes configure:11907: checking fcntl.h usability configure:11907: gcc -c -g -O2 conftest.c >&5 configure:11907: $? = 0 configure:11907: result: yes configure:11907: checking fcntl.h presence configure:11907: gcc -E conftest.c configure:11907: $? = 0 configure:11907: result: yes configure:11907: checking for fcntl.h configure:11907: result: yes configure:11907: checking float.h usability configure:11907: gcc -c -g -O2 conftest.c >&5 configure:11907: $? = 0 configure:11907: result: yes configure:11907: checking float.h presence configure:11907: gcc -E conftest.c configure:11907: $? = 0 configure:11907: result: yes configure:11907: checking for float.h configure:11907: result: yes configure:11907: checking limits.h usability configure:11907: gcc -c -g -O2 conftest.c >&5 configure:11907: $? = 0 configure:11907: result: yes configure:11907: checking limits.h presence configure:11907: gcc -E conftest.c configure:11907: $? = 0 configure:11907: result: yes configure:11907: checking for limits.h configure:11907: result: yes configure:11907: checking malloc.h usability configure:11907: gcc -c -g -O2 conftest.c >&5 configure:11907: $? = 0 configure:11907: result: yes configure:11907: checking malloc.h presence configure:11907: gcc -E conftest.c configure:11907: $? = 0 configure:11907: result: yes configure:11907: checking for malloc.h configure:11907: result: yes configure:11907: checking for memory.h configure:11907: result: yes configure:11907: checking setjmp.h usability configure:11907: gcc -c -g -O2 conftest.c >&5 configure:11907: $? = 0 configure:11907: result: yes configure:11907: checking setjmp.h presence configure:11907: gcc -E conftest.c configure:11907: $? = 0 configure:11907: result: yes configure:11907: checking for setjmp.h configure:11907: result: yes configure:11907: checking signal.h usability configure:11907: gcc -c -g -O2 conftest.c >&5 configure:11907: $? = 0 configure:11907: result: yes configure:11907: checking signal.h presence configure:11907: gcc -E conftest.c configure:11907: $? = 0 configure:11907: result: yes configure:11907: checking for signal.h configure:11907: result: yes configure:11907: checking stdarg.h usability configure:11907: gcc -c -g -O2 conftest.c >&5 configure:11907: $? = 0 configure:11907: result: yes configure:11907: checking stdarg.h presence configure:11907: gcc -E conftest.c configure:11907: $? = 0 configure:11907: result: yes configure:11907: checking for stdarg.h configure:11907: result: yes configure:11907: checking stddef.h usability configure:11907: gcc -c -g -O2 conftest.c >&5 configure:11907: $? = 0 configure:11907: result: yes configure:11907: checking stddef.h presence configure:11907: gcc -E conftest.c configure:11907: $? = 0 configure:11907: result: yes configure:11907: checking for stddef.h configure:11907: result: yes configure:11907: checking for stdint.h configure:11907: result: yes configure:11907: checking stdio.h usability configure:11907: gcc -c -g -O2 conftest.c >&5 configure:11907: $? = 0 configure:11907: result: yes configure:11907: checking stdio.h presence configure:11907: gcc -E conftest.c configure:11907: $? = 0 configure:11907: result: yes configure:11907: checking for stdio.h configure:11907: result: yes configure:11907: checking for stdlib.h configure:11907: result: yes configure:11907: checking for string.h configure:11907: result: yes configure:11907: checking for strings.h configure:11907: result: yes configure:11907: checking time.h usability configure:11907: gcc -c -g -O2 conftest.c >&5 configure:11907: $? = 0 configure:11907: result: yes configure:11907: checking time.h presence configure:11907: gcc -E conftest.c configure:11907: $? = 0 configure:11907: result: yes configure:11907: checking for time.h configure:11907: result: yes configure:11907: checking for unistd.h configure:11907: result: yes configure:11907: checking utime.h usability configure:11907: gcc -c -g -O2 conftest.c >&5 configure:11907: $? = 0 configure:11907: result: yes configure:11907: checking utime.h presence configure:11907: gcc -E conftest.c configure:11907: $? = 0 configure:11907: result: yes configure:11907: checking for utime.h configure:11907: result: yes configure:11907: checking sys/mman.h usability configure:11907: gcc -c -g -O2 conftest.c >&5 configure:11907: $? = 0 configure:11907: result: yes configure:11907: checking sys/mman.h presence configure:11907: gcc -E conftest.c configure:11907: $? = 0 configure:11907: result: yes configure:11907: checking for sys/mman.h configure:11907: result: yes configure:11907: checking sys/resource.h usability configure:11907: gcc -c -g -O2 conftest.c >&5 configure:11907: $? = 0 configure:11907: result: yes configure:11907: checking sys/resource.h presence configure:11907: gcc -E conftest.c configure:11907: $? = 0 configure:11907: result: yes configure:11907: checking for sys/resource.h configure:11907: result: yes configure:11907: checking for sys/stat.h configure:11907: result: yes configure:11907: checking sys/time.h usability configure:11907: gcc -c -g -O2 conftest.c >&5 configure:11907: $? = 0 configure:11907: result: yes configure:11907: checking sys/time.h presence configure:11907: gcc -E conftest.c configure:11907: $? = 0 configure:11907: result: yes configure:11907: checking for sys/time.h configure:11907: result: yes configure:11907: checking for sys/types.h configure:11907: result: yes configure:11907: checking sys/wait.h usability configure:11907: gcc -c -g -O2 conftest.c >&5 configure:11907: $? = 0 configure:11907: result: yes configure:11907: checking sys/wait.h presence configure:11907: gcc -E conftest.c configure:11907: $? = 0 configure:11907: result: yes configure:11907: checking for sys/wait.h configure:11907: result: yes configure:11922: checking whether limits.h is sane configure:12035: gcc -c -g -O2 conftest.c >&5 configure:12035: $? = 0 configure:12042: result: yes configure:12054: checking for off_t configure:12054: gcc -c -g -O2 conftest.c >&5 configure:12054: $? = 0 configure:12054: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:88:20: error: expected expression before ')' token if (sizeof ((off_t))) ^ configure:12054: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LZO" | #define PACKAGE_TARNAME "lzo" | #define PACKAGE_VERSION "2.06" | #define PACKAGE_STRING "LZO 2.06" | #define PACKAGE_BUGREPORT "markus@oberhumer.com" | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" | #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 LZO_ABI_LITTLE_ENDIAN 1 | #define PACKAGE "lzo" | #define VERSION "2.06" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define TIME_WITH_SYS_TIME 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_WAIT_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((off_t))) | return 0; | ; | return 0; | } configure:12054: result: yes configure:12065: checking for ptrdiff_t configure:12065: gcc -c -g -O2 conftest.c >&5 configure:12065: $? = 0 configure:12065: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:88:24: error: expected expression before ')' token if (sizeof ((ptrdiff_t))) ^ configure:12065: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LZO" | #define PACKAGE_TARNAME "lzo" | #define PACKAGE_VERSION "2.06" | #define PACKAGE_STRING "LZO 2.06" | #define PACKAGE_BUGREPORT "markus@oberhumer.com" | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" | #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 LZO_ABI_LITTLE_ENDIAN 1 | #define PACKAGE "lzo" | #define VERSION "2.06" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define TIME_WITH_SYS_TIME 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_WAIT_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((ptrdiff_t))) | return 0; | ; | return 0; | } configure:12065: result: yes configure:12076: checking for size_t configure:12076: gcc -c -g -O2 conftest.c >&5 configure:12076: $? = 0 configure:12076: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:88:21: error: expected expression before ')' token if (sizeof ((size_t))) ^ configure:12076: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LZO" | #define PACKAGE_TARNAME "lzo" | #define PACKAGE_VERSION "2.06" | #define PACKAGE_STRING "LZO 2.06" | #define PACKAGE_BUGREPORT "markus@oberhumer.com" | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" | #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 LZO_ABI_LITTLE_ENDIAN 1 | #define PACKAGE "lzo" | #define VERSION "2.06" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define TIME_WITH_SYS_TIME 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_WAIT_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:12076: result: yes configure:12087: checking return type of signal handlers configure:12105: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:58:9: error: void value not ignored as it ought to be return *(signal (0, 0)) (0) == 1; ^ configure:12105: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LZO" | #define PACKAGE_TARNAME "lzo" | #define PACKAGE_VERSION "2.06" | #define PACKAGE_STRING "LZO 2.06" | #define PACKAGE_BUGREPORT "markus@oberhumer.com" | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" | #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 LZO_ABI_LITTLE_ENDIAN 1 | #define PACKAGE "lzo" | #define VERSION "2.06" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define TIME_WITH_SYS_TIME 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_WAIT_H 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | return *(signal (0, 0)) (0) == 1; | ; | return 0; | } configure:12112: result: void configure:12126: checking size of short configure:12131: gcc -o conftest -g -O2 conftest.c >&5 configure:12131: $? = 0 configure:12131: ./conftest configure:12131: $? = 0 configure:12145: result: 2 configure:12159: checking size of int configure:12164: gcc -o conftest -g -O2 conftest.c >&5 configure:12164: $? = 0 configure:12164: ./conftest configure:12164: $? = 0 configure:12178: result: 4 configure:12192: checking size of long configure:12197: gcc -o conftest -g -O2 conftest.c >&5 configure:12197: $? = 0 configure:12197: ./conftest configure:12197: $? = 0 configure:12211: result: 8 configure:12226: checking size of long long configure:12231: gcc -o conftest -g -O2 conftest.c >&5 configure:12231: $? = 0 configure:12231: ./conftest configure:12231: $? = 0 configure:12245: result: 8 configure:12259: checking size of __int16 configure:12264: gcc -o conftest -g -O2 conftest.c >&5 conftest.c: In function 'longval': conftest.c:90:57: error: '__int16' undeclared (first use in this function) static long int longval () { return (long int) (sizeof (__int16)); } ^ conftest.c:90:57: note: each undeclared identifier is reported only once for each function it appears in conftest.c: In function 'ulongval': conftest.c:91:67: error: '__int16' undeclared (first use in this function) static unsigned long int ulongval () { return (long int) (sizeof (__int16)); } ^ conftest.c: In function 'main': conftest.c:101:28: error: '__int16' undeclared (first use in this function) if (((long int) (sizeof (__int16))) < 0) ^ configure:12264: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LZO" | #define PACKAGE_TARNAME "lzo" | #define PACKAGE_VERSION "2.06" | #define PACKAGE_STRING "LZO 2.06" | #define PACKAGE_BUGREPORT "markus@oberhumer.com" | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" | #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 LZO_ABI_LITTLE_ENDIAN 1 | #define PACKAGE "lzo" | #define VERSION "2.06" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define TIME_WITH_SYS_TIME 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_WAIT_H 1 | #define RETSIGTYPE void | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | static long int longval () { return (long int) (sizeof (__int16)); } | static unsigned long int ulongval () { return (long int) (sizeof (__int16)); } | #include | #include | int | main () | { | | FILE *f = fopen ("conftest.val", "w"); | if (! f) | return 1; | if (((long int) (sizeof (__int16))) < 0) | { | long int i = longval (); | if (i != ((long int) (sizeof (__int16)))) | return 1; | fprintf (f, "%ld", i); | } | else | { | unsigned long int i = ulongval (); | if (i != ((long int) (sizeof (__int16)))) | return 1; | fprintf (f, "%lu", i); | } | /* Do not output a trailing newline, as this causes \r\n confusion | on some platforms. */ | return ferror (f) || fclose (f) != 0; | | ; | return 0; | } configure:12278: result: 0 configure:12292: checking size of __int32 configure:12297: gcc -o conftest -g -O2 conftest.c >&5 conftest.c: In function 'longval': conftest.c:91:57: error: '__int32' undeclared (first use in this function) static long int longval () { return (long int) (sizeof (__int32)); } ^ conftest.c:91:57: note: each undeclared identifier is reported only once for each function it appears in conftest.c: In function 'ulongval': conftest.c:92:67: error: '__int32' undeclared (first use in this function) static unsigned long int ulongval () { return (long int) (sizeof (__int32)); } ^ conftest.c: In function 'main': conftest.c:102:28: error: '__int32' undeclared (first use in this function) if (((long int) (sizeof (__int32))) < 0) ^ configure:12297: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LZO" | #define PACKAGE_TARNAME "lzo" | #define PACKAGE_VERSION "2.06" | #define PACKAGE_STRING "LZO 2.06" | #define PACKAGE_BUGREPORT "markus@oberhumer.com" | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" | #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 LZO_ABI_LITTLE_ENDIAN 1 | #define PACKAGE "lzo" | #define VERSION "2.06" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define TIME_WITH_SYS_TIME 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_WAIT_H 1 | #define RETSIGTYPE void | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT16 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | static long int longval () { return (long int) (sizeof (__int32)); } | static unsigned long int ulongval () { return (long int) (sizeof (__int32)); } | #include | #include | int | main () | { | | FILE *f = fopen ("conftest.val", "w"); | if (! f) | return 1; | if (((long int) (sizeof (__int32))) < 0) | { | long int i = longval (); | if (i != ((long int) (sizeof (__int32)))) | return 1; | fprintf (f, "%ld", i); | } | else | { | unsigned long int i = ulongval (); | if (i != ((long int) (sizeof (__int32)))) | return 1; | fprintf (f, "%lu", i); | } | /* Do not output a trailing newline, as this causes \r\n confusion | on some platforms. */ | return ferror (f) || fclose (f) != 0; | | ; | return 0; | } configure:12311: result: 0 configure:12325: checking size of __int64 configure:12330: gcc -o conftest -g -O2 conftest.c >&5 conftest.c: In function 'longval': conftest.c:92:57: error: '__int64' undeclared (first use in this function) static long int longval () { return (long int) (sizeof (__int64)); } ^ conftest.c:92:57: note: each undeclared identifier is reported only once for each function it appears in conftest.c: In function 'ulongval': conftest.c:93:67: error: '__int64' undeclared (first use in this function) static unsigned long int ulongval () { return (long int) (sizeof (__int64)); } ^ conftest.c: In function 'main': conftest.c:103:28: error: '__int64' undeclared (first use in this function) if (((long int) (sizeof (__int64))) < 0) ^ configure:12330: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LZO" | #define PACKAGE_TARNAME "lzo" | #define PACKAGE_VERSION "2.06" | #define PACKAGE_STRING "LZO 2.06" | #define PACKAGE_BUGREPORT "markus@oberhumer.com" | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" | #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 LZO_ABI_LITTLE_ENDIAN 1 | #define PACKAGE "lzo" | #define VERSION "2.06" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define TIME_WITH_SYS_TIME 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_WAIT_H 1 | #define RETSIGTYPE void | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT16 0 | #define SIZEOF___INT32 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | static long int longval () { return (long int) (sizeof (__int64)); } | static unsigned long int ulongval () { return (long int) (sizeof (__int64)); } | #include | #include | int | main () | { | | FILE *f = fopen ("conftest.val", "w"); | if (! f) | return 1; | if (((long int) (sizeof (__int64))) < 0) | { | long int i = longval (); | if (i != ((long int) (sizeof (__int64)))) | return 1; | fprintf (f, "%ld", i); | } | else | { | unsigned long int i = ulongval (); | if (i != ((long int) (sizeof (__int64)))) | return 1; | fprintf (f, "%lu", i); | } | /* Do not output a trailing newline, as this causes \r\n confusion | on some platforms. */ | return ferror (f) || fclose (f) != 0; | | ; | return 0; | } configure:12344: result: 0 configure:12359: checking size of void * configure:12364: gcc -o conftest -g -O2 conftest.c >&5 configure:12364: $? = 0 configure:12364: ./conftest configure:12364: $? = 0 configure:12378: result: 8 configure:12392: checking size of size_t configure:12397: gcc -o conftest -g -O2 conftest.c >&5 configure:12397: $? = 0 configure:12397: ./conftest configure:12397: $? = 0 configure:12411: result: 8 configure:12425: checking size of ptrdiff_t configure:12430: gcc -o conftest -g -O2 conftest.c >&5 configure:12430: $? = 0 configure:12430: ./conftest configure:12430: $? = 0 configure:12444: result: 8 configure:12460: checking size of __int32 configure:12479: result: 0 configure:12493: checking size of intmax_t configure:12498: gcc -o conftest -g -O2 conftest.c >&5 configure:12498: $? = 0 configure:12498: ./conftest configure:12498: $? = 0 configure:12512: result: 8 configure:12526: checking size of uintmax_t configure:12531: gcc -o conftest -g -O2 conftest.c >&5 configure:12531: $? = 0 configure:12531: ./conftest configure:12531: $? = 0 configure:12545: result: 8 configure:12559: checking size of intptr_t configure:12564: gcc -o conftest -g -O2 conftest.c >&5 configure:12564: $? = 0 configure:12564: ./conftest configure:12564: $? = 0 configure:12578: result: 8 configure:12592: checking size of uintptr_t configure:12597: gcc -o conftest -g -O2 conftest.c >&5 configure:12597: $? = 0 configure:12597: ./conftest configure:12597: $? = 0 configure:12611: result: 8 configure:12626: checking size of float configure:12631: gcc -o conftest -g -O2 conftest.c >&5 configure:12631: $? = 0 configure:12631: ./conftest configure:12631: $? = 0 configure:12645: result: 4 configure:12659: checking size of double configure:12664: gcc -o conftest -g -O2 conftest.c >&5 configure:12664: $? = 0 configure:12664: ./conftest configure:12664: $? = 0 configure:12678: result: 8 configure:12692: checking size of long double configure:12697: gcc -o conftest -g -O2 conftest.c >&5 configure:12697: $? = 0 configure:12697: ./conftest configure:12697: $? = 0 configure:12711: result: 16 configure:12726: checking size of dev_t configure:12731: gcc -o conftest -g -O2 conftest.c >&5 configure:12731: $? = 0 configure:12731: ./conftest configure:12731: $? = 0 configure:12745: result: 8 configure:12759: checking size of fpos_t configure:12764: gcc -o conftest -g -O2 conftest.c >&5 configure:12764: $? = 0 configure:12764: ./conftest configure:12764: $? = 0 configure:12778: result: 16 configure:12792: checking size of mode_t configure:12797: gcc -o conftest -g -O2 conftest.c >&5 configure:12797: $? = 0 configure:12797: ./conftest configure:12797: $? = 0 configure:12811: result: 4 configure:12825: checking size of off_t configure:12830: gcc -o conftest -g -O2 conftest.c >&5 configure:12830: $? = 0 configure:12830: ./conftest configure:12830: $? = 0 configure:12844: result: 8 configure:12858: checking size of ssize_t configure:12863: gcc -o conftest -g -O2 conftest.c >&5 configure:12863: $? = 0 configure:12863: ./conftest configure:12863: $? = 0 configure:12877: result: 8 configure:12891: checking size of time_t configure:12896: gcc -o conftest -g -O2 conftest.c >&5 configure:12896: $? = 0 configure:12896: ./conftest configure:12896: $? = 0 configure:12910: result: 8 configure:12931: checking for access configure:12931: gcc -o conftest -g -O2 conftest.c >&5 configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for alloca configure:12931: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:101:6: warning: conflicting types for built-in function 'alloca' char alloca (); ^ /tmp/ccEzRMyH.o: In function `main': /mnt/b/Hardware Supports/N9/lzo-2.06.tar/lzo-2.06/conftest.c:112: undefined reference to `alloca' collect2: error: ld returned 1 exit status configure:12931: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LZO" | #define PACKAGE_TARNAME "lzo" | #define PACKAGE_VERSION "2.06" | #define PACKAGE_STRING "LZO 2.06" | #define PACKAGE_BUGREPORT "markus@oberhumer.com" | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" | #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 LZO_ABI_LITTLE_ENDIAN 1 | #define PACKAGE "lzo" | #define VERSION "2.06" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define TIME_WITH_SYS_TIME 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_WAIT_H 1 | #define RETSIGTYPE void | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT16 0 | #define SIZEOF___INT32 0 | #define SIZEOF___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF___INT32 0 | #define SIZEOF_INTMAX_T 8 | #define SIZEOF_UINTMAX_T 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_DEV_T 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_MODE_T 4 | #define SIZEOF_OFF_T 8 | #define SIZEOF_SSIZE_T 8 | #define SIZEOF_TIME_T 8 | #define HAVE_ACCESS 1 | /* end confdefs.h. */ | /* Define alloca to an innocuous variant, in case declares alloca. | For example, HP-UX 11i declares gettimeofday. */ | #define alloca innocuous_alloca | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char alloca (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef alloca | | /* 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 alloca (); | /* 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_alloca || defined __stub___alloca | choke me | #endif | | int | main () | { | return alloca (); | ; | return 0; | } configure:12931: result: no configure:12931: checking for atexit configure:12931: gcc -o conftest -g -O2 conftest.c >&5 configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for atoi configure:12931: gcc -o conftest -g -O2 conftest.c >&5 configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for atol configure:12931: gcc -o conftest -g -O2 conftest.c >&5 configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for chmod configure:12931: gcc -o conftest -g -O2 conftest.c >&5 configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for chown configure:12931: gcc -o conftest -g -O2 conftest.c >&5 configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for clock_getcpuclockid configure:12931: gcc -o conftest -g -O2 conftest.c >&5 configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for clock_getres configure:12931: gcc -o conftest -g -O2 conftest.c >&5 configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for clock_gettime configure:12931: gcc -o conftest -g -O2 conftest.c >&5 configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for ctime configure:12931: gcc -o conftest -g -O2 conftest.c >&5 configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for difftime configure:12931: gcc -o conftest -g -O2 conftest.c >&5 configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for fstat configure:12931: gcc -o conftest -g -O2 conftest.c >&5 configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for getenv configure:12931: gcc -o conftest -g -O2 conftest.c >&5 configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for getpagesize configure:12931: gcc -o conftest -g -O2 conftest.c >&5 configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for getrusage configure:12931: gcc -o conftest -g -O2 conftest.c >&5 configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for gettimeofday configure:12931: gcc -o conftest -g -O2 conftest.c >&5 configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for gmtime configure:12931: gcc -o conftest -g -O2 conftest.c >&5 configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for isatty configure:12931: gcc -o conftest -g -O2 conftest.c >&5 configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for localtime configure:12931: gcc -o conftest -g -O2 conftest.c >&5 configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for longjmp configure:12931: gcc -o conftest -g -O2 conftest.c >&5 configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for lstat configure:12931: gcc -o conftest -g -O2 conftest.c >&5 configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for memcmp configure:12931: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:121:6: warning: conflicting types for built-in function 'memcmp' char memcmp (); ^ configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for memcpy configure:12931: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:122:6: warning: conflicting types for built-in function 'memcpy' char memcpy (); ^ configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for memmove configure:12931: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:123:6: warning: conflicting types for built-in function 'memmove' char memmove (); ^ configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for memset configure:12931: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:124:6: warning: conflicting types for built-in function 'memset' char memset (); ^ configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for mkdir configure:12931: gcc -o conftest -g -O2 conftest.c >&5 configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for mktime configure:12931: gcc -o conftest -g -O2 conftest.c >&5 configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for mmap configure:12931: gcc -o conftest -g -O2 conftest.c >&5 configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for mprotect configure:12931: gcc -o conftest -g -O2 conftest.c >&5 configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for munmap configure:12931: gcc -o conftest -g -O2 conftest.c >&5 configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for qsort configure:12931: gcc -o conftest -g -O2 conftest.c >&5 configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for raise configure:12931: gcc -o conftest -g -O2 conftest.c >&5 configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for rmdir configure:12931: gcc -o conftest -g -O2 conftest.c >&5 configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for setjmp configure:12931: gcc -o conftest -g -O2 conftest.c >&5 configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for signal configure:12931: gcc -o conftest -g -O2 conftest.c >&5 configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for snprintf configure:12931: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:135:6: warning: conflicting types for built-in function 'snprintf' char snprintf (); ^ configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for strcasecmp configure:12931: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:136:6: warning: conflicting types for built-in function 'strcasecmp' char strcasecmp (); ^ configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for strchr configure:12931: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:137:6: warning: conflicting types for built-in function 'strchr' char strchr (); ^ configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for strdup configure:12931: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:138:6: warning: conflicting types for built-in function 'strdup' char strdup (); ^ configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for strerror configure:12931: gcc -o conftest -g -O2 conftest.c >&5 configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for strftime configure:12931: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:140:6: warning: conflicting types for built-in function 'strftime' char strftime (); ^ configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for stricmp configure:12931: gcc -o conftest -g -O2 conftest.c >&5 /tmp/ccFnWLu2.o: In function `main': /mnt/b/Hardware Supports/N9/lzo-2.06.tar/lzo-2.06/conftest.c:152: undefined reference to `stricmp' collect2: error: ld returned 1 exit status configure:12931: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LZO" | #define PACKAGE_TARNAME "lzo" | #define PACKAGE_VERSION "2.06" | #define PACKAGE_STRING "LZO 2.06" | #define PACKAGE_BUGREPORT "markus@oberhumer.com" | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" | #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 LZO_ABI_LITTLE_ENDIAN 1 | #define PACKAGE "lzo" | #define VERSION "2.06" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define TIME_WITH_SYS_TIME 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_WAIT_H 1 | #define RETSIGTYPE void | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT16 0 | #define SIZEOF___INT32 0 | #define SIZEOF___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF___INT32 0 | #define SIZEOF_INTMAX_T 8 | #define SIZEOF_UINTMAX_T 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_DEV_T 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_MODE_T 4 | #define SIZEOF_OFF_T 8 | #define SIZEOF_SSIZE_T 8 | #define SIZEOF_TIME_T 8 | #define HAVE_ACCESS 1 | #define HAVE_ATEXIT 1 | #define HAVE_ATOI 1 | #define HAVE_ATOL 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK_GETCPUCLOCKID 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CTIME 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FSTAT 1 | #define HAVE_GETENV 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME 1 | #define HAVE_ISATTY 1 | #define HAVE_LOCALTIME 1 | #define HAVE_LONGJMP 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMCMP 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MPROTECT 1 | #define HAVE_MUNMAP 1 | #define HAVE_QSORT 1 | #define HAVE_RAISE 1 | #define HAVE_RMDIR 1 | #define HAVE_SETJMP 1 | #define HAVE_SIGNAL 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRFTIME 1 | /* end confdefs.h. */ | /* Define stricmp to an innocuous variant, in case declares stricmp. | For example, HP-UX 11i declares gettimeofday. */ | #define stricmp innocuous_stricmp | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char stricmp (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef stricmp | | /* 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 stricmp (); | /* 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_stricmp || defined __stub___stricmp | choke me | #endif | | int | main () | { | return stricmp (); | ; | return 0; | } configure:12931: result: no configure:12931: checking for strncasecmp configure:12931: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:141:6: warning: conflicting types for built-in function 'strncasecmp' char strncasecmp (); ^ configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for strnicmp configure:12931: gcc -o conftest -g -O2 conftest.c >&5 /tmp/ccYM7nyw.o: In function `main': /mnt/b/Hardware Supports/N9/lzo-2.06.tar/lzo-2.06/conftest.c:153: undefined reference to `strnicmp' collect2: error: ld returned 1 exit status configure:12931: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LZO" | #define PACKAGE_TARNAME "lzo" | #define PACKAGE_VERSION "2.06" | #define PACKAGE_STRING "LZO 2.06" | #define PACKAGE_BUGREPORT "markus@oberhumer.com" | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" | #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 LZO_ABI_LITTLE_ENDIAN 1 | #define PACKAGE "lzo" | #define VERSION "2.06" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define TIME_WITH_SYS_TIME 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_WAIT_H 1 | #define RETSIGTYPE void | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT16 0 | #define SIZEOF___INT32 0 | #define SIZEOF___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF___INT32 0 | #define SIZEOF_INTMAX_T 8 | #define SIZEOF_UINTMAX_T 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_DEV_T 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_MODE_T 4 | #define SIZEOF_OFF_T 8 | #define SIZEOF_SSIZE_T 8 | #define SIZEOF_TIME_T 8 | #define HAVE_ACCESS 1 | #define HAVE_ATEXIT 1 | #define HAVE_ATOI 1 | #define HAVE_ATOL 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK_GETCPUCLOCKID 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CTIME 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FSTAT 1 | #define HAVE_GETENV 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME 1 | #define HAVE_ISATTY 1 | #define HAVE_LOCALTIME 1 | #define HAVE_LONGJMP 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMCMP 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MPROTECT 1 | #define HAVE_MUNMAP 1 | #define HAVE_QSORT 1 | #define HAVE_RAISE 1 | #define HAVE_RMDIR 1 | #define HAVE_SETJMP 1 | #define HAVE_SIGNAL 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRNCASECMP 1 | /* end confdefs.h. */ | /* Define strnicmp to an innocuous variant, in case declares strnicmp. | For example, HP-UX 11i declares gettimeofday. */ | #define strnicmp innocuous_strnicmp | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strnicmp (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef strnicmp | | /* 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 strnicmp (); | /* 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_strnicmp || defined __stub___strnicmp | choke me | #endif | | int | main () | { | return strnicmp (); | ; | return 0; | } configure:12931: result: no configure:12931: checking for strrchr configure:12931: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:142:6: warning: conflicting types for built-in function 'strrchr' char strrchr (); ^ configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for strstr configure:12931: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:143:6: warning: conflicting types for built-in function 'strstr' char strstr (); ^ configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for time configure:12931: gcc -o conftest -g -O2 conftest.c >&5 configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for umask configure:12931: gcc -o conftest -g -O2 conftest.c >&5 configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for utime configure:12931: gcc -o conftest -g -O2 conftest.c >&5 configure:12931: $? = 0 configure:12931: result: yes configure:12931: checking for vsnprintf configure:12931: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:147:6: warning: conflicting types for built-in function 'vsnprintf' char vsnprintf (); ^ configure:12931: $? = 0 configure:12931: result: yes configure:12974: checking whether to build assembly versions configure:12982: gcc -g -O2 -c conftest.S 1>&5 conftest.S:1:96: fatal error: /mnt/b/Hardware Supports/N9/lzo-2.06.tar/lzo-2.06/asm/amd64/src_gas/elf64/lzo1x_f1.S: No such file or directory compilation terminated. configure:12985: $? = 1 configure: failed program was: #include "/mnt/b/Hardware Supports/N9/lzo-2.06.tar/lzo-2.06/asm/amd64/src_gas/elf64/lzo1x_f1.S" configure:13004: result: no configure:13034: checking whether your compiler passes the ACC conformance test configure:13079: gcc -c -g -O2 -I. conftest.c >&5 configure:13079: $? = 0 configure:13087: result: yes configure:13262: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by LZO config.status 2.06, which was generated by GNU Autoconf 2.67. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on Standard-Silver config.status:1192: creating Makefile config.status:1192: creating config.h config.status:1420: executing depfiles commands config.status:1420: executing libtool commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-unknown-linux-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_env_CCASFLAGS_set= ac_cv_env_CCASFLAGS_value= ac_cv_env_CCAS_set= ac_cv_env_CCAS_value= 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_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_access=yes ac_cv_func_alloca=no ac_cv_func_atexit=yes ac_cv_func_atoi=yes ac_cv_func_atol=yes ac_cv_func_chmod=yes ac_cv_func_chown=yes ac_cv_func_clock_getcpuclockid=yes ac_cv_func_clock_getres=yes ac_cv_func_clock_gettime=yes ac_cv_func_ctime=yes ac_cv_func_difftime=yes ac_cv_func_fstat=yes ac_cv_func_getenv=yes ac_cv_func_getpagesize=yes ac_cv_func_getrusage=yes ac_cv_func_gettimeofday=yes ac_cv_func_gmtime=yes ac_cv_func_isatty=yes ac_cv_func_localtime=yes ac_cv_func_longjmp=yes ac_cv_func_lstat=yes ac_cv_func_memcmp=yes ac_cv_func_memcpy=yes ac_cv_func_memmove=yes ac_cv_func_memset=yes ac_cv_func_mkdir=yes ac_cv_func_mktime=yes ac_cv_func_mmap=yes ac_cv_func_mprotect=yes ac_cv_func_munmap=yes ac_cv_func_qsort=yes ac_cv_func_raise=yes ac_cv_func_rmdir=yes ac_cv_func_setjmp=yes ac_cv_func_signal=yes ac_cv_func_snprintf=yes ac_cv_func_strcasecmp=yes ac_cv_func_strchr=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strftime=yes ac_cv_func_stricmp=no ac_cv_func_strncasecmp=yes ac_cv_func_strnicmp=no ac_cv_func_strrchr=yes ac_cv_func_strstr=yes ac_cv_func_time=yes ac_cv_func_umask=yes ac_cv_func_utime=yes ac_cv_func_vsnprintf=yes ac_cv_header_assert_h=yes ac_cv_header_ctype_h=yes ac_cv_header_dirent_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_errno_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_float_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_limits_h=yes ac_cv_header_malloc_h=yes ac_cv_header_memory_h=yes ac_cv_header_setjmp_h=yes ac_cv_header_signal_h=yes ac_cv_header_stdarg_h=yes ac_cv_header_stdc=yes ac_cv_header_stddef_h=yes ac_cv_header_stdint_h=yes ac_cv_header_stdio_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_mman_h=yes ac_cv_header_sys_resource_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_time=yes ac_cv_header_time_h=yes ac_cv_header_unistd_h=yes ac_cv_header_utime_h=yes ac_cv_host=x86_64-unknown-linux-gnu ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GREP=/bin/grep ac_cv_path_SED=/bin/sed ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/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_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=no ac_cv_sizeof___int16=0 ac_cv_sizeof___int32=0 ac_cv_sizeof___int64=0 ac_cv_sizeof_dev_t=8 ac_cv_sizeof_double=8 ac_cv_sizeof_float=4 ac_cv_sizeof_fpos_t=16 ac_cv_sizeof_int=4 ac_cv_sizeof_intmax_t=8 ac_cv_sizeof_intptr_t=8 ac_cv_sizeof_long=8 ac_cv_sizeof_long_double=16 ac_cv_sizeof_long_long=8 ac_cv_sizeof_mode_t=4 ac_cv_sizeof_off_t=8 ac_cv_sizeof_ptrdiff_t=8 ac_cv_sizeof_short=2 ac_cv_sizeof_size_t=8 ac_cv_sizeof_ssize_t=8 ac_cv_sizeof_time_t=8 ac_cv_sizeof_uintmax_t=8 ac_cv_sizeof_uintptr_t=8 ac_cv_sizeof_void_p=8 ac_cv_sys_file_offset_bits=no ac_cv_sys_largefile_CC=no ac_cv_target=x86_64-unknown-linux-gnu ac_cv_type_off_t=yes ac_cv_type_ptrdiff_t=yes ac_cv_type_signal=void ac_cv_type_size_t=yes am_cv_CCAS_dependencies_compiler_type=none am_cv_CC_dependencies_compiler_type=none 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_prog_compiler_c_o=yes 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_shlibpath_overrides_runpath=no lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_max_cmd_len=1572864 mfx_cv_header_sane_limits_h=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} "/mnt/b/Hardware Supports/N9/lzo-2.06.tar/lzo-2.06/autoconf/missing" --run aclocal-1.11' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} "/mnt/b/Hardware Supports/N9/lzo-2.06.tar/lzo-2.06/autoconf/missing" --run tar' AM_BACKSLASH='\' AM_DEFAULT_VERBOSITY='0' AR='ar' AUTOCONF='${SHELL} "/mnt/b/Hardware Supports/N9/lzo-2.06.tar/lzo-2.06/autoconf/missing" --run autoconf' AUTOHEADER='${SHELL} "/mnt/b/Hardware Supports/N9/lzo-2.06.tar/lzo-2.06/autoconf/missing" --run autoheader' AUTOMAKE='${SHELL} "/mnt/b/Hardware Supports/N9/lzo-2.06.tar/lzo-2.06/autoconf/missing" --run automake-1.11' AWK='gawk' CC='gcc' CCAS='gcc' CCASDEPMODE='depmode=none' CCASFLAGS='-g -O2' CCDEPMODE='depmode=none' CFLAGS='-g -O2' CPP='gcc -E' CPPFLAGS='' CYGPATH_W='echo' DEFS='-DLZO_HAVE_CONFIG_H=1' DEPDIR='.deps' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' FGREP='/bin/grep -F' GREP='/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='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBOBJS='' LZO_USE_ASM_i386_obj_elf32_FALSE='' LZO_USE_ASM_i386_obj_elf32_TRUE='#' LZO_USE_ASM_i386_src_gas_FALSE='' LZO_USE_ASM_i386_src_gas_TRUE='#' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} "/mnt/b/Hardware Supports/N9/lzo-2.06.tar/lzo-2.06/autoconf/missing" --run makeinfo' MKDIR_P='/bin/mkdir -p' NM='/usr/bin/nm -B' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='lzo' PACKAGE_BUGREPORT='markus@oberhumer.com' PACKAGE_NAME='LZO' PACKAGE_STRING='LZO 2.06' PACKAGE_TARNAME='lzo' PACKAGE_URL='http://www.oberhumer.com/opensource/lzo/' PACKAGE_VERSION='2.06' PATH_SEPARATOR=':' RANLIB='ranlib' SED='/bin/sed' SET_MAKE='MAKE=make' SHELL='/bin/bash' STRIP='strip' VERSION='2.06' ac_ct_CC='gcc' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCCAS_FALSE='' am__fastdepCCAS_TRUE='#' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='#' am__include='#' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} '\''/mnt/b/Hardware Supports/N9/lzo-2.06.tar/lzo-2.06/autoconf/install-sh'\''' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='x86_64-unknown-linux-gnu' target_alias='' target_cpu='x86_64' target_os='linux-gnu' target_vendor='unknown' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "LZO" #define PACKAGE_TARNAME "lzo" #define PACKAGE_VERSION "2.06" #define PACKAGE_STRING "LZO 2.06" #define PACKAGE_BUGREPORT "markus@oberhumer.com" #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzo/" #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 LZO_ABI_LITTLE_ENDIAN 1 #define PACKAGE "lzo" #define VERSION "2.06" #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define TIME_WITH_SYS_TIME 1 #define HAVE_ASSERT_H 1 #define HAVE_CTYPE_H 1 #define HAVE_DIRENT_H 1 #define HAVE_ERRNO_H 1 #define HAVE_FCNTL_H 1 #define HAVE_FLOAT_H 1 #define HAVE_LIMITS_H 1 #define HAVE_MALLOC_H 1 #define HAVE_MEMORY_H 1 #define HAVE_SETJMP_H 1 #define HAVE_SIGNAL_H 1 #define HAVE_STDARG_H 1 #define HAVE_STDDEF_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_TIME_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UTIME_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_SYS_RESOURCE_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_WAIT_H 1 #define RETSIGTYPE void #define SIZEOF_SHORT 2 #define SIZEOF_INT 4 #define SIZEOF_LONG 8 #define SIZEOF_LONG_LONG 8 #define SIZEOF___INT16 0 #define SIZEOF___INT32 0 #define SIZEOF___INT64 0 #define SIZEOF_VOID_P 8 #define SIZEOF_SIZE_T 8 #define SIZEOF_PTRDIFF_T 8 #define SIZEOF___INT32 0 #define SIZEOF_INTMAX_T 8 #define SIZEOF_UINTMAX_T 8 #define SIZEOF_INTPTR_T 8 #define SIZEOF_UINTPTR_T 8 #define SIZEOF_FLOAT 4 #define SIZEOF_DOUBLE 8 #define SIZEOF_LONG_DOUBLE 16 #define SIZEOF_DEV_T 8 #define SIZEOF_FPOS_T 16 #define SIZEOF_MODE_T 4 #define SIZEOF_OFF_T 8 #define SIZEOF_SSIZE_T 8 #define SIZEOF_TIME_T 8 #define HAVE_ACCESS 1 #define HAVE_ATEXIT 1 #define HAVE_ATOI 1 #define HAVE_ATOL 1 #define HAVE_CHMOD 1 #define HAVE_CHOWN 1 #define HAVE_CLOCK_GETCPUCLOCKID 1 #define HAVE_CLOCK_GETRES 1 #define HAVE_CLOCK_GETTIME 1 #define HAVE_CTIME 1 #define HAVE_DIFFTIME 1 #define HAVE_FSTAT 1 #define HAVE_GETENV 1 #define HAVE_GETPAGESIZE 1 #define HAVE_GETRUSAGE 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_GMTIME 1 #define HAVE_ISATTY 1 #define HAVE_LOCALTIME 1 #define HAVE_LONGJMP 1 #define HAVE_LSTAT 1 #define HAVE_MEMCMP 1 #define HAVE_MEMCPY 1 #define HAVE_MEMMOVE 1 #define HAVE_MEMSET 1 #define HAVE_MKDIR 1 #define HAVE_MKTIME 1 #define HAVE_MMAP 1 #define HAVE_MPROTECT 1 #define HAVE_MUNMAP 1 #define HAVE_QSORT 1 #define HAVE_RAISE 1 #define HAVE_RMDIR 1 #define HAVE_SETJMP 1 #define HAVE_SIGNAL 1 #define HAVE_SNPRINTF 1 #define HAVE_STRCASECMP 1 #define HAVE_STRCHR 1 #define HAVE_STRDUP 1 #define HAVE_STRERROR 1 #define HAVE_STRFTIME 1 #define HAVE_STRNCASECMP 1 #define HAVE_STRRCHR 1 #define HAVE_STRSTR 1 #define HAVE_TIME 1 #define HAVE_UMASK 1 #define HAVE_UTIME 1 #define HAVE_VSNPRINTF 1 configure: exit 0