This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --build=i686-uhu-linux --host=i686-uhu-linux --disable-static CFLAGS=-O2 -march=i686 -mtune=generic ## --------- ## ## Platform. ## ## --------- ## hostname = hp02 uname -m = i686 uname -r = 3.15.3-1.i386 uname -s = Linux uname -v = #2 SMP Tue Jul 1 11:51:10 UTC 2014 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib/uhubuild PATH: /usr/lib/ccache PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /usr/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1546: checking build system type configure:1564: result: i686-uhu-linux-gnu configure:1572: checking host system type configure:1586: result: i686-uhu-linux-gnu configure:1594: checking target system type configure:1608: result: i686-uhu-linux-gnu configure:1636: checking for a BSD-compatible install configure:1691: result: /bin/install -c configure:1702: checking whether build environment is sane configure:1745: result: yes configure:1810: checking for gawk configure:1826: found /bin/gawk configure:1836: result: gawk configure:1846: checking whether make sets $(MAKE) configure:1866: result: yes configure:2037: checking whether to enable maintainer-specific portions of Makefiles configure:2046: result: no configure:2062: checking whether make sets $(MAKE) configure:2082: result: yes configure:2102: checking for i686-uhu-linux-g++ configure:2118: found /usr/bin/i686-uhu-linux-g++ configure:2128: result: i686-uhu-linux-g++ configure:2186: checking for C++ compiler version configure:2189: i686-uhu-linux-g++ --version &5 i686-uhu-linux-g++ (GCC) 4.8.3 Copyright (C) 2013 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:2192: $? = 0 configure:2194: i686-uhu-linux-g++ -v &5 Using built-in specs. COLLECT_GCC=i686-uhu-linux-g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-uhu-linux/4.8.3/lto-wrapper Target: i686-uhu-linux Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --build=i686-uhu-linux --host=i686-uhu-linux --target=i686-uhu-linux --enable-languages=c,c++,objc,java,fortran --enable-shared --enable-targets=all --disable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-arch-32=i686 --with-arch-64=core2 --with-cpu-32=i686 --with-cpu-64=core2 --with-tune=generic Thread model: posix gcc version 4.8.3 (GCC) configure:2197: $? = 0 configure:2199: i686-uhu-linux-g++ -V &5 i686-uhu-linux-g++: error: unrecognized command line option '-V' i686-uhu-linux-g++: fatal error: no input files compilation terminated. configure:2202: $? = 1 configure:2225: checking for C++ compiler default output file name configure:2228: i686-uhu-linux-g++ conftest.cc >&5 configure:2231: $? = 0 configure:2277: result: a.out configure:2282: checking whether the C++ compiler works configure:2288: ./a.out configure:2291: $? = 0 configure:2308: result: yes configure:2315: checking whether we are cross compiling configure:2317: result: no configure:2320: checking for suffix of executables configure:2322: i686-uhu-linux-g++ -o conftest conftest.cc >&5 configure:2325: $? = 0 configure:2350: result: configure:2356: checking for suffix of object files configure:2377: i686-uhu-linux-g++ -c conftest.cc >&5 configure:2380: $? = 0 configure:2402: result: o configure:2406: checking whether we are using the GNU C++ compiler configure:2430: i686-uhu-linux-g++ -c conftest.cc >&5 configure:2436: $? = 0 configure:2440: test -z || test ! -s conftest.err configure:2443: $? = 0 configure:2446: test -s conftest.o configure:2449: $? = 0 configure:2462: result: yes configure:2468: checking whether i686-uhu-linux-g++ accepts -g configure:2489: i686-uhu-linux-g++ -c -g conftest.cc >&5 configure:2495: $? = 0 configure:2499: test -z || test ! -s conftest.err configure:2502: $? = 0 configure:2505: test -s conftest.o configure:2508: $? = 0 configure:2519: result: yes configure:2561: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 configure:2567: $? = 0 configure:2571: test -z || test ! -s conftest.err configure:2574: $? = 0 configure:2577: test -s conftest.o configure:2580: $? = 0 configure:2606: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 conftest.cc: In function 'int main()': conftest.cc:15:9: error: 'exit' was not declared in this scope exit (42); ^ configure:2612: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libmcrypt" | #define VERSION "2.5.8" | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:2561: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 conftest.cc:11:40: error: 'void std::exit(int)' should have been declared inside 'std' extern "C" void std::exit (int) throw (); using std::exit; ^ configure:2567: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libmcrypt" | #define VERSION "2.5.8" | /* end confdefs.h. */ | extern "C" void std::exit (int) throw (); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:2561: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 conftest.cc:11:31: error: 'void std::exit(int)' should have been declared inside 'std' extern "C" void std::exit (int); using std::exit; ^ In file included from conftest.cc:12:0: /usr/include/stdlib.h:543:70: error: declaration of 'void std::exit(int) throw ()' has a different exception specifier extern void exit (int __status) __THROW __attribute__ ((__noreturn__)); ^ conftest.cc:11:17: error: from previous declaration 'void std::exit(int)' extern "C" void std::exit (int); using std::exit; ^ configure:2567: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libmcrypt" | #define VERSION "2.5.8" | /* end confdefs.h. */ | extern "C" void std::exit (int); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:2561: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 configure:2567: $? = 0 configure:2571: test -z || test ! -s conftest.err configure:2574: $? = 0 configure:2577: test -s conftest.o configure:2580: $? = 0 configure:2606: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 configure:2612: $? = 0 configure:2616: test -z || test ! -s conftest.err configure:2619: $? = 0 configure:2622: test -s conftest.o configure:2625: $? = 0 configure:2659: checking for style of include used by make configure:2687: result: GNU configure:2715: checking dependency style of i686-uhu-linux-g++ configure:2805: result: gcc3 configure:2830: checking for i686-uhu-linux-gcc configure:2846: found /usr/bin/i686-uhu-linux-gcc configure:2856: result: i686-uhu-linux-gcc configure:3138: checking for C compiler version configure:3141: i686-uhu-linux-gcc --version &5 i686-uhu-linux-gcc (GCC) 4.8.3 Copyright (C) 2013 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:3144: $? = 0 configure:3146: i686-uhu-linux-gcc -v &5 Using built-in specs. COLLECT_GCC=i686-uhu-linux-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-uhu-linux/4.8.3/lto-wrapper Target: i686-uhu-linux Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --build=i686-uhu-linux --host=i686-uhu-linux --target=i686-uhu-linux --enable-languages=c,c++,objc,java,fortran --enable-shared --enable-targets=all --disable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-arch-32=i686 --with-arch-64=core2 --with-cpu-32=i686 --with-cpu-64=core2 --with-tune=generic Thread model: posix gcc version 4.8.3 (GCC) configure:3149: $? = 0 configure:3151: i686-uhu-linux-gcc -V &5 i686-uhu-linux-gcc: error: unrecognized command line option '-V' i686-uhu-linux-gcc: fatal error: no input files compilation terminated. configure:3154: $? = 1 configure:3157: checking whether we are using the GNU C compiler configure:3181: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3187: $? = 0 configure:3191: test -z || test ! -s conftest.err configure:3194: $? = 0 configure:3197: test -s conftest.o configure:3200: $? = 0 configure:3213: result: yes configure:3219: checking whether i686-uhu-linux-gcc accepts -g configure:3240: i686-uhu-linux-gcc -c -g conftest.c >&5 configure:3246: $? = 0 configure:3250: test -z || test ! -s conftest.err configure:3253: $? = 0 configure:3256: test -s conftest.o configure:3259: $? = 0 configure:3270: result: yes configure:3287: checking for i686-uhu-linux-gcc option to accept ANSI C configure:3357: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3363: $? = 0 configure:3367: test -z || test ! -s conftest.err configure:3370: $? = 0 configure:3373: test -s conftest.o configure:3376: $? = 0 configure:3394: result: none needed configure:3412: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:2:3: error: unknown type name 'choke' choke me ^ conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input configure:3418: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3553: checking dependency style of i686-uhu-linux-gcc configure:3643: result: gcc3 configure:3665: checking how to run the C preprocessor configure:3700: i686-uhu-linux-gcc -E conftest.c configure:3706: $? = 0 configure:3738: i686-uhu-linux-gcc -E conftest.c conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:3744: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libmcrypt" | #define VERSION "2.5.8" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | /* end confdefs.h. */ | #include configure:3783: result: i686-uhu-linux-gcc -E configure:3807: i686-uhu-linux-gcc -E conftest.c configure:3813: $? = 0 configure:3845: i686-uhu-linux-gcc -E conftest.c conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:3851: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libmcrypt" | #define VERSION "2.5.8" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | /* end confdefs.h. */ | #include configure:3907: checking for a BSD-compatible install configure:3962: result: /bin/install -c configure:3973: checking whether ln -s works configure:3977: result: yes configure:3984: checking whether make sets $(MAKE) configure:4004: result: yes configure:4054: checking for a BSD-compatible install configure:4109: result: /bin/install -c configure:4120: checking whether ln -s works configure:4124: result: yes configure:4134: checking whether in maintanance mode configure:4141: result: no configure:4145: checking whether in dmalloc mode configure:4152: result: no configure:4240: checking whether to enable dynamic module loading configure:4247: result: no configure:4502: checking which algorithms to include into library configure:4528: result: cbc cfb ctr ecb ncfb nofb ofb stream threeway cast-128 gost rijndael-128 safer-sk64 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 safer-sk128 tripledes configure:4560: checking for dirent.h that defines DIR configure:4584: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4590: $? = 0 configure:4594: test -z || test ! -s conftest.err configure:4597: $? = 0 configure:4600: test -s conftest.o configure:4603: $? = 0 configure:4614: result: yes configure:4627: checking for library containing opendir configure:4657: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4663: $? = 0 configure:4667: test -z || test ! -s conftest.err configure:4670: $? = 0 configure:4673: test -s conftest configure:4676: $? = 0 configure:4746: result: none required configure:4883: checking for egrep configure:4893: result: grep -E configure:4898: checking for ANSI C header files configure:4923: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4929: $? = 0 configure:4933: test -z || test ! -s conftest.err configure:4936: $? = 0 configure:4939: test -s conftest.o configure:4942: $? = 0 configure:5031: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:32:7: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(2); ^ configure:5034: $? = 0 configure:5036: ./conftest configure:5039: $? = 0 configure:5054: result: yes configure:5064: checking for inline configure:5085: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5091: $? = 0 configure:5095: test -z || test ! -s conftest.err configure:5098: $? = 0 configure:5101: test -s conftest.o configure:5104: $? = 0 configure:5116: result: inline configure:5135: checking for an ANSI C-conforming const configure:5202: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5208: $? = 0 configure:5212: test -z || test ! -s conftest.err configure:5215: $? = 0 configure:5218: test -s conftest.o configure:5221: $? = 0 configure:5232: result: yes configure:5257: checking for sys/types.h configure:5273: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5279: $? = 0 configure:5283: test -z || test ! -s conftest.err configure:5286: $? = 0 configure:5289: test -s conftest.o configure:5292: $? = 0 configure:5303: result: yes configure:5257: checking for sys/stat.h configure:5273: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5279: $? = 0 configure:5283: test -z || test ! -s conftest.err configure:5286: $? = 0 configure:5289: test -s conftest.o configure:5292: $? = 0 configure:5303: result: yes configure:5257: checking for stdlib.h configure:5273: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5279: $? = 0 configure:5283: test -z || test ! -s conftest.err configure:5286: $? = 0 configure:5289: test -s conftest.o configure:5292: $? = 0 configure:5303: result: yes configure:5257: checking for string.h configure:5273: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5279: $? = 0 configure:5283: test -z || test ! -s conftest.err configure:5286: $? = 0 configure:5289: test -s conftest.o configure:5292: $? = 0 configure:5303: result: yes configure:5257: checking for memory.h configure:5273: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5279: $? = 0 configure:5283: test -z || test ! -s conftest.err configure:5286: $? = 0 configure:5289: test -s conftest.o configure:5292: $? = 0 configure:5303: result: yes configure:5257: checking for strings.h configure:5273: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5279: $? = 0 configure:5283: test -z || test ! -s conftest.err configure:5286: $? = 0 configure:5289: test -s conftest.o configure:5292: $? = 0 configure:5303: result: yes configure:5257: checking for inttypes.h configure:5273: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5279: $? = 0 configure:5283: test -z || test ! -s conftest.err configure:5286: $? = 0 configure:5289: test -s conftest.o configure:5292: $? = 0 configure:5303: result: yes configure:5257: checking for stdint.h configure:5273: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5279: $? = 0 configure:5283: test -z || test ! -s conftest.err configure:5286: $? = 0 configure:5289: test -s conftest.o configure:5292: $? = 0 configure:5303: result: yes configure:5257: checking for unistd.h configure:5273: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5279: $? = 0 configure:5283: test -z || test ! -s conftest.err configure:5286: $? = 0 configure:5289: test -s conftest.o configure:5292: $? = 0 configure:5303: result: yes configure:5335: checking argz.h usability configure:5347: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5353: $? = 0 configure:5357: test -z || test ! -s conftest.err configure:5360: $? = 0 configure:5363: test -s conftest.o configure:5366: $? = 0 configure:5376: result: yes configure:5380: checking argz.h presence configure:5390: i686-uhu-linux-gcc -E conftest.c configure:5396: $? = 0 configure:5416: result: yes configure:5451: checking for argz.h configure:5458: result: yes configure:5335: checking byteswap.h usability configure:5347: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5353: $? = 0 configure:5357: test -z || test ! -s conftest.err configure:5360: $? = 0 configure:5363: test -s conftest.o configure:5366: $? = 0 configure:5376: result: yes configure:5380: checking byteswap.h presence configure:5390: i686-uhu-linux-gcc -E conftest.c configure:5396: $? = 0 configure:5416: result: yes configure:5451: checking for byteswap.h configure:5458: result: yes configure:5335: checking dirent.h usability configure:5347: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5353: $? = 0 configure:5357: test -z || test ! -s conftest.err configure:5360: $? = 0 configure:5363: test -s conftest.o configure:5366: $? = 0 configure:5376: result: yes configure:5380: checking dirent.h presence configure:5390: i686-uhu-linux-gcc -E conftest.c configure:5396: $? = 0 configure:5416: result: yes configure:5451: checking for dirent.h configure:5458: result: yes configure:5335: checking dlfcn.h usability configure:5347: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5353: $? = 0 configure:5357: test -z || test ! -s conftest.err configure:5360: $? = 0 configure:5363: test -s conftest.o configure:5366: $? = 0 configure:5376: result: yes configure:5380: checking dlfcn.h presence configure:5390: i686-uhu-linux-gcc -E conftest.c configure:5396: $? = 0 configure:5416: result: yes configure:5451: checking for dlfcn.h configure:5458: result: yes configure:5335: checking endian.h usability configure:5347: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5353: $? = 0 configure:5357: test -z || test ! -s conftest.err configure:5360: $? = 0 configure:5363: test -s conftest.o configure:5366: $? = 0 configure:5376: result: yes configure:5380: checking endian.h presence configure:5390: i686-uhu-linux-gcc -E conftest.c configure:5396: $? = 0 configure:5416: result: yes configure:5451: checking for endian.h configure:5458: result: yes configure:5335: checking malloc.h usability configure:5347: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5353: $? = 0 configure:5357: test -z || test ! -s conftest.err configure:5360: $? = 0 configure:5363: test -s conftest.o configure:5366: $? = 0 configure:5376: result: yes configure:5380: checking malloc.h presence configure:5390: i686-uhu-linux-gcc -E conftest.c configure:5396: $? = 0 configure:5416: result: yes configure:5451: checking for malloc.h configure:5458: result: yes configure:5326: checking for memory.h configure:5331: result: yes configure:5478: checking for stdlib.h configure:5483: result: yes configure:5478: checking for string.h configure:5483: result: yes configure:5478: checking for strings.h configure:5483: result: yes configure:5639: checking sys/endian.h usability configure:5651: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:69:24: fatal error: sys/endian.h: No such file or directory #include ^ compilation terminated. configure:5657: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libmcrypt" | #define VERSION "2.5.8" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #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_ARGZ_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:5680: result: no configure:5684: checking sys/endian.h presence configure:5694: i686-uhu-linux-gcc -E conftest.c conftest.c:35:24: fatal error: sys/endian.h: No such file or directory #include ^ compilation terminated. configure:5700: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libmcrypt" | #define VERSION "2.5.8" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #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_ARGZ_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | /* end confdefs.h. */ | #include configure:5720: result: no configure:5755: checking for sys/endian.h configure:5762: result: no configure:5630: checking for sys/types.h configure:5635: result: yes configure:5639: checking sys/mman.h usability configure:5651: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5657: $? = 0 configure:5661: test -z || test ! -s conftest.err configure:5664: $? = 0 configure:5667: test -s conftest.o configure:5670: $? = 0 configure:5680: result: yes configure:5684: checking sys/mman.h presence configure:5694: i686-uhu-linux-gcc -E conftest.c configure:5700: $? = 0 configure:5720: result: yes configure:5755: checking for sys/mman.h configure:5762: result: yes configure:5790: checking limits.h usability configure:5802: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5808: $? = 0 configure:5812: test -z || test ! -s conftest.err configure:5815: $? = 0 configure:5818: test -s conftest.o configure:5821: $? = 0 configure:5831: result: yes configure:5835: checking limits.h presence configure:5845: i686-uhu-linux-gcc -E conftest.c configure:5851: $? = 0 configure:5871: result: yes configure:5906: checking for limits.h configure:5913: result: yes configure:5781: checking for unistd.h configure:5786: result: yes configure:5927: checking whether closedir returns void configure:5956: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5959: $? = 0 configure:5961: ./conftest configure:5964: $? = 0 configure:5978: result: no configure:5993: checking for stdlib.h configure:5998: result: yes configure:6138: checking for GNU libc compatible malloc configure:6167: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6170: $? = 0 configure:6172: ./conftest configure:6175: $? = 0 configure:6189: result: yes configure:6219: checking for working memcmp configure:6267: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6270: $? = 0 configure:6272: ./conftest configure:6275: $? = 0 configure:6289: result: yes configure:6305: checking for stdlib.h configure:6310: result: yes configure:6450: checking for GNU libc compatible realloc configure:6479: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6482: $? = 0 configure:6484: ./conftest configure:6487: $? = 0 configure:6501: result: yes configure:6543: checking for bzero configure:6600: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:67:6: warning: conflicting types for built-in function 'bzero' [enabled by default] char bzero (); ^ configure:6606: $? = 0 configure:6610: test -z || test ! -s conftest.err configure:6613: $? = 0 configure:6616: test -s conftest configure:6619: $? = 0 configure:6631: result: yes configure:6543: checking for memmove configure:6600: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:68:6: warning: conflicting types for built-in function 'memmove' [enabled by default] char memmove (); ^ configure:6606: $? = 0 configure:6610: test -z || test ! -s conftest.err configure:6613: $? = 0 configure:6616: test -s conftest configure:6619: $? = 0 configure:6631: result: yes configure:6543: checking for memset configure:6600: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:69:6: warning: conflicting types for built-in function 'memset' [enabled by default] char memset (); ^ configure:6606: $? = 0 configure:6610: test -z || test ! -s conftest.err configure:6613: $? = 0 configure:6616: test -s conftest configure:6619: $? = 0 configure:6631: result: yes configure:6543: checking for mlock configure:6600: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6606: $? = 0 configure:6610: test -z || test ! -s conftest.err configure:6613: $? = 0 configure:6616: test -s conftest configure:6619: $? = 0 configure:6631: result: yes configure:6543: checking for readdir_r configure:6600: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6606: $? = 0 configure:6610: test -z || test ! -s conftest.err configure:6613: $? = 0 configure:6616: test -s conftest configure:6619: $? = 0 configure:6631: result: yes configure:6543: checking for strchr configure:6600: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:72:6: warning: conflicting types for built-in function 'strchr' [enabled by default] char strchr (); ^ configure:6606: $? = 0 configure:6610: test -z || test ! -s conftest.err configure:6613: $? = 0 configure:6616: test -s conftest configure:6619: $? = 0 configure:6631: result: yes configure:6543: checking for strdup configure:6600: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:73:6: warning: conflicting types for built-in function 'strdup' [enabled by default] char strdup (); ^ configure:6606: $? = 0 configure:6610: test -z || test ! -s conftest.err configure:6613: $? = 0 configure:6616: test -s conftest configure:6619: $? = 0 configure:6631: result: yes configure:6543: checking for strrchr configure:6600: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:74:6: warning: conflicting types for built-in function 'strrchr' [enabled by default] char strrchr (); ^ configure:6606: $? = 0 configure:6610: test -z || test ! -s conftest.err configure:6613: $? = 0 configure:6616: test -s conftest configure:6619: $? = 0 configure:6631: result: yes configure:6645: checking for readdir,, configure:6702: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:53:16: warning: missing whitespace after the macro name [enabled by default] #define readdir,, innocuous_readdir,, ^ conftest.c:66:15: warning: extra tokens at end of #undef directive [enabled by default] #undef readdir,, ^ conftest.c:75:14: error: expected identifier or '(' before ',' token char readdir,, (); ^ conftest.c:79:28: error: missing ')' after "defined" #if defined (__stub_readdir,,) || defined (__stub___readdir,,) ^ conftest.c:79:30: error: operator ',' has no right operand #if defined (__stub_readdir,,) || defined (__stub___readdir,,) ^ conftest.c:82:16: warning: initialization makes pointer from integer without a cast [enabled by default] char (*f) () = readdir,,; ^ conftest.c:82:1: error: initializer element is not constant char (*f) () = readdir,,; ^ conftest.c:82:24: error: expected identifier or '(' before ',' token char (*f) () = readdir,,; ^ conftest.c: In function 'main': conftest.c:91:10: warning: comparison between pointer and integer [enabled by default] return f != readdir,,; ^ conftest.c:91:21: error: expected expression before ',' token return f != readdir,,; ^ configure:6708: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libmcrypt" | #define VERSION "2.5.8" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #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_ARGZ_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define HAVE_BZERO 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MLOCK 1 | #define HAVE_READDIR_R 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | /* end confdefs.h. */ | /* Define readdir,, to an innocuous variant, in case declares readdir,,. | For example, HP-UX 11i declares gettimeofday. */ | #define readdir,, innocuous_readdir,, | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char readdir,, (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef readdir,, | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char readdir,, (); | /* 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_readdir,,) || defined (__stub___readdir,,) | choke me | #else | char (*f) () = readdir,,; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != readdir,,; | ; | return 0; | } configure:6733: result: no configure:6747: checking for bcopy,, configure:6804: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:53:14: warning: missing whitespace after the macro name [enabled by default] #define bcopy,, innocuous_bcopy,, ^ conftest.c:66:13: warning: extra tokens at end of #undef directive [enabled by default] #undef bcopy,, ^ conftest.c:75:6: warning: built-in function 'bcopy' declared as non-function [enabled by default] char bcopy,, (); ^ conftest.c:75:12: error: expected identifier or '(' before ',' token char bcopy,, (); ^ conftest.c:79:26: error: missing ')' after "defined" #if defined (__stub_bcopy,,) || defined (__stub___bcopy,,) ^ conftest.c:79:28: error: operator ',' has no right operand #if defined (__stub_bcopy,,) || defined (__stub___bcopy,,) ^ conftest.c:82:16: warning: initialization makes pointer from integer without a cast [enabled by default] char (*f) () = bcopy,,; ^ conftest.c:82:1: error: initializer element is not constant char (*f) () = bcopy,,; ^ conftest.c:82:22: error: expected identifier or '(' before ',' token char (*f) () = bcopy,,; ^ conftest.c: In function 'main': conftest.c:91:10: warning: comparison between pointer and integer [enabled by default] return f != bcopy,,; ^ conftest.c:91:19: error: expected expression before ',' token return f != bcopy,,; ^ configure:6810: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libmcrypt" | #define VERSION "2.5.8" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #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_ARGZ_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define HAVE_BZERO 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MLOCK 1 | #define HAVE_READDIR_R 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | /* end confdefs.h. */ | /* Define bcopy,, to an innocuous variant, in case declares bcopy,,. | For example, HP-UX 11i declares gettimeofday. */ | #define bcopy,, innocuous_bcopy,, | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char bcopy,, (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef bcopy,, | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char bcopy,, (); | /* 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_bcopy,,) || defined (__stub___bcopy,,) | choke me | #else | char (*f) () = bcopy,,; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != bcopy,,; | ; | return 0; | } configure:6835: result: no configure:6846: checking whether byte ordering is bigendian configure:6873: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6879: $? = 0 configure:6883: test -z || test ! -s conftest.err configure:6886: $? = 0 configure:6889: test -s conftest.o configure:6892: $? = 0 configure:6916: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:58:2: error: unknown type name 'not' not big endian ^ conftest.c:58:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' not big endian ^ configure:6922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libmcrypt" | #define VERSION "2.5.8" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #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_ARGZ_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define HAVE_BZERO 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MLOCK 1 | #define HAVE_READDIR_R 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:7057: result: no configure:7076: checking for unsigned long int configure:7100: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7106: $? = 0 configure:7110: test -z || test ! -s conftest.err configure:7113: $? = 0 configure:7116: test -s conftest.o configure:7119: $? = 0 configure:7130: result: yes configure:7133: checking size of unsigned long int configure:7452: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7455: $? = 0 configure:7457: ./conftest configure:7460: $? = 0 configure:7483: result: 4 configure:7490: checking for unsigned int configure:7514: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7520: $? = 0 configure:7524: test -z || test ! -s conftest.err configure:7527: $? = 0 configure:7530: test -s conftest.o configure:7533: $? = 0 configure:7544: result: yes configure:7547: checking size of unsigned int configure:7866: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7869: $? = 0 configure:7871: ./conftest configure:7874: $? = 0 configure:7897: result: 4 configure:7904: checking for unsigned short int configure:7928: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7934: $? = 0 configure:7938: test -z || test ! -s conftest.err configure:7941: $? = 0 configure:7944: test -s conftest.o configure:7947: $? = 0 configure:7958: result: yes configure:7961: checking size of unsigned short int configure:8280: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8283: $? = 0 configure:8285: ./conftest configure:8288: $? = 0 configure:8311: result: 2 configure:8318: checking for unsigned char configure:8342: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8348: $? = 0 configure:8352: test -z || test ! -s conftest.err configure:8355: $? = 0 configure:8358: test -s conftest.o configure:8361: $? = 0 configure:8372: result: yes configure:8375: checking size of unsigned char configure:8694: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8697: $? = 0 configure:8699: ./conftest configure:8702: $? = 0 configure:8725: result: 1 configure:8788: checking for a sed that does not truncate output configure:8844: result: /bin/sed configure:8858: checking for ld used by i686-uhu-linux-gcc configure:8925: result: /usr/bin/ld configure:8934: checking if the linker (/usr/bin/ld) is GNU ld configure:8949: result: yes configure:8954: checking for /usr/bin/ld option to reload object files configure:8961: result: -r configure:8979: checking for BSD-compatible nm configure:9028: result: /usr/bin/nm -B configure:9032: checking how to recognise dependent libraries configure:9208: result: pass_all configure:9686: checking for dlfcn.h configure:9691: result: yes configure:9841: checking how to run the C++ preprocessor configure:9872: i686-uhu-linux-g++ -E conftest.cc configure:9878: $? = 0 configure:9910: i686-uhu-linux-g++ -E conftest.cc conftest.cc:56:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:9916: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libmcrypt" | #define VERSION "2.5.8" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #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_ARGZ_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define HAVE_BZERO 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MLOCK 1 | #define HAVE_READDIR_R 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define SIZEOF_UNSIGNED_LONG_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_UNSIGNED_SHORT_INT 2 | #define SIZEOF_UNSIGNED_CHAR 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:9955: result: i686-uhu-linux-g++ -E configure:9979: i686-uhu-linux-g++ -E conftest.cc configure:9985: $? = 0 configure:10017: i686-uhu-linux-g++ -E conftest.cc conftest.cc:56:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:10023: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libmcrypt" | #define VERSION "2.5.8" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #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_ARGZ_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define HAVE_BZERO 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MLOCK 1 | #define HAVE_READDIR_R 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define SIZEOF_UNSIGNED_LONG_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_UNSIGNED_SHORT_INT 2 | #define SIZEOF_UNSIGNED_CHAR 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:10078: checking for i686-uhu-linux-g77 configure:10107: result: no configure:10078: checking for i686-uhu-linux-f77 configure:10107: result: no configure:10078: checking for i686-uhu-linux-xlf configure:10107: result: no configure:10078: checking for i686-uhu-linux-frt configure:10107: result: no configure:10078: checking for i686-uhu-linux-pgf77 configure:10107: result: no configure:10078: checking for i686-uhu-linux-fort77 configure:10107: result: no configure:10078: checking for i686-uhu-linux-fl32 configure:10107: result: no configure:10078: checking for i686-uhu-linux-af77 configure:10107: result: no configure:10078: checking for i686-uhu-linux-f90 configure:10107: result: no configure:10078: checking for i686-uhu-linux-xlf90 configure:10107: result: no configure:10078: checking for i686-uhu-linux-pgf90 configure:10107: result: no configure:10078: checking for i686-uhu-linux-epcf90 configure:10107: result: no configure:10078: checking for i686-uhu-linux-f95 configure:10107: result: no configure:10078: checking for i686-uhu-linux-fort configure:10107: result: no configure:10078: checking for i686-uhu-linux-xlf95 configure:10107: result: no configure:10078: checking for i686-uhu-linux-ifc configure:10107: result: no configure:10078: checking for i686-uhu-linux-efc configure:10107: result: no configure:10078: checking for i686-uhu-linux-pgf95 configure:10107: result: no configure:10078: checking for i686-uhu-linux-lf95 configure:10107: result: no configure:10078: checking for i686-uhu-linux-gfortran configure:10107: result: no configure:10120: checking for g77 configure:10149: result: no configure:10120: checking for f77 configure:10149: result: no configure:10120: checking for xlf configure:10149: result: no configure:10120: checking for frt configure:10149: result: no configure:10120: checking for pgf77 configure:10149: result: no configure:10120: checking for fort77 configure:10149: result: no configure:10120: checking for fl32 configure:10149: result: no configure:10120: checking for af77 configure:10149: result: no configure:10120: checking for f90 configure:10149: result: no configure:10120: checking for xlf90 configure:10149: result: no configure:10120: checking for pgf90 configure:10149: result: no configure:10120: checking for epcf90 configure:10149: result: no configure:10120: checking for f95 configure:10149: result: no configure:10120: checking for fort configure:10149: result: no configure:10120: checking for xlf95 configure:10149: result: no configure:10120: checking for ifc configure:10149: result: no configure:10120: checking for efc configure:10149: result: no configure:10120: checking for pgf95 configure:10149: result: no configure:10120: checking for lf95 configure:10149: result: no configure:10120: checking for gfortran configure:10149: result: no configure:10161: checking for Fortran 77 compiler version configure:10164: --version &5 ./configure: line 10165: --version: command not found configure:10167: $? = 127 configure:10169: -v &5 ./configure: line 10170: -v: command not found configure:10172: $? = 127 configure:10174: -V &5 ./configure: line 10175: -V: command not found configure:10177: $? = 127 configure:10185: checking whether we are using the GNU Fortran 77 compiler configure:10199: -c conftest.F >&5 ./configure: line 10200: -c: command not found configure:10205: $? = 127 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:10231: result: no configure:10237: checking whether accepts -g configure:10249: -c -g conftest.f >&5 ./configure: line 10250: -c: command not found configure:10255: $? = 127 configure: failed program was: | program main | | end configure:10280: result: no configure:10310: checking the maximum length of command line arguments configure:10419: result: 32768 configure:10430: checking command to parse /usr/bin/nm -B output from i686-uhu-linux-gcc object configure:10535: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10538: $? = 0 configure:10542: /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:10545: $? = 0 configure:10597: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c conftstm.o >&5 configure:10600: $? = 0 configure:10638: result: ok configure:10642: checking for objdir configure:10657: result: .libs configure:10709: checking for i686-uhu-linux-ar configure:10725: found /usr/bin/i686-uhu-linux-ar configure:10735: result: i686-uhu-linux-ar configure:10789: checking for i686-uhu-linux-ranlib configure:10818: result: no configure:10827: checking for ranlib configure:10843: found /usr/bin/ranlib configure:10854: result: ranlib configure:10869: checking for i686-uhu-linux-strip configure:10898: result: no configure:10907: checking for strip configure:10923: found /usr/bin/strip configure:10934: result: strip configure:11206: checking if i686-uhu-linux-gcc supports -fno-rtti -fno-exceptions configure:11224: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] configure:11228: $? = 0 configure:11241: result: no configure:11256: checking for i686-uhu-linux-gcc option to produce PIC configure:11466: result: -fPIC configure:11474: checking if i686-uhu-linux-gcc PIC flag -fPIC works configure:11492: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -fPIC -DPIC conftest.c >&5 configure:11496: $? = 0 configure:11509: result: yes configure:11537: checking if i686-uhu-linux-gcc static flag -static works configure:11565: result: yes configure:11575: checking if i686-uhu-linux-gcc supports -c -o file.o configure:11596: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -o out/conftest2.o conftest.c >&5 configure:11600: $? = 0 configure:11622: result: yes configure:11648: checking whether the i686-uhu-linux-gcc linker (/usr/bin/ld) supports shared libraries configure:12606: result: yes configure:12627: checking whether -lc should be explicitly linked in configure:12632: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:12635: $? = 0 configure:12650: i686-uhu-linux-gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:12653: $? = 0 configure:12665: result: no configure:12673: checking dynamic linker characteristics configure:13282: result: GNU/Linux ld.so configure:13291: checking how to hardcode library paths into programs configure:13316: result: immediate configure:13330: checking whether stripping libraries is possible configure:13335: result: yes configure:13461: checking for shl_load configure:13518: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 /tmp/cc9qWlLz.o:(.data+0x0): undefined reference to `shl_load' /tmp/cc9qWlLz.o: In function `main': conftest.c:(.text.startup+0x8): undefined reference to `shl_load' collect2: error: ld returned 1 exit status configure:13524: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libmcrypt" | #define VERSION "2.5.8" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #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_ARGZ_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define HAVE_BZERO 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MLOCK 1 | #define HAVE_READDIR_R 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define SIZEOF_UNSIGNED_LONG_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_UNSIGNED_SHORT_INT 2 | #define SIZEOF_UNSIGNED_CHAR 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | /* Define shl_load to an innocuous variant, in case declares shl_load. | For example, HP-UX 11i declares gettimeofday. */ | #define shl_load innocuous_shl_load | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char shl_load (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef shl_load | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char shl_load (); | /* 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_shl_load) || defined (__stub___shl_load) | choke me | #else | char (*f) () = shl_load; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != shl_load; | ; | return 0; | } configure:13549: result: no configure:13554: checking for shl_load in -ldld configure:13584: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -ldld >&5 /usr/bin/ld: cannot find -ldld collect2: error: ld returned 1 exit status configure:13590: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libmcrypt" | #define VERSION "2.5.8" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #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_ARGZ_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define HAVE_BZERO 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MLOCK 1 | #define HAVE_READDIR_R 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define SIZEOF_UNSIGNED_LONG_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_UNSIGNED_SHORT_INT 2 | #define SIZEOF_UNSIGNED_CHAR 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char shl_load (); | int | main () | { | shl_load (); | ; | return 0; | } configure:13616: result: no configure:13621: checking for dlopen configure:13678: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 /tmp/cc0eJLrW.o:(.data+0x0): undefined reference to `dlopen' /tmp/cc0eJLrW.o: In function `main': conftest.c:(.text.startup+0x8): undefined reference to `dlopen' collect2: error: ld returned 1 exit status configure:13684: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libmcrypt" | #define VERSION "2.5.8" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #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_ARGZ_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define HAVE_BZERO 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MLOCK 1 | #define HAVE_READDIR_R 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define SIZEOF_UNSIGNED_LONG_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_UNSIGNED_SHORT_INT 2 | #define SIZEOF_UNSIGNED_CHAR 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | /* Define dlopen to an innocuous variant, in case declares dlopen. | For example, HP-UX 11i declares gettimeofday. */ | #define dlopen innocuous_dlopen | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char dlopen (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef dlopen | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char dlopen (); | /* 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_dlopen) || defined (__stub___dlopen) | choke me | #else | char (*f) () = dlopen; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != dlopen; | ; | return 0; | } configure:13709: result: no configure:13714: checking for dlopen in -ldl configure:13744: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -ldl >&5 configure:13750: $? = 0 configure:13754: test -z || test ! -s conftest.err configure:13757: $? = 0 configure:13760: test -s conftest configure:13763: $? = 0 configure:13776: result: yes configure:13951: checking whether a program can dlopen itself configure:14025: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5 configure: In function 'main': configure:14021:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] ^ configure:14028: $? = 0 configure:14046: result: yes configure:14051: checking whether a statically linked program can dlopen itself configure:14125: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5 configure: In function 'main': configure:14121:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] ^ /tmp/cczg0ZQo.o: In function `main': conftest.c:(.text.startup+0x1a): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/bin/ld: dynamic STT_GNU_IFUNC symbol `strcmp' with pointer equality in `/usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libc.a(strcmp.o)' can not be used when making an executable; recompile with -fPIE and relink with -pie collect2: error: ld returned 1 exit status configure:14128: $? = 1 configure:14146: result: no configure:14169: checking if libtool supports shared libraries configure:14171: result: yes configure:14174: checking whether to build shared libraries configure:14195: result: yes configure:14198: checking whether to build static libraries configure:14202: result: no configure:14294: creating libtool configure:14885: checking for ld used by i686-uhu-linux-g++ configure:14952: result: /usr/bin/ld configure:14961: checking if the linker (/usr/bin/ld) is GNU ld configure:14976: result: yes configure:15027: checking whether the i686-uhu-linux-g++ linker (/usr/bin/ld) supports shared libraries configure:15965: result: yes configure:15983: i686-uhu-linux-g++ -c -g -O2 conftest.cpp >&5 configure:15986: $? = 0 configure:16105: checking for i686-uhu-linux-g++ option to produce PIC configure:16379: result: -fPIC configure:16387: checking if i686-uhu-linux-g++ PIC flag -fPIC works configure:16405: i686-uhu-linux-g++ -c -g -O2 -fPIC -DPIC conftest.cpp >&5 configure:16409: $? = 0 configure:16422: result: yes configure:16450: checking if i686-uhu-linux-g++ static flag -static works configure:16478: result: yes configure:16488: checking if i686-uhu-linux-g++ supports -c -o file.o configure:16509: i686-uhu-linux-g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 configure:16513: $? = 0 configure:16535: result: yes configure:16561: checking whether the i686-uhu-linux-g++ linker (/usr/bin/ld) supports shared libraries configure:16586: result: yes configure:16653: checking dynamic linker characteristics configure:17262: result: GNU/Linux ld.so configure:17271: checking how to hardcode library paths into programs configure:17296: result: immediate configure:23636: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on hp02 config.status:763: creating Makefile config.status:763: creating libmcrypt.spec config.status:763: creating lib/Makefile config.status:763: creating doc/Makefile config.status:763: creating src/Makefile config.status:763: creating include/mutils/mcrypt.h config.status:763: creating include/Makefile config.status:763: creating modules/Makefile config.status:763: creating modules/modes/Makefile config.status:763: creating modules/algorithms/Makefile config.status:763: creating lib/libmcrypt-config config.status:867: creating config.h config.status:1055: config.h is unchanged config.status:1235: executing depfiles commands config.status:1235: executing default-1 commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-uhu-linux-gnu ac_cv_build_alias=i686-uhu-linux ac_cv_c_bigendian=no 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_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -march=i686 -mtune=generic ' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_F77_set= ac_cv_env_F77_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i686-uhu-linux ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i686-uhu-linux ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_f77_compiler_gnu=no ac_cv_func_bcopy__=no ac_cv_func_bzero=yes ac_cv_func_closedir_void=no ac_cv_func_dlopen=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_mlock=yes ac_cv_func_readdir__=no ac_cv_func_readdir_r=yes ac_cv_func_realloc_0_nonnull=yes ac_cv_func_shl_load=no ac_cv_func_strchr=yes ac_cv_func_strdup=yes ac_cv_func_strrchr=yes ac_cv_header_argz_h=yes ac_cv_header_byteswap_h=yes ac_cv_header_dirent_dirent_h=yes ac_cv_header_dirent_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_endian_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_stdc=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_endian_h=no ac_cv_header_sys_mman_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=i686-uhu-linux-gnu ac_cv_host_alias=i686-uhu-linux ac_cv_lib_dl_dlopen=yes ac_cv_lib_dld_shl_load=no ac_cv_objext=o ac_cv_path_install='/bin/install -c' ac_cv_prog_AR=i686-uhu-linux-ar ac_cv_prog_AWK=gawk ac_cv_prog_CC=i686-uhu-linux-gcc ac_cv_prog_CPP='i686-uhu-linux-gcc -E' ac_cv_prog_CXX=i686-uhu-linux-g++ ac_cv_prog_CXXCPP='i686-uhu-linux-g++ -E' ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=yes ac_cv_prog_egrep='grep -E' ac_cv_prog_f77_g=no ac_cv_prog_make_make_set=yes ac_cv_search_opendir='none required' ac_cv_sizeof_unsigned_char=1 ac_cv_sizeof_unsigned_int=4 ac_cv_sizeof_unsigned_long_int=4 ac_cv_sizeof_unsigned_short_int=2 ac_cv_target=i686-uhu-linux-gnu ac_cv_target_alias=i686-uhu-linux ac_cv_type_unsigned_char=yes ac_cv_type_unsigned_int=yes ac_cv_type_unsigned_long_int=yes ac_cv_type_unsigned_short_int=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 lt_cv_deplibs_check_method=pass_all lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl lt_cv_dlopen_self=yes lt_cv_dlopen_self_static=no lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_LDCXX=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_SED=/bin/sed lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes 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\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' lt_cv_sys_max_cmd_len=32768 lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_prog_compiler_c_o_CXX='"yes"' lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /var/uhubuild/work/compile/missing --run aclocal-1.9' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /var/uhubuild/work/compile/missing --run tar' AR='i686-uhu-linux-ar' AS='as' AUTOCONF='${SHELL} /var/uhubuild/work/compile/missing --run autoconf' AUTOHEADER='${SHELL} /var/uhubuild/work/compile/missing --run autoheader' AUTOMAKE='${SHELL} /var/uhubuild/work/compile/missing --run automake-1.9' AWK='gawk' CC='i686-uhu-linux-gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-O2 -march=i686 -mtune=generic ' CPP='i686-uhu-linux-gcc -E' CPPFLAGS='' CXX='i686-uhu-linux-g++' CXXCPP='i686-uhu-linux-g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DLLTOOL='dlltool' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' EXTRA_ALGOS='cbc cfb ctr ecb ncfb nofb ofb stream threeway cast-128 gost rijndael-128 safer-sk64 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 safer-sk128 tripledes' EXTRA_OBJECTS=' ../modules/modes/cbc.lo ../modules/modes/cfb.lo ../modules/modes/ctr.lo ../modules/modes/ecb.lo ../modules/modes/ncfb.lo ../modules/modes/nofb.lo ../modules/modes/ofb.lo ../modules/modes/stream.lo ../modules/algorithms/cast-128.lo ../modules/algorithms/gost.lo ../modules/algorithms/rijndael-128.lo ../modules/algorithms/twofish.lo ../modules/algorithms/arcfour.lo ../modules/algorithms/cast-256.lo ../modules/algorithms/loki97.lo ../modules/algorithms/rijndael-192.lo ../modules/algorithms/saferplus.lo ../modules/algorithms/wake.lo ../modules/algorithms/blowfish-compat.lo ../modules/algorithms/des.lo ../modules/algorithms/rijndael-256.lo ../modules/algorithms/serpent.lo ../modules/algorithms/xtea.lo ../modules/algorithms/blowfish.lo ../modules/algorithms/enigma.lo ../modules/algorithms/rc2.lo ../modules/algorithms/tripledes.lo' F77='' FFLAGS='' INCLTDL='' INSTALL_ALGORITHM_MODULES='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_MODE_MODULES='' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LDFLAGS='' LIBLTDL='' LIBLTDL_DIR='' LIBMCRYPT_CFLAGS='-I${prefix}/include' LIBMCRYPT_CURRENT_INTERFACE_IMPLEMENTATION_NUMBER='8' LIBMCRYPT_LIBS=' -L${exec_prefix}/lib -lmcrypt ' LIBMCRYPT_MAJOR_VERSION='2' LIBMCRYPT_MICRO_VERSION='8' LIBMCRYPT_MINOR_VERSION='5' LIBMCRYPT_MOST_RECENT_INTERFACE='8' LIBMCRYPT_OLDEST_INTERFACE='4' LIBMCRYPT_VERSION='2.5.8' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBTOOL_DEPS='./ltmain.sh' LN_S='ln -s' LTLIBOBJS='' LT_AGE='4' LT_CURRENT='8' LT_REVISION='8' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /var/uhubuild/work/compile/missing --run makeinfo' NOINSTALL_ALGORITHM_MODULES=' threeway.la cast-128.la gost.la rijndael-128.la safer-sk64.la twofish.la arcfour.la cast-256.la loki97.la rijndael-192.la saferplus.la wake.la blowfish-compat.la des.la rijndael-256.la serpent.la xtea.la blowfish.la enigma.la rc2.la safer-sk128.la tripledes.la' NOINSTALL_MODE_MODULES=' cbc.la cfb.la ctr.la ecb.la ncfb.la nofb.la ofb.la stream.la' OBJDUMP='objdump' OBJEXT='o' PACKAGE='libmcrypt' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' RANLIB='ranlib' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' VERSION='2.5.8' ac_ct_AR='' ac_ct_AS='' ac_ct_CC='' ac_ct_CXX='' ac_ct_DLLTOOL='' ac_ct_F77='' ac_ct_OBJDUMP='' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' 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='i686-uhu-linux-gnu' build_alias='i686-uhu-linux' build_cpu='i686' build_os='linux-gnu' build_vendor='uhu' datadir='${prefix}/share' exec_prefix='${prefix}' host='i686-uhu-linux-gnu' host_alias='i686-uhu-linux' host_cpu='i686' host_os='linux-gnu' host_vendor='uhu' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='/var/uhubuild/work/compile/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='/var' mandir='/usr/share/man' mkdir_p='mkdir -p --' oldincludedir='/usr/include' prefix='/usr' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' subdirs='' sysconfdir='/etc' target='i686-uhu-linux-gnu' target_alias='' target_cpu='i686' target_os='linux-gnu' target_vendor='uhu' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_ARGZ_H 1 #define HAVE_BYTESWAP_H 1 #define HAVE_BZERO 1 #define HAVE_DIRENT_H 1 #define HAVE_DIRENT_H 1 #define HAVE_DLFCN_H 1 #define HAVE_DLFCN_H 1 #define HAVE_ENDIAN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_LIMITS_H 1 #define HAVE_MALLOC 1 #define HAVE_MALLOC_H 1 #define HAVE_MEMMOVE 1 #define HAVE_MEMORY_H 1 #define HAVE_MEMORY_H 1 #define HAVE_MEMSET 1 #define HAVE_MLOCK 1 #define HAVE_READDIR_R 1 #define HAVE_REALLOC 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRCHR 1 #define HAVE_STRDUP 1 #define HAVE_STRINGS_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_STRING_H 1 #define HAVE_STRRCHR 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define PACKAGE "libmcrypt" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define SIZEOF_UNSIGNED_CHAR 1 #define SIZEOF_UNSIGNED_INT 4 #define SIZEOF_UNSIGNED_LONG_INT 4 #define SIZEOF_UNSIGNED_SHORT_INT 2 #define STDC_HEADERS 1 #define VERSION "2.5.8" #endif #ifdef __cplusplus extern "C" void exit (int) throw (); configure: exit 0