mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
1929 lines
64 KiB
Plaintext
1929 lines
64 KiB
Plaintext
This file contains any messages produced by compilers while
|
|
running configure, to aid debugging if configure makes a mistake.
|
|
|
|
It was created by libgcrypt configure 1.4.4, which was
|
|
generated by GNU Autoconf 2.61. Invocation command line was
|
|
|
|
$ ./configure --disable-asm
|
|
|
|
## --------- ##
|
|
## Platform. ##
|
|
## --------- ##
|
|
|
|
hostname = baracus
|
|
uname -m = x86_64
|
|
uname -r = 2.6.31-1-amd64
|
|
uname -s = Linux
|
|
uname -v = #1 SMP Mon Nov 16 04:44:38 UTC 2009
|
|
|
|
/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/bpellin/usr/lib/android-sdk-linux/tools
|
|
PATH: /usr/local/bin
|
|
PATH: /usr/bin
|
|
PATH: /bin
|
|
PATH: /usr/games
|
|
PATH: /home/bpellin/scratch/jikesrvm-2.3.1/rvm/bin
|
|
PATH: /home/bpellin/usr/bin
|
|
|
|
|
|
## ----------- ##
|
|
## Core tests. ##
|
|
## ----------- ##
|
|
|
|
configure:2122: checking for a BSD-compatible install
|
|
configure:2178: result: /usr/bin/install -c
|
|
configure:2189: checking whether build environment is sane
|
|
configure:2232: result: yes
|
|
configure:2260: checking for a thread-safe mkdir -p
|
|
configure:2299: result: /bin/mkdir -p
|
|
configure:2312: checking for gawk
|
|
configure:2328: found /usr/bin/gawk
|
|
configure:2339: result: gawk
|
|
configure:2350: checking whether make sets $(MAKE)
|
|
configure:2371: result: yes
|
|
configure:2567: checking build system type
|
|
configure:2585: result: x86_64-unknown-linux-gnu
|
|
configure:2607: checking host system type
|
|
configure:2622: result: x86_64-unknown-linux-gnu
|
|
configure:2644: checking whether to enable maintainer-specific portions of Makefiles
|
|
configure:2653: result: no
|
|
configure:2698: checking whether make sets $(MAKE)
|
|
configure:2719: result: yes
|
|
configure:2790: checking for gcc
|
|
configure:2806: found /usr/bin/gcc
|
|
configure:2817: result: gcc
|
|
configure:3055: checking for C compiler version
|
|
configure:3062: gcc --version >&5
|
|
gcc (Debian 4.3.4-6) 4.3.4
|
|
Copyright (C) 2008 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:3065: $? = 0
|
|
configure:3072: gcc -v >&5
|
|
Using built-in specs.
|
|
Target: x86_64-linux-gnu
|
|
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.4-6' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --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 4.3.4 (Debian 4.3.4-6)
|
|
configure:3075: $? = 0
|
|
configure:3082: gcc -V >&5
|
|
gcc: '-V' option must have argument
|
|
configure:3085: $? = 1
|
|
configure:3108: checking for C compiler default output file name
|
|
configure:3135: gcc conftest.c >&5
|
|
configure:3138: $? = 0
|
|
configure:3176: result: a.out
|
|
configure:3193: checking whether the C compiler works
|
|
configure:3203: ./a.out
|
|
configure:3206: $? = 0
|
|
configure:3223: result: yes
|
|
configure:3230: checking whether we are cross compiling
|
|
configure:3232: result: no
|
|
configure:3235: checking for suffix of executables
|
|
configure:3242: gcc -o conftest conftest.c >&5
|
|
configure:3245: $? = 0
|
|
configure:3269: result:
|
|
configure:3275: checking for suffix of object files
|
|
configure:3301: gcc -c conftest.c >&5
|
|
configure:3304: $? = 0
|
|
configure:3327: result: o
|
|
configure:3331: checking whether we are using the GNU C compiler
|
|
configure:3360: gcc -c conftest.c >&5
|
|
configure:3366: $? = 0
|
|
configure:3383: result: yes
|
|
configure:3388: checking whether gcc accepts -g
|
|
configure:3418: gcc -c -g conftest.c >&5
|
|
configure:3424: $? = 0
|
|
configure:3523: result: yes
|
|
configure:3540: checking for gcc option to accept ISO C89
|
|
configure:3614: gcc -c -g -O2 conftest.c >&5
|
|
configure:3620: $? = 0
|
|
configure:3643: result: none needed
|
|
configure:3672: checking for style of include used by make
|
|
configure:3700: result: GNU
|
|
configure:3725: checking dependency style of gcc
|
|
configure:3816: result: gcc3
|
|
configure:3836: checking how to run the C preprocessor
|
|
configure:3876: gcc -E conftest.c
|
|
configure:3882: $? = 0
|
|
configure:3913: gcc -E conftest.c
|
|
conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
|
|
configure:3919: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME "libgcrypt"
|
|
| #define PACKAGE_TARNAME "libgcrypt"
|
|
| #define PACKAGE_VERSION "1.4.4"
|
|
| #define PACKAGE_STRING "libgcrypt 1.4.4"
|
|
| #define PACKAGE_BUGREPORT "bug-libgcrypt@gnupg.org"
|
|
| #define PACKAGE "libgcrypt"
|
|
| #define VERSION "1.4.4"
|
|
| #define PACKAGE "libgcrypt"
|
|
| #define VERSION "1.4.4"
|
|
| /* end confdefs.h. */
|
|
| #include <ac_nonexistent.h>
|
|
configure:3952: result: gcc -E
|
|
configure:3981: gcc -E conftest.c
|
|
configure:3987: $? = 0
|
|
configure:4018: gcc -E conftest.c
|
|
conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
|
|
configure:4024: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME "libgcrypt"
|
|
| #define PACKAGE_TARNAME "libgcrypt"
|
|
| #define PACKAGE_VERSION "1.4.4"
|
|
| #define PACKAGE_STRING "libgcrypt 1.4.4"
|
|
| #define PACKAGE_BUGREPORT "bug-libgcrypt@gnupg.org"
|
|
| #define PACKAGE "libgcrypt"
|
|
| #define VERSION "1.4.4"
|
|
| #define PACKAGE "libgcrypt"
|
|
| #define VERSION "1.4.4"
|
|
| /* end confdefs.h. */
|
|
| #include <ac_nonexistent.h>
|
|
configure:4062: checking whether gcc and cc understand -c and -o together
|
|
configure:4097: gcc -c conftest.c -o conftest2.o >&5
|
|
configure:4100: $? = 0
|
|
configure:4106: gcc -c conftest.c -o conftest2.o >&5
|
|
configure:4109: $? = 0
|
|
configure:4120: cc -c conftest.c >&5
|
|
configure:4123: $? = 0
|
|
configure:4131: cc -c conftest.c -o conftest2.o >&5
|
|
configure:4134: $? = 0
|
|
configure:4140: cc -c conftest.c -o conftest2.o >&5
|
|
configure:4143: $? = 0
|
|
configure:4161: result: yes
|
|
configure:4196: checking dependency style of gcc
|
|
configure:4287: result: gcc3
|
|
configure:4303: checking for library containing strerror
|
|
configure:4344: gcc -o conftest -g -O2 conftest.c >&5
|
|
configure:4350: $? = 0
|
|
configure:4378: result: none required
|
|
configure:4399: checking for a BSD-compatible install
|
|
configure:4455: result: /usr/bin/install -c
|
|
configure:4470: checking for gawk
|
|
configure:4497: result: gawk
|
|
configure:4554: checking for windres
|
|
configure:4584: result: no
|
|
configure:4684: checking for a sed that does not truncate output
|
|
configure:4738: result: /bin/sed
|
|
configure:4741: checking for grep that handles long lines and -e
|
|
configure:4815: result: /bin/grep
|
|
configure:4820: checking for egrep
|
|
configure:4898: result: /bin/grep -E
|
|
configure:4914: checking for ld used by gcc
|
|
configure:4981: result: /usr/bin/ld
|
|
configure:4990: checking if the linker (/usr/bin/ld) is GNU ld
|
|
configure:5005: result: yes
|
|
configure:5010: checking for /usr/bin/ld option to reload object files
|
|
configure:5017: result: -r
|
|
configure:5026: checking for BSD-compatible nm
|
|
configure:5068: result: /usr/bin/nm -B
|
|
configure:5072: checking whether ln -s works
|
|
configure:5076: result: yes
|
|
configure:5083: checking how to recognise dependent libraries
|
|
configure:5257: result: pass_all
|
|
configure:5341: gcc -c -g -O2 conftest.c >&5
|
|
configure:5344: $? = 0
|
|
configure:5753: checking for ANSI C header files
|
|
configure:5783: gcc -c -g -O2 conftest.c >&5
|
|
configure:5789: $? = 0
|
|
configure:5888: gcc -o conftest -g -O2 conftest.c >&5
|
|
configure:5891: $? = 0
|
|
configure:5897: ./conftest
|
|
configure:5900: $? = 0
|
|
configure:5917: result: yes
|
|
configure:5941: checking for sys/types.h
|
|
configure:5962: gcc -c -g -O2 conftest.c >&5
|
|
configure:5968: $? = 0
|
|
configure:5984: result: yes
|
|
configure:5941: checking for sys/stat.h
|
|
configure:5962: gcc -c -g -O2 conftest.c >&5
|
|
configure:5968: $? = 0
|
|
configure:5984: result: yes
|
|
configure:5941: checking for stdlib.h
|
|
configure:5962: gcc -c -g -O2 conftest.c >&5
|
|
configure:5968: $? = 0
|
|
configure:5984: result: yes
|
|
configure:5941: checking for string.h
|
|
configure:5962: gcc -c -g -O2 conftest.c >&5
|
|
configure:5968: $? = 0
|
|
configure:5984: result: yes
|
|
configure:5941: checking for memory.h
|
|
configure:5962: gcc -c -g -O2 conftest.c >&5
|
|
configure:5968: $? = 0
|
|
configure:5984: result: yes
|
|
configure:5941: checking for strings.h
|
|
configure:5962: gcc -c -g -O2 conftest.c >&5
|
|
configure:5968: $? = 0
|
|
configure:5984: result: yes
|
|
configure:5941: checking for inttypes.h
|
|
configure:5962: gcc -c -g -O2 conftest.c >&5
|
|
configure:5968: $? = 0
|
|
configure:5984: result: yes
|
|
configure:5941: checking for stdint.h
|
|
configure:5962: gcc -c -g -O2 conftest.c >&5
|
|
configure:5968: $? = 0
|
|
configure:5984: result: yes
|
|
configure:5941: checking for unistd.h
|
|
configure:5962: gcc -c -g -O2 conftest.c >&5
|
|
configure:5968: $? = 0
|
|
configure:5984: result: yes
|
|
configure:6011: checking dlfcn.h usability
|
|
configure:6028: gcc -c -g -O2 conftest.c >&5
|
|
configure:6034: $? = 0
|
|
configure:6048: result: yes
|
|
configure:6052: checking dlfcn.h presence
|
|
configure:6067: gcc -E conftest.c
|
|
configure:6073: $? = 0
|
|
configure:6087: result: yes
|
|
configure:6120: checking for dlfcn.h
|
|
configure:6128: result: yes
|
|
configure:6199: checking for g++
|
|
configure:6215: found /usr/bin/g++
|
|
configure:6226: result: g++
|
|
configure:6257: checking for C++ compiler version
|
|
configure:6264: g++ --version >&5
|
|
g++ (Debian 4.3.4-6) 4.3.4
|
|
Copyright (C) 2008 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:6267: $? = 0
|
|
configure:6274: g++ -v >&5
|
|
Using built-in specs.
|
|
Target: x86_64-linux-gnu
|
|
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.4-6' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --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 4.3.4 (Debian 4.3.4-6)
|
|
configure:6277: $? = 0
|
|
configure:6284: g++ -V >&5
|
|
g++: '-V' option must have argument
|
|
configure:6287: $? = 1
|
|
configure:6290: checking whether we are using the GNU C++ compiler
|
|
configure:6319: g++ -c conftest.cpp >&5
|
|
configure:6325: $? = 0
|
|
configure:6342: result: yes
|
|
configure:6347: checking whether g++ accepts -g
|
|
configure:6377: g++ -c -g conftest.cpp >&5
|
|
configure:6383: $? = 0
|
|
configure:6482: result: yes
|
|
configure:6507: checking dependency style of g++
|
|
configure:6598: result: gcc3
|
|
configure:6618: checking how to run the C++ preprocessor
|
|
configure:6654: g++ -E conftest.cpp
|
|
configure:6660: $? = 0
|
|
configure:6691: g++ -E conftest.cpp
|
|
conftest.cpp:23:28: error: ac_nonexistent.h: No such file or directory
|
|
configure:6697: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME "libgcrypt"
|
|
| #define PACKAGE_TARNAME "libgcrypt"
|
|
| #define PACKAGE_VERSION "1.4.4"
|
|
| #define PACKAGE_STRING "libgcrypt 1.4.4"
|
|
| #define PACKAGE_BUGREPORT "bug-libgcrypt@gnupg.org"
|
|
| #define PACKAGE "libgcrypt"
|
|
| #define VERSION "1.4.4"
|
|
| #define PACKAGE "libgcrypt"
|
|
| #define VERSION "1.4.4"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| /* end confdefs.h. */
|
|
| #include <ac_nonexistent.h>
|
|
configure:6730: result: g++ -E
|
|
configure:6759: g++ -E conftest.cpp
|
|
configure:6765: $? = 0
|
|
configure:6796: g++ -E conftest.cpp
|
|
conftest.cpp:23:28: error: ac_nonexistent.h: No such file or directory
|
|
configure:6802: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME "libgcrypt"
|
|
| #define PACKAGE_TARNAME "libgcrypt"
|
|
| #define PACKAGE_VERSION "1.4.4"
|
|
| #define PACKAGE_STRING "libgcrypt 1.4.4"
|
|
| #define PACKAGE_BUGREPORT "bug-libgcrypt@gnupg.org"
|
|
| #define PACKAGE "libgcrypt"
|
|
| #define VERSION "1.4.4"
|
|
| #define PACKAGE "libgcrypt"
|
|
| #define VERSION "1.4.4"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| /* end confdefs.h. */
|
|
| #include <ac_nonexistent.h>
|
|
configure:6893: checking for g77
|
|
configure:6923: result: no
|
|
configure:6893: checking for xlf
|
|
configure:6923: result: no
|
|
configure:6893: checking for f77
|
|
configure:6923: result: no
|
|
configure:6893: checking for frt
|
|
configure:6923: result: no
|
|
configure:6893: checking for pgf77
|
|
configure:6923: result: no
|
|
configure:6893: checking for cf77
|
|
configure:6923: result: no
|
|
configure:6893: checking for fort77
|
|
configure:6923: result: no
|
|
configure:6893: checking for fl32
|
|
configure:6923: result: no
|
|
configure:6893: checking for af77
|
|
configure:6923: result: no
|
|
configure:6893: checking for xlf90
|
|
configure:6923: result: no
|
|
configure:6893: checking for f90
|
|
configure:6923: result: no
|
|
configure:6893: checking for pgf90
|
|
configure:6923: result: no
|
|
configure:6893: checking for pghpf
|
|
configure:6923: result: no
|
|
configure:6893: checking for epcf90
|
|
configure:6923: result: no
|
|
configure:6893: checking for gfortran
|
|
configure:6923: result: no
|
|
configure:6893: checking for g95
|
|
configure:6923: result: no
|
|
configure:6893: checking for xlf95
|
|
configure:6923: result: no
|
|
configure:6893: checking for f95
|
|
configure:6923: result: no
|
|
configure:6893: checking for fort
|
|
configure:6923: result: no
|
|
configure:6893: checking for ifort
|
|
configure:6923: result: no
|
|
configure:6893: checking for ifc
|
|
configure:6923: result: no
|
|
configure:6893: checking for efc
|
|
configure:6923: result: no
|
|
configure:6893: checking for pgf95
|
|
configure:6923: result: no
|
|
configure:6893: checking for lf95
|
|
configure:6923: result: no
|
|
configure:6893: checking for ftn
|
|
configure:6923: result: no
|
|
configure:6950: checking for Fortran 77 compiler version
|
|
configure:6957: --version >&5
|
|
./configure: line 6958: --version: command not found
|
|
configure:6960: $? = 127
|
|
configure:6967: -v >&5
|
|
./configure: line 6968: -v: command not found
|
|
configure:6970: $? = 127
|
|
configure:6977: -V >&5
|
|
./configure: line 6978: -V: command not found
|
|
configure:6980: $? = 127
|
|
configure:6988: checking whether we are using the GNU Fortran 77 compiler
|
|
configure:7007: -c conftest.F >&5
|
|
./configure: line 7008: -c: command not found
|
|
configure:7013: $? = 127
|
|
configure: failed program was:
|
|
| program main
|
|
| #ifndef __GNUC__
|
|
| choke me
|
|
| #endif
|
|
|
|
|
| end
|
|
configure:7030: result: no
|
|
configure:7036: checking whether accepts -g
|
|
configure:7053: -c -g conftest.f >&5
|
|
./configure: line 7054: -c: command not found
|
|
configure:7059: $? = 127
|
|
configure: failed program was:
|
|
| program main
|
|
|
|
|
| end
|
|
configure:7075: result: no
|
|
configure:7105: checking the maximum length of command line arguments
|
|
configure:7170: result: 32768
|
|
configure:7181: checking command to parse /usr/bin/nm -B output from gcc object
|
|
configure:7270: gcc -c -g -O2 conftest.c >&5
|
|
configure:7273: $? = 0
|
|
configure:7277: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
|
|
configure:7280: $? = 0
|
|
configure:7332: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
|
|
configure:7335: $? = 0
|
|
configure:7373: result: ok
|
|
configure:7377: checking for objdir
|
|
configure:7392: result: .libs
|
|
configure:7484: checking for ar
|
|
configure:7500: found /usr/bin/ar
|
|
configure:7511: result: ar
|
|
configure:7580: checking for ranlib
|
|
configure:7596: found /usr/bin/ranlib
|
|
configure:7607: result: ranlib
|
|
configure:7676: checking for strip
|
|
configure:7692: found /usr/bin/strip
|
|
configure:7703: result: strip
|
|
configure:7979: checking if gcc static flag works
|
|
configure:8002: result: yes
|
|
configure:8024: checking if gcc supports -fno-rtti -fno-exceptions
|
|
configure:8042: 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:8046: $? = 0
|
|
configure:8057: result: no
|
|
configure:8072: checking for gcc option to produce PIC
|
|
configure:8249: result: -fPIC
|
|
configure:8257: checking if gcc PIC flag -fPIC works
|
|
configure:8275: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5
|
|
configure:8279: $? = 0
|
|
configure:8290: result: yes
|
|
configure:8314: checking if gcc supports -c -o file.o
|
|
configure:8335: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
|
|
configure:8339: $? = 0
|
|
configure:8359: result: yes
|
|
configure:8385: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
|
|
configure:9230: result: yes
|
|
configure:9256: checking whether -lc should be explicitly linked in
|
|
configure:9261: gcc -c -g -O2 conftest.c >&5
|
|
configure:9264: $? = 0
|
|
configure:9278: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
|
|
configure:9281: $? = 0
|
|
configure:9293: result: no
|
|
configure:9301: checking dynamic linker characteristics
|
|
configure:9841: result: GNU/Linux ld.so
|
|
configure:9845: checking how to hardcode library paths into programs
|
|
configure:9870: result: immediate
|
|
configure:9884: checking whether stripping libraries is possible
|
|
configure:9889: result: yes
|
|
configure:10686: checking if libtool supports shared libraries
|
|
configure:10688: result: yes
|
|
configure:10691: checking whether to build shared libraries
|
|
configure:10749: result: yes
|
|
configure:10752: checking whether to build static libraries
|
|
configure:10756: result: yes
|
|
configure:10848: creating libtool
|
|
configure:11395: checking for ld used by g++
|
|
configure:11462: result: /usr/bin/ld -m elf_x86_64
|
|
configure:11471: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
|
|
configure:11486: result: yes
|
|
configure:11537: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
|
|
configure:12361: result: yes
|
|
configure:12383: g++ -c -g -O2 conftest.cc >&5
|
|
configure:12386: $? = 0
|
|
configure:12482: checking for g++ option to produce PIC
|
|
configure:12734: result: -fPIC
|
|
configure:12742: checking if g++ PIC flag -fPIC works
|
|
configure:12760: g++ -c -g -O2 -fPIC -DPIC conftest.cc >&5
|
|
configure:12764: $? = 0
|
|
configure:12775: result: yes
|
|
configure:12799: checking if g++ supports -c -o file.o
|
|
configure:12820: g++ -c -g -O2 -o out/conftest2.o conftest.cc >&5
|
|
configure:12824: $? = 0
|
|
configure:12844: result: yes
|
|
configure:12870: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
|
|
configure:12898: result: yes
|
|
configure:12969: checking dynamic linker characteristics
|
|
configure:13509: result: GNU/Linux ld.so
|
|
configure:13513: checking how to hardcode library paths into programs
|
|
configure:13538: result: immediate
|
|
configure:13552: checking whether stripping libraries is possible
|
|
configure:13557: result: yes
|
|
configure:20895: checking whether byte ordering is bigendian
|
|
configure:20928: gcc -c -g -O2 conftest.c >&5
|
|
configure:20934: $? = 0
|
|
configure:20966: gcc -c -g -O2 conftest.c >&5
|
|
conftest.c: In function 'main':
|
|
conftest.c:30: error: 'not' undeclared (first use in this function)
|
|
conftest.c:30: error: (Each undeclared identifier is reported only once
|
|
conftest.c:30: error: for each function it appears in.)
|
|
conftest.c:30: error: expected ';' before 'big'
|
|
configure:20972: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME "libgcrypt"
|
|
| #define PACKAGE_TARNAME "libgcrypt"
|
|
| #define PACKAGE_VERSION "1.4.4"
|
|
| #define PACKAGE_STRING "libgcrypt 1.4.4"
|
|
| #define PACKAGE_BUGREPORT "bug-libgcrypt@gnupg.org"
|
|
| #define PACKAGE "libgcrypt"
|
|
| #define VERSION "1.4.4"
|
|
| #define PACKAGE "libgcrypt"
|
|
| #define VERSION "1.4.4"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| /* end confdefs.h. */
|
|
| #include <sys/types.h>
|
|
| #include <sys/param.h>
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
| #if BYTE_ORDER != BIG_ENDIAN
|
|
| not big endian
|
|
| #endif
|
|
|
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:21112: result: no
|
|
configure:21139: checking for unsigned short
|
|
configure:21169: gcc -c -g -O2 conftest.c >&5
|
|
configure:21175: $? = 0
|
|
configure:21190: result: yes
|
|
configure:21197: checking size of unsigned short
|
|
configure:21499: gcc -o conftest -g -O2 conftest.c >&5
|
|
configure:21502: $? = 0
|
|
configure:21508: ./conftest
|
|
configure:21511: $? = 0
|
|
configure:21534: result: 2
|
|
configure:21544: checking for unsigned int
|
|
configure:21574: gcc -c -g -O2 conftest.c >&5
|
|
configure:21580: $? = 0
|
|
configure:21595: result: yes
|
|
configure:21602: checking size of unsigned int
|
|
configure:21904: gcc -o conftest -g -O2 conftest.c >&5
|
|
configure:21907: $? = 0
|
|
configure:21913: ./conftest
|
|
configure:21916: $? = 0
|
|
configure:21939: result: 4
|
|
configure:21949: checking for unsigned long
|
|
configure:21979: gcc -c -g -O2 conftest.c >&5
|
|
configure:21985: $? = 0
|
|
configure:22000: result: yes
|
|
configure:22007: checking size of unsigned long
|
|
configure:22309: gcc -o conftest -g -O2 conftest.c >&5
|
|
configure:22312: $? = 0
|
|
configure:22318: ./conftest
|
|
configure:22321: $? = 0
|
|
configure:22344: result: 8
|
|
configure:22354: checking for unsigned long long
|
|
configure:22384: gcc -c -g -O2 conftest.c >&5
|
|
configure:22390: $? = 0
|
|
configure:22405: result: yes
|
|
configure:22412: checking size of unsigned long long
|
|
configure:22714: gcc -o conftest -g -O2 conftest.c >&5
|
|
configure:22717: $? = 0
|
|
configure:22723: ./conftest
|
|
configure:22726: $? = 0
|
|
configure:22749: result: 8
|
|
configure:22761: checking for uintptr_t
|
|
configure:22791: gcc -c -g -O2 conftest.c >&5
|
|
configure:22797: $? = 0
|
|
configure:22812: result: yes
|
|
configure:22918: checking which symmetric ciphers to include
|
|
configure:22938: result: arcfour blowfish cast5 des aes twofish serpent rfc2268 seed camellia
|
|
configure:22954: checking which public-key ciphers to include
|
|
configure:22974: result: dsa elgamal rsa ecc
|
|
configure:22990: checking which message digests to include
|
|
configure:23010: result: crc md4 md5 rmd160 sha1 sha256 sha512 tiger whirlpool
|
|
configure:23022: checking which random module to use
|
|
configure:23042: result: default
|
|
configure:23046: checking whether use of /dev/random is requested
|
|
configure:23055: result: yes
|
|
configure:23074: checking whether the experimental random daemon is requested
|
|
configure:23083: result: no
|
|
configure:23103: checking whether MPI assembler modules are requested
|
|
configure:23112: result: no
|
|
configure:23116: checking whether memory guard is requested
|
|
configure:23125: result: no
|
|
configure:23137: checking whether use of capabilities is requested
|
|
configure:23147: result: no
|
|
configure:23151: checking whether a HMAC binary check is requested
|
|
configure:23160: result: no
|
|
configure:23172: checking whether padlock support is requested
|
|
configure:23181: result: yes
|
|
configure:23260: checking for gpg-error-config
|
|
configure:23278: found /usr/bin/gpg-error-config
|
|
configure:23291: result: /usr/bin/gpg-error-config
|
|
configure:23300: checking for GPG Error - version >= 1.4
|
|
configure:23328: result: yes
|
|
configure:23557: checking for library containing setsockopt
|
|
configure:23598: gcc -o conftest -g -O2 conftest.c >&5
|
|
configure:23604: $? = 0
|
|
configure:23632: result: none required
|
|
configure:23724: checking for library containing setsockopt
|
|
configure:23799: result: none required
|
|
configure:23812: checking for ANSI C header files
|
|
configure:23976: result: yes
|
|
configure:23992: checking for unistd.h
|
|
configure:23998: result: yes
|
|
configure:24002: checking sys/select.h usability
|
|
configure:24019: gcc -c -g -O2 conftest.c >&5
|
|
configure:24025: $? = 0
|
|
configure:24039: result: yes
|
|
configure:24043: checking sys/select.h presence
|
|
configure:24058: gcc -E conftest.c
|
|
configure:24064: $? = 0
|
|
configure:24078: result: yes
|
|
configure:24111: checking for sys/select.h
|
|
configure:24119: result: yes
|
|
configure:24138: checking for an ANSI C-conforming const
|
|
configure:24213: gcc -c -g -O2 conftest.c >&5
|
|
configure:24219: $? = 0
|
|
configure:24234: result: yes
|
|
configure:24244: checking for inline
|
|
configure:24270: gcc -c -g -O2 conftest.c >&5
|
|
configure:24276: $? = 0
|
|
configure:24294: result: inline
|
|
configure:24313: checking for size_t
|
|
configure:24343: gcc -c -g -O2 conftest.c >&5
|
|
configure:24349: $? = 0
|
|
configure:24364: result: yes
|
|
configure:24376: checking return type of signal handlers
|
|
configure:24404: gcc -c -g -O2 conftest.c >&5
|
|
conftest.c: In function 'main':
|
|
conftest.c:43: error: void value not ignored as it ought to be
|
|
configure:24410: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME "libgcrypt"
|
|
| #define PACKAGE_TARNAME "libgcrypt"
|
|
| #define PACKAGE_VERSION "1.4.4"
|
|
| #define PACKAGE_STRING "libgcrypt 1.4.4"
|
|
| #define PACKAGE_BUGREPORT "bug-libgcrypt@gnupg.org"
|
|
| #define PACKAGE "libgcrypt"
|
|
| #define VERSION "1.4.4"
|
|
| #define PACKAGE "libgcrypt"
|
|
| #define VERSION "1.4.4"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define SIZEOF_UNSIGNED_SHORT 2
|
|
| #define SIZEOF_UNSIGNED_INT 4
|
|
| #define SIZEOF_UNSIGNED_LONG 8
|
|
| #define SIZEOF_UNSIGNED_LONG_LONG 8
|
|
| #define HAVE_UINTPTR_T 1
|
|
| #define EGD_SOCKET_NAME ""
|
|
| #define ENABLE_PADLOCK_SUPPORT 1
|
|
| #define PRINTABLE_OS_NAME "GNU/Linux"
|
|
| #define NAME_OF_DEV_RANDOM "/dev/random"
|
|
| #define NAME_OF_DEV_URANDOM "/dev/urandom"
|
|
| #define GPG_ERR_SOURCE_DEFAULT GPG_ERR_SOURCE_GCRYPT
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_SYS_SELECT_H 1
|
|
| /* end confdefs.h. */
|
|
| #include <sys/types.h>
|
|
| #include <signal.h>
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
| return *(signal (0, 0)) (0) == 1;
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:24425: result: void
|
|
configure:24433: checking whether sys_siglist is declared
|
|
configure:24468: gcc -c -g -O2 conftest.c >&5
|
|
configure:24474: $? = 0
|
|
configure:24489: result: yes
|
|
configure:24509: checking for byte typedef
|
|
configure:24540: gcc -c -g -O2 conftest.c >&5
|
|
conftest.c: In function 'main':
|
|
conftest.c:47: error: 'byte' undeclared (first use in this function)
|
|
conftest.c:47: error: (Each undeclared identifier is reported only once
|
|
conftest.c:47: error: for each function it appears in.)
|
|
configure:24546: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME "libgcrypt"
|
|
| #define PACKAGE_TARNAME "libgcrypt"
|
|
| #define PACKAGE_VERSION "1.4.4"
|
|
| #define PACKAGE_STRING "libgcrypt 1.4.4"
|
|
| #define PACKAGE_BUGREPORT "bug-libgcrypt@gnupg.org"
|
|
| #define PACKAGE "libgcrypt"
|
|
| #define VERSION "1.4.4"
|
|
| #define PACKAGE "libgcrypt"
|
|
| #define VERSION "1.4.4"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define SIZEOF_UNSIGNED_SHORT 2
|
|
| #define SIZEOF_UNSIGNED_INT 4
|
|
| #define SIZEOF_UNSIGNED_LONG 8
|
|
| #define SIZEOF_UNSIGNED_LONG_LONG 8
|
|
| #define HAVE_UINTPTR_T 1
|
|
| #define EGD_SOCKET_NAME ""
|
|
| #define ENABLE_PADLOCK_SUPPORT 1
|
|
| #define PRINTABLE_OS_NAME "GNU/Linux"
|
|
| #define NAME_OF_DEV_RANDOM "/dev/random"
|
|
| #define NAME_OF_DEV_URANDOM "/dev/urandom"
|
|
| #define GPG_ERR_SOURCE_DEFAULT GPG_ERR_SOURCE_GCRYPT
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_SYS_SELECT_H 1
|
|
| #define RETSIGTYPE void
|
|
| #define HAVE_DECL_SYS_SIGLIST 1
|
|
| /* end confdefs.h. */
|
|
| #define _GNU_SOURCE 1
|
|
| #include <stdlib.h>
|
|
| #include <sys/types.h>
|
|
| int
|
|
| main ()
|
|
| {
|
|
|
|
|
| #undef byte
|
|
| int a = sizeof(byte);
|
|
|
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:24562: result: no
|
|
configure:24572: checking for ushort typedef
|
|
configure:24603: gcc -c -g -O2 conftest.c >&5
|
|
configure:24609: $? = 0
|
|
configure:24625: result: yes
|
|
configure:24635: checking for ulong typedef
|
|
configure:24666: gcc -c -g -O2 conftest.c >&5
|
|
configure:24672: $? = 0
|
|
configure:24688: result: yes
|
|
configure:24698: checking for u16 typedef
|
|
configure:24729: gcc -c -g -O2 conftest.c >&5
|
|
conftest.c: In function 'main':
|
|
conftest.c:49: error: 'u16' undeclared (first use in this function)
|
|
conftest.c:49: error: (Each undeclared identifier is reported only once
|
|
conftest.c:49: error: for each function it appears in.)
|
|
configure:24735: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME "libgcrypt"
|
|
| #define PACKAGE_TARNAME "libgcrypt"
|
|
| #define PACKAGE_VERSION "1.4.4"
|
|
| #define PACKAGE_STRING "libgcrypt 1.4.4"
|
|
| #define PACKAGE_BUGREPORT "bug-libgcrypt@gnupg.org"
|
|
| #define PACKAGE "libgcrypt"
|
|
| #define VERSION "1.4.4"
|
|
| #define PACKAGE "libgcrypt"
|
|
| #define VERSION "1.4.4"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define SIZEOF_UNSIGNED_SHORT 2
|
|
| #define SIZEOF_UNSIGNED_INT 4
|
|
| #define SIZEOF_UNSIGNED_LONG 8
|
|
| #define SIZEOF_UNSIGNED_LONG_LONG 8
|
|
| #define HAVE_UINTPTR_T 1
|
|
| #define EGD_SOCKET_NAME ""
|
|
| #define ENABLE_PADLOCK_SUPPORT 1
|
|
| #define PRINTABLE_OS_NAME "GNU/Linux"
|
|
| #define NAME_OF_DEV_RANDOM "/dev/random"
|
|
| #define NAME_OF_DEV_URANDOM "/dev/urandom"
|
|
| #define GPG_ERR_SOURCE_DEFAULT GPG_ERR_SOURCE_GCRYPT
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_SYS_SELECT_H 1
|
|
| #define RETSIGTYPE void
|
|
| #define HAVE_DECL_SYS_SIGLIST 1
|
|
| #define HAVE_USHORT_TYPEDEF 1
|
|
| #define HAVE_ULONG_TYPEDEF 1
|
|
| /* end confdefs.h. */
|
|
| #define _GNU_SOURCE 1
|
|
| #include <stdlib.h>
|
|
| #include <sys/types.h>
|
|
| int
|
|
| main ()
|
|
| {
|
|
|
|
|
| #undef u16
|
|
| int a = sizeof(u16);
|
|
|
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:24751: result: no
|
|
configure:24761: checking for u32 typedef
|
|
configure:24792: gcc -c -g -O2 conftest.c >&5
|
|
conftest.c: In function 'main':
|
|
conftest.c:49: error: 'u32' undeclared (first use in this function)
|
|
conftest.c:49: error: (Each undeclared identifier is reported only once
|
|
conftest.c:49: error: for each function it appears in.)
|
|
configure:24798: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME "libgcrypt"
|
|
| #define PACKAGE_TARNAME "libgcrypt"
|
|
| #define PACKAGE_VERSION "1.4.4"
|
|
| #define PACKAGE_STRING "libgcrypt 1.4.4"
|
|
| #define PACKAGE_BUGREPORT "bug-libgcrypt@gnupg.org"
|
|
| #define PACKAGE "libgcrypt"
|
|
| #define VERSION "1.4.4"
|
|
| #define PACKAGE "libgcrypt"
|
|
| #define VERSION "1.4.4"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define SIZEOF_UNSIGNED_SHORT 2
|
|
| #define SIZEOF_UNSIGNED_INT 4
|
|
| #define SIZEOF_UNSIGNED_LONG 8
|
|
| #define SIZEOF_UNSIGNED_LONG_LONG 8
|
|
| #define HAVE_UINTPTR_T 1
|
|
| #define EGD_SOCKET_NAME ""
|
|
| #define ENABLE_PADLOCK_SUPPORT 1
|
|
| #define PRINTABLE_OS_NAME "GNU/Linux"
|
|
| #define NAME_OF_DEV_RANDOM "/dev/random"
|
|
| #define NAME_OF_DEV_URANDOM "/dev/urandom"
|
|
| #define GPG_ERR_SOURCE_DEFAULT GPG_ERR_SOURCE_GCRYPT
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_SYS_SELECT_H 1
|
|
| #define RETSIGTYPE void
|
|
| #define HAVE_DECL_SYS_SIGLIST 1
|
|
| #define HAVE_USHORT_TYPEDEF 1
|
|
| #define HAVE_ULONG_TYPEDEF 1
|
|
| /* end confdefs.h. */
|
|
| #define _GNU_SOURCE 1
|
|
| #include <stdlib.h>
|
|
| #include <sys/types.h>
|
|
| int
|
|
| main ()
|
|
| {
|
|
|
|
|
| #undef u32
|
|
| int a = sizeof(u32);
|
|
|
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:24814: result: no
|
|
configure:24841: checking sys/socket.h usability
|
|
configure:24858: gcc -c -g -O2 conftest.c >&5
|
|
configure:24864: $? = 0
|
|
configure:24878: result: yes
|
|
configure:24882: checking sys/socket.h presence
|
|
configure:24897: gcc -E conftest.c
|
|
configure:24903: $? = 0
|
|
configure:24917: result: yes
|
|
configure:24950: checking for sys/socket.h
|
|
configure:24958: result: yes
|
|
configure:25133: checking for socklen_t
|
|
configure:25169: gcc -c -g -O2 conftest.c >&5
|
|
configure:25175: $? = 0
|
|
configure:25190: result: yes
|
|
configure:25289: checking whether the visibility attribute is supported
|
|
configure:25316: result: yes
|
|
configure:25319: checking for broken visibility attribute
|
|
configure:25347: result: no
|
|
configure:25351: checking for broken alias attribute
|
|
configure:25381: result: no
|
|
configure:25385: checking if gcc supports -fvisibility=hidden
|
|
configure:25414: gcc -c -fvisibility=hidden conftest.c >&5
|
|
configure:25420: $? = 0
|
|
configure:25437: result: yes
|
|
configure:25462: checking for vprintf
|
|
configure:25518: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5
|
|
conftest.c:66: warning: conflicting types for built-in function 'vprintf'
|
|
configure:25524: $? = 0
|
|
configure:25542: result: yes
|
|
configure:25549: checking for _doprnt
|
|
configure:25605: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5
|
|
/tmp/ccKIr4qz.o: In function `main':
|
|
/home/bpellin/usr/lib/android-ndk-1.6_r1/apps/KeePassDroid/project/jni/libgcrypt/conftest.c:78: undefined reference to `_doprnt'
|
|
collect2: ld returned 1 exit status
|
|
configure:25611: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME "libgcrypt"
|
|
| #define PACKAGE_TARNAME "libgcrypt"
|
|
| #define PACKAGE_VERSION "1.4.4"
|
|
| #define PACKAGE_STRING "libgcrypt 1.4.4"
|
|
| #define PACKAGE_BUGREPORT "bug-libgcrypt@gnupg.org"
|
|
| #define PACKAGE "libgcrypt"
|
|
| #define VERSION "1.4.4"
|
|
| #define PACKAGE "libgcrypt"
|
|
| #define VERSION "1.4.4"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define SIZEOF_UNSIGNED_SHORT 2
|
|
| #define SIZEOF_UNSIGNED_INT 4
|
|
| #define SIZEOF_UNSIGNED_LONG 8
|
|
| #define SIZEOF_UNSIGNED_LONG_LONG 8
|
|
| #define HAVE_UINTPTR_T 1
|
|
| #define EGD_SOCKET_NAME ""
|
|
| #define ENABLE_PADLOCK_SUPPORT 1
|
|
| #define PRINTABLE_OS_NAME "GNU/Linux"
|
|
| #define NAME_OF_DEV_RANDOM "/dev/random"
|
|
| #define NAME_OF_DEV_URANDOM "/dev/urandom"
|
|
| #define GPG_ERR_SOURCE_DEFAULT GPG_ERR_SOURCE_GCRYPT
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_SYS_SELECT_H 1
|
|
| #define RETSIGTYPE void
|
|
| #define HAVE_DECL_SYS_SIGLIST 1
|
|
| #define HAVE_USHORT_TYPEDEF 1
|
|
| #define HAVE_ULONG_TYPEDEF 1
|
|
| #define HAVE_SYS_SOCKET_H 1
|
|
| #define GCRY_USE_VISIBILITY 1
|
|
| #define HAVE_VPRINTF 1
|
|
| /* end confdefs.h. */
|
|
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
|
|
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
|
|
| #define _doprnt innocuous__doprnt
|
|
|
|
|
| /* System header to define __stub macros and hopefully few prototypes,
|
|
| which can conflict with char _doprnt (); below.
|
|
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|
|
| <limits.h> exists even on freestanding compilers. */
|
|
|
|
|
| #ifdef __STDC__
|
|
| # include <limits.h>
|
|
| #else
|
|
| # include <assert.h>
|
|
| #endif
|
|
|
|
|
| #undef _doprnt
|
|
|
|
|
| /* Override any GCC internal prototype to avoid an error.
|
|
| Use char because int might match the return type of a GCC
|
|
| builtin and then its argument prototype would still apply. */
|
|
| #ifdef __cplusplus
|
|
| extern "C"
|
|
| #endif
|
|
| char _doprnt ();
|
|
| /* The GNU C library defines this for functions which it implements
|
|
| to always fail with ENOSYS. Some functions are actually named
|
|
| something starting with __ and the normal name is an alias. */
|
|
| #if defined __stub__doprnt || defined __stub____doprnt
|
|
| choke me
|
|
| #endif
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
| return _doprnt ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:25628: result: no
|
|
configure:25648: checking for stpcpy
|
|
configure:25704: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5
|
|
conftest.c:67: warning: conflicting types for built-in function 'stpcpy'
|
|
configure:25710: $? = 0
|
|
configure:25728: result: yes
|
|
configure:25648: checking for strcasecmp
|
|
configure:25704: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5
|
|
conftest.c:68: warning: conflicting types for built-in function 'strcasecmp'
|
|
configure:25710: $? = 0
|
|
configure:25728: result: yes
|
|
configure:25747: checking for strtoul
|
|
configure:25803: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5
|
|
configure:25809: $? = 0
|
|
configure:25827: result: yes
|
|
configure:25747: checking for memmove
|
|
configure:25803: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5
|
|
conftest.c:70: warning: conflicting types for built-in function 'memmove'
|
|
configure:25809: $? = 0
|
|
configure:25827: result: yes
|
|
configure:25747: checking for stricmp
|
|
configure:25803: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5
|
|
/tmp/cc4985ij.o: In function `main':
|
|
/home/bpellin/usr/lib/android-ndk-1.6_r1/apps/KeePassDroid/project/jni/libgcrypt/conftest.c:82: undefined reference to `stricmp'
|
|
collect2: ld returned 1 exit status
|
|
configure:25809: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME "libgcrypt"
|
|
| #define PACKAGE_TARNAME "libgcrypt"
|
|
| #define PACKAGE_VERSION "1.4.4"
|
|
| #define PACKAGE_STRING "libgcrypt 1.4.4"
|
|
| #define PACKAGE_BUGREPORT "bug-libgcrypt@gnupg.org"
|
|
| #define PACKAGE "libgcrypt"
|
|
| #define VERSION "1.4.4"
|
|
| #define PACKAGE "libgcrypt"
|
|
| #define VERSION "1.4.4"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define SIZEOF_UNSIGNED_SHORT 2
|
|
| #define SIZEOF_UNSIGNED_INT 4
|
|
| #define SIZEOF_UNSIGNED_LONG 8
|
|
| #define SIZEOF_UNSIGNED_LONG_LONG 8
|
|
| #define HAVE_UINTPTR_T 1
|
|
| #define EGD_SOCKET_NAME ""
|
|
| #define ENABLE_PADLOCK_SUPPORT 1
|
|
| #define PRINTABLE_OS_NAME "GNU/Linux"
|
|
| #define NAME_OF_DEV_RANDOM "/dev/random"
|
|
| #define NAME_OF_DEV_URANDOM "/dev/urandom"
|
|
| #define GPG_ERR_SOURCE_DEFAULT GPG_ERR_SOURCE_GCRYPT
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_SYS_SELECT_H 1
|
|
| #define RETSIGTYPE void
|
|
| #define HAVE_DECL_SYS_SIGLIST 1
|
|
| #define HAVE_USHORT_TYPEDEF 1
|
|
| #define HAVE_ULONG_TYPEDEF 1
|
|
| #define HAVE_SYS_SOCKET_H 1
|
|
| #define GCRY_USE_VISIBILITY 1
|
|
| #define HAVE_VPRINTF 1
|
|
| #define HAVE_STPCPY 1
|
|
| #define HAVE_STRCASECMP 1
|
|
| #define HAVE_STRTOUL 1
|
|
| #define HAVE_MEMMOVE 1
|
|
| /* end confdefs.h. */
|
|
| /* Define stricmp to an innocuous variant, in case <limits.h> declares stricmp.
|
|
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
|
|
| #define stricmp innocuous_stricmp
|
|
|
|
|
| /* System header to define __stub macros and hopefully few prototypes,
|
|
| which can conflict with char stricmp (); below.
|
|
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|
|
| <limits.h> exists even on freestanding compilers. */
|
|
|
|
|
| #ifdef __STDC__
|
|
| # include <limits.h>
|
|
| #else
|
|
| # include <assert.h>
|
|
| #endif
|
|
|
|
|
| #undef 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:25827: result: no
|
|
configure:25747: checking for atexit
|
|
configure:25803: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5
|
|
configure:25809: $? = 0
|
|
configure:25827: result: yes
|
|
configure:25747: checking for raise
|
|
configure:25803: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5
|
|
configure:25809: $? = 0
|
|
configure:25827: result: yes
|
|
configure:25848: checking for strerror
|
|
configure:25904: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5
|
|
configure:25910: $? = 0
|
|
configure:25928: result: yes
|
|
configure:25848: checking for rand
|
|
configure:25904: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5
|
|
configure:25910: $? = 0
|
|
configure:25928: result: yes
|
|
configure:25848: checking for mmap
|
|
configure:25904: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5
|
|
configure:25910: $? = 0
|
|
configure:25928: result: yes
|
|
configure:25848: checking for getpagesize
|
|
configure:25904: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5
|
|
configure:25910: $? = 0
|
|
configure:25928: result: yes
|
|
configure:25848: checking for sysconf
|
|
configure:25904: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5
|
|
configure:25910: $? = 0
|
|
configure:25928: result: yes
|
|
configure:25848: checking for waitpid
|
|
configure:25904: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5
|
|
configure:25910: $? = 0
|
|
configure:25928: result: yes
|
|
configure:25848: checking for wait4
|
|
configure:25904: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5
|
|
configure:25910: $? = 0
|
|
configure:25928: result: yes
|
|
configure:25946: checking for gettimeofday
|
|
configure:26002: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5
|
|
configure:26008: $? = 0
|
|
configure:26026: result: yes
|
|
configure:25946: checking for getrusage
|
|
configure:26002: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5
|
|
configure:26008: $? = 0
|
|
configure:26026: result: yes
|
|
configure:25946: checking for gethrtime
|
|
configure:26002: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5
|
|
/tmp/cc0XZUJQ.o: In function `main':
|
|
/home/bpellin/usr/lib/android-ndk-1.6_r1/apps/KeePassDroid/project/jni/libgcrypt/conftest.c:93: undefined reference to `gethrtime'
|
|
collect2: ld returned 1 exit status
|
|
configure:26008: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME "libgcrypt"
|
|
| #define PACKAGE_TARNAME "libgcrypt"
|
|
| #define PACKAGE_VERSION "1.4.4"
|
|
| #define PACKAGE_STRING "libgcrypt 1.4.4"
|
|
| #define PACKAGE_BUGREPORT "bug-libgcrypt@gnupg.org"
|
|
| #define PACKAGE "libgcrypt"
|
|
| #define VERSION "1.4.4"
|
|
| #define PACKAGE "libgcrypt"
|
|
| #define VERSION "1.4.4"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define SIZEOF_UNSIGNED_SHORT 2
|
|
| #define SIZEOF_UNSIGNED_INT 4
|
|
| #define SIZEOF_UNSIGNED_LONG 8
|
|
| #define SIZEOF_UNSIGNED_LONG_LONG 8
|
|
| #define HAVE_UINTPTR_T 1
|
|
| #define EGD_SOCKET_NAME ""
|
|
| #define ENABLE_PADLOCK_SUPPORT 1
|
|
| #define PRINTABLE_OS_NAME "GNU/Linux"
|
|
| #define NAME_OF_DEV_RANDOM "/dev/random"
|
|
| #define NAME_OF_DEV_URANDOM "/dev/urandom"
|
|
| #define GPG_ERR_SOURCE_DEFAULT GPG_ERR_SOURCE_GCRYPT
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_SYS_SELECT_H 1
|
|
| #define RETSIGTYPE void
|
|
| #define HAVE_DECL_SYS_SIGLIST 1
|
|
| #define HAVE_USHORT_TYPEDEF 1
|
|
| #define HAVE_ULONG_TYPEDEF 1
|
|
| #define HAVE_SYS_SOCKET_H 1
|
|
| #define GCRY_USE_VISIBILITY 1
|
|
| #define HAVE_VPRINTF 1
|
|
| #define HAVE_STPCPY 1
|
|
| #define HAVE_STRCASECMP 1
|
|
| #define HAVE_STRTOUL 1
|
|
| #define HAVE_MEMMOVE 1
|
|
| #define HAVE_ATEXIT 1
|
|
| #define HAVE_RAISE 1
|
|
| #define HAVE_STRERROR 1
|
|
| #define HAVE_RAND 1
|
|
| #define HAVE_MMAP 1
|
|
| #define HAVE_GETPAGESIZE 1
|
|
| #define HAVE_SYSCONF 1
|
|
| #define HAVE_WAITPID 1
|
|
| #define HAVE_WAIT4 1
|
|
| #define HAVE_GETTIMEOFDAY 1
|
|
| #define HAVE_GETRUSAGE 1
|
|
| /* end confdefs.h. */
|
|
| /* Define gethrtime to an innocuous variant, in case <limits.h> declares gethrtime.
|
|
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
|
|
| #define gethrtime innocuous_gethrtime
|
|
|
|
|
| /* System header to define __stub macros and hopefully few prototypes,
|
|
| which can conflict with char gethrtime (); below.
|
|
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|
|
| <limits.h> exists even on freestanding compilers. */
|
|
|
|
|
| #ifdef __STDC__
|
|
| # include <limits.h>
|
|
| #else
|
|
| # include <assert.h>
|
|
| #endif
|
|
|
|
|
| #undef gethrtime
|
|
|
|
|
| /* 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 gethrtime ();
|
|
| /* 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_gethrtime || defined __stub___gethrtime
|
|
| choke me
|
|
| #endif
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
| return gethrtime ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:26026: result: no
|
|
configure:25946: checking for clock_gettime
|
|
configure:26002: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5
|
|
/tmp/cckHePq1.o: In function `main':
|
|
/home/bpellin/usr/lib/android-ndk-1.6_r1/apps/KeePassDroid/project/jni/libgcrypt/conftest.c:93: undefined reference to `clock_gettime'
|
|
collect2: ld returned 1 exit status
|
|
configure:26008: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME "libgcrypt"
|
|
| #define PACKAGE_TARNAME "libgcrypt"
|
|
| #define PACKAGE_VERSION "1.4.4"
|
|
| #define PACKAGE_STRING "libgcrypt 1.4.4"
|
|
| #define PACKAGE_BUGREPORT "bug-libgcrypt@gnupg.org"
|
|
| #define PACKAGE "libgcrypt"
|
|
| #define VERSION "1.4.4"
|
|
| #define PACKAGE "libgcrypt"
|
|
| #define VERSION "1.4.4"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define SIZEOF_UNSIGNED_SHORT 2
|
|
| #define SIZEOF_UNSIGNED_INT 4
|
|
| #define SIZEOF_UNSIGNED_LONG 8
|
|
| #define SIZEOF_UNSIGNED_LONG_LONG 8
|
|
| #define HAVE_UINTPTR_T 1
|
|
| #define EGD_SOCKET_NAME ""
|
|
| #define ENABLE_PADLOCK_SUPPORT 1
|
|
| #define PRINTABLE_OS_NAME "GNU/Linux"
|
|
| #define NAME_OF_DEV_RANDOM "/dev/random"
|
|
| #define NAME_OF_DEV_URANDOM "/dev/urandom"
|
|
| #define GPG_ERR_SOURCE_DEFAULT GPG_ERR_SOURCE_GCRYPT
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_SYS_SELECT_H 1
|
|
| #define RETSIGTYPE void
|
|
| #define HAVE_DECL_SYS_SIGLIST 1
|
|
| #define HAVE_USHORT_TYPEDEF 1
|
|
| #define HAVE_ULONG_TYPEDEF 1
|
|
| #define HAVE_SYS_SOCKET_H 1
|
|
| #define GCRY_USE_VISIBILITY 1
|
|
| #define HAVE_VPRINTF 1
|
|
| #define HAVE_STPCPY 1
|
|
| #define HAVE_STRCASECMP 1
|
|
| #define HAVE_STRTOUL 1
|
|
| #define HAVE_MEMMOVE 1
|
|
| #define HAVE_ATEXIT 1
|
|
| #define HAVE_RAISE 1
|
|
| #define HAVE_STRERROR 1
|
|
| #define HAVE_RAND 1
|
|
| #define HAVE_MMAP 1
|
|
| #define HAVE_GETPAGESIZE 1
|
|
| #define HAVE_SYSCONF 1
|
|
| #define HAVE_WAITPID 1
|
|
| #define HAVE_WAIT4 1
|
|
| #define HAVE_GETTIMEOFDAY 1
|
|
| #define HAVE_GETRUSAGE 1
|
|
| /* end confdefs.h. */
|
|
| /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime.
|
|
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
|
|
| #define clock_gettime innocuous_clock_gettime
|
|
|
|
|
| /* System header to define __stub macros and hopefully few prototypes,
|
|
| which can conflict with char clock_gettime (); below.
|
|
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|
|
| <limits.h> exists even on freestanding compilers. */
|
|
|
|
|
| #ifdef __STDC__
|
|
| # include <limits.h>
|
|
| #else
|
|
| # include <assert.h>
|
|
| #endif
|
|
|
|
|
| #undef clock_gettime
|
|
|
|
|
| /* 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 clock_gettime ();
|
|
| /* 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_clock_gettime || defined __stub___clock_gettime
|
|
| choke me
|
|
| #endif
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
| return clock_gettime ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:26026: result: no
|
|
configure:25946: checking for syslog
|
|
configure:26002: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5
|
|
configure:26008: $? = 0
|
|
configure:26026: result: yes
|
|
configure:26041: checking for fcntl
|
|
configure:26097: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5
|
|
configure:26103: $? = 0
|
|
configure:26121: result: yes
|
|
configure:26041: checking for ftruncate
|
|
configure:26097: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5
|
|
configure:26103: $? = 0
|
|
configure:26121: result: yes
|
|
configure:26136: checking for mlock
|
|
configure:26192: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5
|
|
configure:26198: $? = 0
|
|
configure:26216: result: yes
|
|
configure:26529: checking for sysconf
|
|
configure:26609: result: yes
|
|
configure:26529: checking for getpagesize
|
|
configure:26609: result: yes
|
|
configure:26619: checking whether mlock is broken
|
|
configure:26679: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5
|
|
configure:26682: $? = 0
|
|
configure:26688: ./conftest
|
|
configure:26691: $? = 0
|
|
configure:26719: result: no
|
|
configure:27079: checking for random device
|
|
configure:27087: result: yes
|
|
configure:27156: checking for _ prefix in compiled symbols
|
|
configure:27166: gcc -c -g -O2 -fvisibility=hidden conftest.c >&5
|
|
configure:27169: $? = 0
|
|
configure:27173: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \| cut -d \' \' -f 2 \> conftest.nm
|
|
configure:27176: $? = 0
|
|
configure: cannot find nm_test_func in conftest.nm
|
|
configure:27203: result: no
|
|
configure:27220: checking for mpi assembler functions
|
|
configure:27227: result: done
|
|
configure:27539: checking whether non excutable stack support is requested
|
|
configure:27548: result: yes
|
|
configure:27551: checking whether assembler supports --noexecstack option
|
|
configure:27561: gcc -g -O2 -fvisibility=hidden -Wall
|
|
-S -o conftest.s conftest.c >/dev/null
|
|
configure:27564: $? = 0
|
|
configure:27569: gcc -g -O2 -Wa,--noexecstack
|
|
-c -o conftest.o conftest.s >/dev/null
|
|
configure:27572: $? = 0
|
|
configure:27581: result: yes
|
|
configure:28465: creating ./config.status
|
|
|
|
## ---------------------- ##
|
|
## Running config.status. ##
|
|
## ---------------------- ##
|
|
|
|
This file was extended by libgcrypt config.status 1.4.4, which was
|
|
generated by GNU Autoconf 2.61. Invocation command line was
|
|
|
|
CONFIG_FILES =
|
|
CONFIG_HEADERS =
|
|
CONFIG_LINKS =
|
|
CONFIG_COMMANDS =
|
|
$ ./config.status
|
|
|
|
on baracus
|
|
|
|
config.status:769: creating Makefile
|
|
config.status:769: creating m4/Makefile
|
|
config.status:769: creating mpi/Makefile
|
|
config.status:769: creating cipher/Makefile
|
|
config.status:769: creating random/Makefile
|
|
config.status:769: creating doc/Makefile
|
|
config.status:769: creating src/Makefile
|
|
config.status:769: creating src/gcrypt.h
|
|
config.status:769: creating src/libgcrypt-config
|
|
config.status:769: creating src/versioninfo.rc
|
|
config.status:769: creating tests/Makefile
|
|
config.status:769: creating config.h
|
|
config.status:1077: config.h is unchanged
|
|
config.status:1128: linking ./mpi/generic/mpih-add1.c to mpi/mpih-add1.c
|
|
config.status:1128: linking ./mpi/generic/mpih-sub1.c to mpi/mpih-sub1.c
|
|
config.status:1128: linking ./mpi/generic/mpih-mul1.c to mpi/mpih-mul1.c
|
|
config.status:1128: linking ./mpi/generic/mpih-mul2.c to mpi/mpih-mul2.c
|
|
config.status:1128: linking ./mpi/generic/mpih-mul3.c to mpi/mpih-mul3.c
|
|
config.status:1128: linking ./mpi/generic/mpih-lshift.c to mpi/mpih-lshift.c
|
|
config.status:1128: linking ./mpi/generic/mpih-rshift.c to mpi/mpih-rshift.c
|
|
config.status:1128: linking ./mpi/generic/mpi-asm-defs.h to mpi/mpi-asm-defs.h
|
|
config.status:1150: executing depfiles commands
|
|
config.status:1150: executing gcrypt-conf 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_c_inline=inline
|
|
ac_cv_cxx_compiler_gnu=yes
|
|
ac_cv_env_CCASFLAGS_set=
|
|
ac_cv_env_CCASFLAGS_value=
|
|
ac_cv_env_CCAS_set=
|
|
ac_cv_env_CCAS_value=
|
|
ac_cv_env_CCC_set=
|
|
ac_cv_env_CCC_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_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_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_f77_compiler_gnu=no
|
|
ac_cv_func__doprnt=no
|
|
ac_cv_func_atexit=yes
|
|
ac_cv_func_clock_gettime=no
|
|
ac_cv_func_fcntl=yes
|
|
ac_cv_func_ftruncate=yes
|
|
ac_cv_func_gethrtime=no
|
|
ac_cv_func_getpagesize=yes
|
|
ac_cv_func_getrusage=yes
|
|
ac_cv_func_gettimeofday=yes
|
|
ac_cv_func_memmove=yes
|
|
ac_cv_func_mlock=yes
|
|
ac_cv_func_mmap=yes
|
|
ac_cv_func_raise=yes
|
|
ac_cv_func_rand=yes
|
|
ac_cv_func_stpcpy=yes
|
|
ac_cv_func_strcasecmp=yes
|
|
ac_cv_func_strerror=yes
|
|
ac_cv_func_stricmp=no
|
|
ac_cv_func_strtoul=yes
|
|
ac_cv_func_sysconf=yes
|
|
ac_cv_func_syslog=yes
|
|
ac_cv_func_vprintf=yes
|
|
ac_cv_func_wait4=yes
|
|
ac_cv_func_waitpid=yes
|
|
ac_cv_have_decl_sys_siglist=yes
|
|
ac_cv_have_dev_random=yes
|
|
ac_cv_header_dlfcn_h=yes
|
|
ac_cv_header_inttypes_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_select_h=yes
|
|
ac_cv_header_sys_socket_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=x86_64-unknown-linux-gnu
|
|
ac_cv_mpi_sflags=
|
|
ac_cv_objext=o
|
|
ac_cv_path_EGREP='/bin/grep -E'
|
|
ac_cv_path_GPG_ERROR_CONFIG=/usr/bin/gpg-error-config
|
|
ac_cv_path_GREP=/bin/grep
|
|
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_CXXCPP='g++ -E'
|
|
ac_cv_prog_ac_ct_AR=ar
|
|
ac_cv_prog_ac_ct_CC=gcc
|
|
ac_cv_prog_ac_ct_CXX=g++
|
|
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_cxx_g=yes
|
|
ac_cv_prog_f77_g=no
|
|
ac_cv_prog_make_make_set=yes
|
|
ac_cv_search_setsockopt='none required'
|
|
ac_cv_search_strerror='none required'
|
|
ac_cv_sizeof_unsigned_int=4
|
|
ac_cv_sizeof_unsigned_long=8
|
|
ac_cv_sizeof_unsigned_long_long=8
|
|
ac_cv_sizeof_unsigned_short=2
|
|
ac_cv_sys_symbol_underscore=no
|
|
ac_cv_type_signal=void
|
|
ac_cv_type_size_t=yes
|
|
ac_cv_type_socklen_t=yes
|
|
ac_cv_type_uintptr_t=yes
|
|
ac_cv_type_unsigned_int=yes
|
|
ac_cv_type_unsigned_long=yes
|
|
ac_cv_type_unsigned_long_long=yes
|
|
ac_cv_type_unsigned_short=yes
|
|
am_cv_CCAS_dependencies_compiler_type=gcc3
|
|
am_cv_CC_dependencies_compiler_type=gcc3
|
|
am_cv_CXX_dependencies_compiler_type=gcc3
|
|
cl_cv_as_noexecstack=yes
|
|
gcry_cv_broken_alias_attribute=no
|
|
gcry_cv_broken_visibility_attribute=no
|
|
gcry_cv_gcc_has_f_visibility=yes
|
|
gcry_cv_visibility_attribute=yes
|
|
gnupg_cv_have_broken_mlock=no
|
|
gnupg_cv_typedef_byte=no
|
|
gnupg_cv_typedef_u16=no
|
|
gnupg_cv_typedef_u32=no
|
|
gnupg_cv_typedef_ulong=yes
|
|
gnupg_cv_typedef_ushort=yes
|
|
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_objdir=.libs
|
|
lt_cv_path_LD=/usr/bin/ld
|
|
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
|
|
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_c_o_RC=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\3 \3/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_prog_compiler_c_o_RC='"yes"'
|
|
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/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} /home/bpellin/usr/lib/android-ndk-1.6_r1/apps/KeePassDroid/project/jni/libgcrypt/missing --run aclocal-1.10'
|
|
AMDEPBACKSLASH='\'
|
|
AMDEP_FALSE='#'
|
|
AMDEP_TRUE=''
|
|
AMTAR='${SHELL} /home/bpellin/usr/lib/android-ndk-1.6_r1/apps/KeePassDroid/project/jni/libgcrypt/missing --run tar'
|
|
AR='ar'
|
|
AS='as'
|
|
AUTOCONF='${SHELL} /home/bpellin/usr/lib/android-ndk-1.6_r1/apps/KeePassDroid/project/jni/libgcrypt/missing --run autoconf'
|
|
AUTOHEADER='${SHELL} /home/bpellin/usr/lib/android-ndk-1.6_r1/apps/KeePassDroid/project/jni/libgcrypt/missing --run autoheader'
|
|
AUTOMAKE='${SHELL} /home/bpellin/usr/lib/android-ndk-1.6_r1/apps/KeePassDroid/project/jni/libgcrypt/missing --run automake-1.10'
|
|
AWK='gawk'
|
|
BUILD_FILEVERSION=''
|
|
BUILD_REVISION='1382'
|
|
BUILD_TIMESTAMP=''
|
|
CC='gcc'
|
|
CCAS='gcc'
|
|
CCASDEPMODE='depmode=gcc3'
|
|
CCASFLAGS='-g -O2'
|
|
CCDEPMODE='depmode=gcc3'
|
|
CFLAGS='-g -O2 -fvisibility=hidden -Wall'
|
|
CPP='gcc -E'
|
|
CPPFLAGS=''
|
|
CROSS_COMPILING_FALSE=''
|
|
CROSS_COMPILING_TRUE='#'
|
|
CXX='g++'
|
|
CXXCPP='g++ -E'
|
|
CXXDEPMODE='depmode=gcc3'
|
|
CXXFLAGS='-g -O2'
|
|
CYGPATH_W='echo'
|
|
DEFS='-DHAVE_CONFIG_H'
|
|
DEPDIR='.deps'
|
|
DLLTOOL='dlltool'
|
|
DL_LIBS=''
|
|
ECHO='echo'
|
|
ECHO_C=''
|
|
ECHO_N='-n'
|
|
ECHO_T=''
|
|
EGREP='/bin/grep -E'
|
|
EXEEXT=''
|
|
F77=''
|
|
FALLBACK_SOCKLEN_T='typedef socklen_t gcry_socklen_t;'
|
|
FFLAGS=''
|
|
GCRYPT_CIPHERS=' arcfour.lo blowfish.lo cast5.lo des.lo rijndael.lo twofish.lo serpent.lo rfc2268.lo seed.lo camellia.lo camellia-glue.lo'
|
|
GCRYPT_DIGESTS=' crc.lo md4.lo md5.lo sha256.lo sha512.lo tiger.lo whirlpool.lo rmd160.lo sha1.lo'
|
|
GCRYPT_PUBKEY_CIPHERS=' dsa.lo rsa.lo elgamal.lo ecc.lo'
|
|
GCRYPT_RANDOM=' rndlinux.lo'
|
|
GPG_ERROR_CFLAGS=''
|
|
GPG_ERROR_CONFIG='/usr/bin/gpg-error-config'
|
|
GPG_ERROR_LIBS='-lgpg-error'
|
|
GREP='/bin/grep'
|
|
HAVE_LD_VERSION_SCRIPT_FALSE='#'
|
|
HAVE_LD_VERSION_SCRIPT_TRUE=''
|
|
HAVE_W32_SYSTEM_FALSE=''
|
|
HAVE_W32_SYSTEM_TRUE='#'
|
|
INSTALL_DATA='${INSTALL} -m 644'
|
|
INSTALL_PROGRAM='${INSTALL}'
|
|
INSTALL_SCRIPT='${INSTALL}'
|
|
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
|
|
LDFLAGS=''
|
|
LIBGCRYPT_CIPHERS='arcfour blowfish cast5 des aes twofish serpent rfc2268 seed camellia'
|
|
LIBGCRYPT_CONFIG_API_VERSION='1'
|
|
LIBGCRYPT_CONFIG_CFLAGS=''
|
|
LIBGCRYPT_CONFIG_LIBS='-lgcrypt'
|
|
LIBGCRYPT_DIGESTS='crc md4 md5 rmd160 sha1 sha256 sha512 tiger whirlpool'
|
|
LIBGCRYPT_LT_AGE='5'
|
|
LIBGCRYPT_LT_CURRENT='16'
|
|
LIBGCRYPT_LT_REVISION='2'
|
|
LIBGCRYPT_PUBKEY_CIPHERS='dsa elgamal rsa ecc'
|
|
LIBGCRYPT_THREAD_MODULES=''
|
|
LIBOBJS=''
|
|
LIBS=''
|
|
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
|
LN_S='ln -s'
|
|
LTLIBOBJS=''
|
|
MAINT='#'
|
|
MAINTAINER_MODE_FALSE=''
|
|
MAINTAINER_MODE_TRUE='#'
|
|
MAKEINFO='${SHELL} /home/bpellin/usr/lib/android-ndk-1.6_r1/apps/KeePassDroid/project/jni/libgcrypt/missing --run makeinfo'
|
|
MPI_MOD_ASM_MPIH_ADD1_FALSE=''
|
|
MPI_MOD_ASM_MPIH_ADD1_TRUE='#'
|
|
MPI_MOD_ASM_MPIH_LSHIFT_FALSE=''
|
|
MPI_MOD_ASM_MPIH_LSHIFT_TRUE='#'
|
|
MPI_MOD_ASM_MPIH_MUL1_FALSE=''
|
|
MPI_MOD_ASM_MPIH_MUL1_TRUE='#'
|
|
MPI_MOD_ASM_MPIH_MUL2_FALSE=''
|
|
MPI_MOD_ASM_MPIH_MUL2_TRUE='#'
|
|
MPI_MOD_ASM_MPIH_MUL3_FALSE=''
|
|
MPI_MOD_ASM_MPIH_MUL3_TRUE='#'
|
|
MPI_MOD_ASM_MPIH_RSHIFT_FALSE=''
|
|
MPI_MOD_ASM_MPIH_RSHIFT_TRUE='#'
|
|
MPI_MOD_ASM_MPIH_SUB1_FALSE=''
|
|
MPI_MOD_ASM_MPIH_SUB1_TRUE='#'
|
|
MPI_MOD_ASM_UDIV_FALSE=''
|
|
MPI_MOD_ASM_UDIV_QRNND_FALSE=''
|
|
MPI_MOD_ASM_UDIV_QRNND_TRUE='#'
|
|
MPI_MOD_ASM_UDIV_TRUE='#'
|
|
MPI_MOD_C_MPIH_ADD1_FALSE='#'
|
|
MPI_MOD_C_MPIH_ADD1_TRUE=''
|
|
MPI_MOD_C_MPIH_LSHIFT_FALSE='#'
|
|
MPI_MOD_C_MPIH_LSHIFT_TRUE=''
|
|
MPI_MOD_C_MPIH_MUL1_FALSE='#'
|
|
MPI_MOD_C_MPIH_MUL1_TRUE=''
|
|
MPI_MOD_C_MPIH_MUL2_FALSE='#'
|
|
MPI_MOD_C_MPIH_MUL2_TRUE=''
|
|
MPI_MOD_C_MPIH_MUL3_FALSE='#'
|
|
MPI_MOD_C_MPIH_MUL3_TRUE=''
|
|
MPI_MOD_C_MPIH_RSHIFT_FALSE='#'
|
|
MPI_MOD_C_MPIH_RSHIFT_TRUE=''
|
|
MPI_MOD_C_MPIH_SUB1_FALSE='#'
|
|
MPI_MOD_C_MPIH_SUB1_TRUE=''
|
|
MPI_MOD_C_UDIV_FALSE=''
|
|
MPI_MOD_C_UDIV_QRNND_FALSE=''
|
|
MPI_MOD_C_UDIV_QRNND_TRUE='#'
|
|
MPI_MOD_C_UDIV_TRUE='#'
|
|
MPI_SFLAGS=''
|
|
NOEXECSTACK_FLAGS='-Wa,--noexecstack'
|
|
OBJDUMP='objdump'
|
|
OBJEXT='o'
|
|
PACKAGE='libgcrypt'
|
|
PACKAGE_BUGREPORT='bug-libgcrypt@gnupg.org'
|
|
PACKAGE_NAME='libgcrypt'
|
|
PACKAGE_STRING='libgcrypt 1.4.4'
|
|
PACKAGE_TARNAME='libgcrypt'
|
|
PACKAGE_VERSION='1.4.4'
|
|
PATH_SEPARATOR=':'
|
|
PTH_CFLAGS=''
|
|
PTH_CONFIG=''
|
|
PTH_LIBS=''
|
|
RANLIB='ranlib'
|
|
RC='no'
|
|
SET_MAKE=''
|
|
SHELL='/bin/sh'
|
|
STRIP='strip'
|
|
SYS_SOCKET_H=''
|
|
USE_RANDOM_DAEMON_FALSE=''
|
|
USE_RANDOM_DAEMON_TRUE='#'
|
|
VERSION='1.4.4'
|
|
ac_ct_CC='gcc'
|
|
ac_ct_CXX='g++'
|
|
ac_ct_F77=''
|
|
am__fastdepCCAS_FALSE='#'
|
|
am__fastdepCCAS_TRUE=''
|
|
am__fastdepCC_FALSE='#'
|
|
am__fastdepCC_TRUE=''
|
|
am__fastdepCXX_FALSE='#'
|
|
am__fastdepCXX_TRUE=''
|
|
am__include='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) /home/bpellin/usr/lib/android-ndk-1.6_r1/apps/KeePassDroid/project/jni/libgcrypt/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_alias=''
|
|
|
|
## ----------- ##
|
|
## confdefs.h. ##
|
|
## ----------- ##
|
|
|
|
#define PACKAGE_NAME "libgcrypt"
|
|
#define PACKAGE_TARNAME "libgcrypt"
|
|
#define PACKAGE_VERSION "1.4.4"
|
|
#define PACKAGE_STRING "libgcrypt 1.4.4"
|
|
#define PACKAGE_BUGREPORT "bug-libgcrypt@gnupg.org"
|
|
#define PACKAGE "libgcrypt"
|
|
#define VERSION "1.4.4"
|
|
#define PACKAGE "libgcrypt"
|
|
#define VERSION "1.4.4"
|
|
#define STDC_HEADERS 1
|
|
#define HAVE_SYS_TYPES_H 1
|
|
#define HAVE_SYS_STAT_H 1
|
|
#define HAVE_STDLIB_H 1
|
|
#define HAVE_STRING_H 1
|
|
#define HAVE_MEMORY_H 1
|
|
#define HAVE_STRINGS_H 1
|
|
#define HAVE_INTTYPES_H 1
|
|
#define HAVE_STDINT_H 1
|
|
#define HAVE_UNISTD_H 1
|
|
#define HAVE_DLFCN_H 1
|
|
#define SIZEOF_UNSIGNED_SHORT 2
|
|
#define SIZEOF_UNSIGNED_INT 4
|
|
#define SIZEOF_UNSIGNED_LONG 8
|
|
#define SIZEOF_UNSIGNED_LONG_LONG 8
|
|
#define HAVE_UINTPTR_T 1
|
|
#define EGD_SOCKET_NAME ""
|
|
#define ENABLE_PADLOCK_SUPPORT 1
|
|
#define PRINTABLE_OS_NAME "GNU/Linux"
|
|
#define NAME_OF_DEV_RANDOM "/dev/random"
|
|
#define NAME_OF_DEV_URANDOM "/dev/urandom"
|
|
#define GPG_ERR_SOURCE_DEFAULT GPG_ERR_SOURCE_GCRYPT
|
|
#define STDC_HEADERS 1
|
|
#define HAVE_UNISTD_H 1
|
|
#define HAVE_SYS_SELECT_H 1
|
|
#define RETSIGTYPE void
|
|
#define HAVE_DECL_SYS_SIGLIST 1
|
|
#define HAVE_USHORT_TYPEDEF 1
|
|
#define HAVE_ULONG_TYPEDEF 1
|
|
#define HAVE_SYS_SOCKET_H 1
|
|
#define GCRY_USE_VISIBILITY 1
|
|
#define HAVE_VPRINTF 1
|
|
#define HAVE_STPCPY 1
|
|
#define HAVE_STRCASECMP 1
|
|
#define HAVE_STRTOUL 1
|
|
#define HAVE_MEMMOVE 1
|
|
#define HAVE_ATEXIT 1
|
|
#define HAVE_RAISE 1
|
|
#define HAVE_STRERROR 1
|
|
#define HAVE_RAND 1
|
|
#define HAVE_MMAP 1
|
|
#define HAVE_GETPAGESIZE 1
|
|
#define HAVE_SYSCONF 1
|
|
#define HAVE_WAITPID 1
|
|
#define HAVE_WAIT4 1
|
|
#define HAVE_GETTIMEOFDAY 1
|
|
#define HAVE_GETRUSAGE 1
|
|
#define HAVE_SYSLOG 1
|
|
#define HAVE_FCNTL 1
|
|
#define HAVE_FTRUNCATE 1
|
|
#define HAVE_MLOCK 1
|
|
#define HAVE_SYSCONF 1
|
|
#define HAVE_GETPAGESIZE 1
|
|
#define HAVE_DEV_RANDOM 1
|
|
#define USE_ARCFOUR 1
|
|
#define USE_BLOWFISH 1
|
|
#define USE_CAST5 1
|
|
#define USE_DES 1
|
|
#define USE_AES 1
|
|
#define USE_TWOFISH 1
|
|
#define USE_SERPENT 1
|
|
#define USE_RFC2268 1
|
|
#define USE_SEED 1
|
|
#define USE_CAMELLIA 1
|
|
#define USE_DSA 1
|
|
#define USE_RSA 1
|
|
#define USE_ELGAMAL 1
|
|
#define USE_ECC 1
|
|
#define USE_CRC 1
|
|
#define USE_MD4 1
|
|
#define USE_MD5 1
|
|
#define USE_SHA256 1
|
|
#define USE_SHA512 1
|
|
#define USE_TIGER 1
|
|
#define USE_WHIRLPOOL 1
|
|
#define USE_RMD160 1
|
|
#define USE_SHA1 1
|
|
#define USE_RNDLINUX 1
|
|
#define LIBGCRYPT_CIPHERS "arcfour:blowfish:cast5:des:aes:twofish:serpent:rfc2268:seed:camellia"
|
|
#define LIBGCRYPT_PUBKEY_CIPHERS "dsa:elgamal:rsa:ecc"
|
|
#define LIBGCRYPT_DIGESTS "crc:md4:md5:rmd160:sha1:sha256:sha512:tiger:whirlpool"
|
|
#define BUILD_REVISION "1382"
|
|
|
|
configure: exit 0
|