cross complie xmlsec1 on Arm-linux problem.
"Czempiel, Tobias [TZM]" <[email protected]>
| Newsgroups | gmane.text.xml.xmlsec |
|---|---|
| Message-ID | <[email protected]> |
Hi all, I try to cross compile xmlsec for an arm-linux Version. This is my configure: $ sudo ./configure --build= x86_64-unknown-linux-gnu --host= arm-linux-gnueabi --enable-static --enable-static-linking --disable-crypto-dl --disable-apps-crypto-dl --with-libxml-src=/etc/libxml2-2.9.2/_install/lib/ --without-gcrypt --without-gnutls --without-nss --with-default-crypto=openssl --prefix=/etc/xmlsec1 $ file xmlsec1 After the compilation gives me: xmlsec1: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=b2c891e84ae56f74a37f68ff68f77bbc153df43c, not stripped It seems that the -host Flag was not accepted, but I don't know why. Is there something I'am missing? I also added my config.log for further information. Thanks Tobias _______________________________________________ xmlsec mailing list [email protected] http://www.aleksey.com/mailman/listinfo/xmlsec
config.log
(application/octet-stream, 41.5 KB)
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by xmlsec1 configure 1.2.20, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --build= x86_64-unknown-linux-gnu --host= arm-linux-gnueabi --enable-static --enable-static-linking --disable-crypto-dl --disable-apps-crypto-dl --with-libxml-src=/etc/libxml2-2.9.2/_install/lib/ --without-gcrypt --without-gnutls --without-nss --with-default-crypto=openssl --prefix=/etc/xmlsec1
## --------- ##
## Platform. ##
## --------- ##
hostname = localhost.localdomain
uname -m = x86_64
uname -r = 3.18.3-201.fc21.x86_64
uname -s = Linux
uname -v = #1 SMP Mon Jan 19 15:59:31 UTC 2015
/usr/bin/uname -p = x86_64
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2713: checking build system type
configure:2727: result: x86_64-unknown-linux-gnu
configure:2747: checking host system type
configure:2760: result: x86_64-unknown-linux-gnu
configure:2806: checking for a BSD-compatible install
configure:2874: result: /bin/install -c
configure:2885: checking whether build environment is sane
configure:2940: result: yes
configure:3091: checking for a thread-safe mkdir -p
configure:3130: result: /bin/mkdir -p
configure:3137: checking for gawk
configure:3153: found /bin/gawk
configure:3164: result: gawk
configure:3175: checking whether make sets $(MAKE)
configure:3197: result: yes
configure:3226: checking whether make supports nested variables
configure:3243: result: yes
configure:3332: checking whether UID '0' is supported by ustar format
configure:3335: result: yes
configure:3342: checking whether GID '0' is supported by ustar format
configure:3345: result: yes
configure:3353: checking how to create a ustar tar archive
configure:3364: tar --version
tar (GNU tar) 1.27.1
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by John Gilmore and Jay Fenlason.
configure:3367: $? = 0
configure:3407: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:3410: $? = 0
configure:3414: tar -xf - <conftest.tar
configure:3417: $? = 0
configure:3419: cat conftest.dir/file
GrepMe
configure:3422: $? = 0
configure:3435: result: gnutar
configure:3446: checking whether to enable maintainer-specific portions of Makefiles
configure:3455: result: no
configure:3483: checking whether make supports nested variables
configure:3500: result: yes
configure:3560: checking for gcc
configure:3576: found /bin/gcc
configure:3587: result: gcc
configure:3816: checking for C compiler version
configure:3825: gcc --version >&5
gcc (GCC) 4.9.2 20141101 (Red Hat 4.9.2-1)
Copyright (C) 2014 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:3836: $? = 0
configure:3825: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.9.2-20141101/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.9.2-20141101/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.9.2 20141101 (Red Hat 4.9.2-1) (GCC)
configure:3836: $? = 0
configure:3825: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3836: $? = 4
configure:3825: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3836: $? = 4
configure:3856: checking whether the C compiler works
configure:3878: gcc conftest.c >&5
configure:3882: $? = 0
configure:3930: result: yes
configure:3933: checking for C compiler default output file name
configure:3935: result: a.out
configure:3941: checking for suffix of executables
configure:3948: gcc -o conftest conftest.c >&5
configure:3952: $? = 0
configure:3974: result:
configure:3996: checking whether we are cross compiling
configure:4004: gcc -o conftest conftest.c >&5
configure:4008: $? = 0
configure:4015: ./conftest
configure:4019: $? = 0
configure:4034: result: no
configure:4039: checking for suffix of object files
configure:4061: gcc -c conftest.c >&5
configure:4065: $? = 0
configure:4086: result: o
configure:4090: checking whether we are using the GNU C compiler
configure:4109: gcc -c conftest.c >&5
configure:4109: $? = 0
configure:4118: result: yes
configure:4127: checking whether gcc accepts -g
configure:4147: gcc -c -g conftest.c >&5
configure:4147: $? = 0
configure:4188: result: yes
configure:4205: checking for gcc option to accept ISO C89
configure:4268: gcc -c -g -O2 conftest.c >&5
configure:4268: $? = 0
configure:4281: result: none needed
configure:4312: checking for style of include used by make
configure:4340: result: GNU
configure:4366: checking dependency style of gcc
configure:4477: result: gcc3
configure:4499: checking how to run the C preprocessor
configure:4530: gcc -E conftest.c
configure:4530: $? = 0
configure:4544: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:4544: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xmlsec1"
| #define PACKAGE_TARNAME "xmlsec1"
| #define PACKAGE_VERSION "1.2.20"
| #define PACKAGE_STRING "xmlsec1 1.2.20"
| #define PACKAGE_BUGREPORT "http://www.aleksey.com/xmlsec"
| #define PACKAGE_URL ""
| #define PACKAGE "xmlsec1"
| #define VERSION "1.2.20"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4569: result: gcc -E
configure:4589: gcc -E conftest.c
configure:4589: $? = 0
configure:4603: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:4603: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xmlsec1"
| #define PACKAGE_TARNAME "xmlsec1"
| #define PACKAGE_VERSION "1.2.20"
| #define PACKAGE_STRING "xmlsec1 1.2.20"
| #define PACKAGE_BUGREPORT "http://www.aleksey.com/xmlsec"
| #define PACKAGE_URL ""
| #define PACKAGE "xmlsec1"
| #define VERSION "1.2.20"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4632: checking for grep that handles long lines and -e
configure:4690: result: /bin/grep
configure:4695: checking for egrep
configure:4757: result: /bin/grep -E
configure:4762: checking for ANSI C header files
configure:4782: gcc -c -g -O2 conftest.c >&5
configure:4782: $? = 0
configure:4855: gcc -o conftest -g -O2 conftest.c >&5
configure:4855: $? = 0
configure:4855: ./conftest
configure:4855: $? = 0
configure:4866: result: yes
configure:4920: checking how to print strings
configure:4947: result: printf
configure:4968: checking for a sed that does not truncate output
configure:5032: result: /bin/sed
configure:5050: checking for fgrep
configure:5112: result: /bin/grep -F
configure:5147: checking for ld used by gcc
configure:5214: result: /bin/ld
configure:5221: checking if the linker (/bin/ld) is GNU ld
configure:5236: result: yes
configure:5248: checking for BSD- or MS-compatible name lister (nm)
configure:5297: result: /bin/nm -B
configure:5427: checking the name lister (/bin/nm -B) interface
configure:5434: gcc -c -g -O2 conftest.c >&5
configure:5437: /bin/nm -B "conftest.o"
configure:5440: output
0000000000000000 B some_variable
configure:5447: result: BSD nm
configure:5450: checking whether ln -s works
configure:5454: result: yes
configure:5462: checking the maximum length of command line arguments
configure:5593: result: 1572864
configure:5610: checking whether the shell understands some XSI constructs
configure:5620: result: yes
configure:5624: checking whether the shell understands "+="
configure:5630: result: yes
configure:5665: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:5705: result: func_convert_file_noop
configure:5712: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:5732: result: func_convert_file_noop
configure:5739: checking for /bin/ld option to reload object files
configure:5746: result: -r
configure:5820: checking for objdump
configure:5836: found /bin/objdump
configure:5847: result: objdump
configure:5879: checking how to recognize dependent libraries
configure:6077: result: pass_all
configure:6162: checking for dlltool
configure:6192: result: no
configure:6222: checking how to associate runtime and link libraries
configure:6249: result: printf %s\n
configure:6309: checking for ar
configure:6325: found /bin/ar
configure:6336: result: ar
configure:6373: checking for archiver @FILE support
configure:6390: gcc -c -g -O2 conftest.c >&5
configure:6390: $? = 0
configure:6393: ar cru libconftest.a @conftest.lst >&5
configure:6396: $? = 0
configure:6401: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:6404: $? = 1
configure:6416: result: @
configure:6474: checking for strip
configure:6490: found /bin/strip
configure:6501: result: strip
configure:6573: checking for ranlib
configure:6589: found /bin/ranlib
configure:6600: result: ranlib
configure:6702: checking command to parse /bin/nm -B output from gcc object
configure:6822: gcc -c -g -O2 conftest.c >&5
configure:6825: $? = 0
configure:6829: /bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6832: $? = 0
configure:6898: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:6901: $? = 0
configure:6939: result: ok
configure:6976: checking for sysroot
configure:7006: result: no
configure:7083: gcc -c -g -O2 conftest.c >&5
configure:7086: $? = 0
configure:7269: checking for mt
configure:7299: result: no
configure:7319: checking if : is a manifest tool
configure:7325: : '-?'
configure:7333: result: no
configure:7975: checking for sys/types.h
configure:7975: gcc -c -g -O2 conftest.c >&5
configure:7975: $? = 0
configure:7975: result: yes
configure:7975: checking for sys/stat.h
configure:7975: gcc -c -g -O2 conftest.c >&5
configure:7975: $? = 0
configure:7975: result: yes
configure:7975: checking for stdlib.h
configure:7975: gcc -c -g -O2 conftest.c >&5
configure:7975: $? = 0
configure:7975: result: yes
configure:7975: checking for string.h
configure:7975: gcc -c -g -O2 conftest.c >&5
configure:7975: $? = 0
configure:7975: result: yes
configure:7975: checking for memory.h
configure:7975: gcc -c -g -O2 conftest.c >&5
configure:7975: $? = 0
configure:7975: result: yes
configure:7975: checking for strings.h
configure:7975: gcc -c -g -O2 conftest.c >&5
configure:7975: $? = 0
configure:7975: result: yes
configure:7975: checking for inttypes.h
configure:7975: gcc -c -g -O2 conftest.c >&5
configure:7975: $? = 0
configure:7975: result: yes
configure:7975: checking for stdint.h
configure:7975: gcc -c -g -O2 conftest.c >&5
configure:7975: $? = 0
configure:7975: result: yes
configure:7975: checking for unistd.h
configure:7975: gcc -c -g -O2 conftest.c >&5
configure:7975: $? = 0
configure:7975: result: yes
configure:7989: checking for dlfcn.h
configure:7989: gcc -c -g -O2 conftest.c >&5
configure:7989: $? = 0
configure:7989: result: yes
configure:8195: checking for objdir
configure:8210: result: .libs
configure:8481: checking if gcc supports -fno-rtti -fno-exceptions
configure:8499: 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:8503: $? = 0
configure:8516: result: no
configure:8843: checking for gcc option to produce PIC
configure:8850: result: -fPIC -DPIC
configure:8858: checking if gcc PIC flag -fPIC -DPIC works
configure:8876: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:8880: $? = 0
configure:8893: result: yes
configure:8922: checking if gcc static flag -static works
configure:8950: result: no
configure:8965: checking if gcc supports -c -o file.o
configure:8986: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:8990: $? = 0
configure:9012: result: yes
configure:9020: checking if gcc supports -c -o file.o
configure:9067: result: yes
configure:9100: checking whether the gcc linker (/bin/ld -m elf_x86_64) supports shared libraries
configure:10257: result: yes
configure:10294: checking whether -lc should be explicitly linked in
configure:10302: gcc -c -g -O2 conftest.c >&5
configure:10305: $? = 0
configure:10320: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
configure:10323: $? = 0
configure:10337: result: no
configure:10497: checking dynamic linker characteristics
configure:10997: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
configure:10997: $? = 0
configure:11231: result: GNU/Linux ld.so
configure:11338: checking how to hardcode library paths into programs
configure:11363: result: immediate
configure:11903: checking whether stripping libraries is possible
configure:11908: result: yes
configure:11943: checking if libtool supports shared libraries
configure:11945: result: yes
configure:11948: checking whether to build shared libraries
configure:11969: result: yes
configure:11972: checking whether to build static libraries
configure:11976: result: yes
configure:12061: checking for cp
configure:12079: found /bin/cp
configure:12092: result: /bin/cp
configure:12102: checking for mv
configure:12120: found /bin/mv
configure:12133: result: /bin/mv
configure:12143: checking for tar
configure:12161: found /bin/tar
configure:12174: result: /bin/tar
configure:12184: checking for help2man
configure:12217: result: no
configure:12224: checking for man2html
configure:12257: result: no
configure:12266: checking for dirent.h that defines DIR
configure:12285: gcc -c -g -O2 conftest.c >&5
configure:12285: $? = 0
configure:12293: result: yes
configure:12306: checking for library containing opendir
configure:12337: gcc -o conftest -g -O2 conftest.c >&5
configure:12337: $? = 0
configure:12354: result: none required
configure:12421: checking for ANSI C header files
configure:12525: result: yes
configure:12535: checking stdio.h usability
configure:12535: gcc -c -g -O2 conftest.c >&5
configure:12535: $? = 0
configure:12535: result: yes
configure:12535: checking stdio.h presence
configure:12535: gcc -E conftest.c
configure:12535: $? = 0
configure:12535: result: yes
configure:12535: checking for stdio.h
configure:12535: result: yes
configure:12547: checking for stdlib.h
configure:12547: result: yes
configure:12559: checking for string.h
configure:12559: result: yes
configure:12571: checking ctype.h usability
configure:12571: gcc -c -g -O2 conftest.c >&5
configure:12571: $? = 0
configure:12571: result: yes
configure:12571: checking ctype.h presence
configure:12571: gcc -E conftest.c
configure:12571: $? = 0
configure:12571: result: yes
configure:12571: checking for ctype.h
configure:12571: result: yes
configure:12583: checking errno.h usability
configure:12583: gcc -c -g -O2 conftest.c >&5
configure:12583: $? = 0
configure:12583: result: yes
configure:12583: checking errno.h presence
configure:12583: gcc -E conftest.c
configure:12583: $? = 0
configure:12583: result: yes
configure:12583: checking for errno.h
configure:12583: result: yes
configure:12595: checking ansidecl.h usability
configure:12595: gcc -c -g -O2 conftest.c >&5
conftest.c:63:22: fatal error: ansidecl.h: No such file or directory
#include <ansidecl.h>
^
compilation terminated.
configure:12595: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xmlsec1"
| #define PACKAGE_TARNAME "xmlsec1"
| #define PACKAGE_VERSION "1.2.20"
| #define PACKAGE_STRING "xmlsec1 1.2.20"
| #define PACKAGE_BUGREPORT "http://www.aleksey.com/xmlsec"
| #define PACKAGE_URL ""
| #define PACKAGE "xmlsec1"
| #define VERSION "1.2.20"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ansidecl.h>
configure:12595: result: no
configure:12595: checking ansidecl.h presence
configure:12595: gcc -E conftest.c
conftest.c:30:22: fatal error: ansidecl.h: No such file or directory
#include <ansidecl.h>
^
compilation terminated.
configure:12595: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xmlsec1"
| #define PACKAGE_TARNAME "xmlsec1"
| #define PACKAGE_VERSION "1.2.20"
| #define PACKAGE_STRING "xmlsec1 1.2.20"
| #define PACKAGE_BUGREPORT "http://www.aleksey.com/xmlsec"
| #define PACKAGE_URL ""
| #define PACKAGE "xmlsec1"
| #define VERSION "1.2.20"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| /* end confdefs.h. */
| #include <ansidecl.h>
configure:12595: result: no
configure:12595: checking for ansidecl.h
configure:12595: result: no
configure:12607: checking time.h usability
configure:12607: gcc -c -g -O2 conftest.c >&5
configure:12607: $? = 0
configure:12607: result: yes
configure:12607: checking time.h presence
configure:12607: gcc -E conftest.c
configure:12607: $? = 0
configure:12607: result: yes
configure:12607: checking for time.h
configure:12607: result: yes
configure:12620: checking for strchr
configure:12620: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:54:6: warning: conflicting types for built-in function 'strchr'
char strchr ();
^
configure:12620: $? = 0
configure:12620: result: yes
configure:12620: checking for strrchr
configure:12620: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:55:6: warning: conflicting types for built-in function 'strrchr'
char strrchr ();
^
configure:12620: $? = 0
configure:12620: result: yes
configure:12620: checking for printf
configure:12620: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:56:6: warning: conflicting types for built-in function 'printf'
char printf ();
^
configure:12620: $? = 0
configure:12620: result: yes
configure:12620: checking for sprintf
configure:12620: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:57:6: warning: conflicting types for built-in function 'sprintf'
char sprintf ();
^
configure:12620: $? = 0
configure:12620: result: yes
configure:12620: checking for fprintf
configure:12620: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:58:6: warning: conflicting types for built-in function 'fprintf'
char fprintf ();
^
configure:12620: $? = 0
configure:12620: result: yes
configure:12620: checking for snprintf
configure:12620: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:59:6: warning: conflicting types for built-in function 'snprintf'
char snprintf ();
^
configure:12620: $? = 0
configure:12620: result: yes
configure:12620: checking for vfprintf
configure:12620: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:60:6: warning: conflicting types for built-in function 'vfprintf'
char vfprintf ();
^
configure:12620: $? = 0
configure:12620: result: yes
configure:12620: checking for vsprintf
configure:12620: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:61:6: warning: conflicting types for built-in function 'vsprintf'
char vsprintf ();
^
configure:12620: $? = 0
configure:12620: result: yes
configure:12620: checking for vsnprintf
configure:12620: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:62:6: warning: conflicting types for built-in function 'vsnprintf'
char vsnprintf ();
^
configure:12620: $? = 0
configure:12620: result: yes
configure:12620: checking for sscanf
configure:12620: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:63:6: warning: conflicting types for built-in function 'sscanf'
char sscanf ();
^
configure:12620: $? = 0
configure:12620: result: yes
configure:12620: checking for timegm
configure:12620: gcc -o conftest -g -O2 conftest.c >&5
configure:12620: $? = 0
configure:12620: result: yes
configure:12632: checking for development environment
configure:12647: result: no
configure:12697: checking for __FUNCTION__ or __func__
configure:12710: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:46:13: warning: initialization discards 'const' qualifier from pointer target type
char *foo = __FUNCTION__;
^
configure:12710: $? = 0
configure:12727: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:46:13: warning: initialization discards 'const' qualifier from pointer target type
char *foo = __func__;
^
configure:12727: $? = 0
configure:12734: result: __FUNCTION__
configure:12750: checking size of size_t
configure:12755: gcc -o conftest -g -O2 conftest.c >&5
configure:12755: $? = 0
configure:12755: ./conftest
configure:12755: $? = 0
configure:12769: result: 8
configure:12793: checking for pkg-config
configure:12809: found /bin/pkg-config
configure:12821: result: yes
configure:12859: checking for libxml2 libraries >= 2.7.4
configure:12869: result: yes (source)
configure:13220: checking for LIBXSLT
configure:13227: $PKG_CONFIG --exists --print-errors "libxslt >= $LIBXSLT_MIN_VERSION"
configure:13230: $? = 0
configure:13244: $PKG_CONFIG --exists --print-errors "libxslt >= $LIBXSLT_MIN_VERSION"
configure:13247: $? = 0
configure:13285: result: yes
configure:13459: checking for OPENSSL
configure:13466: $PKG_CONFIG --exists --print-errors "openssl >= 1.0.0"
configure:13469: $? = 0
configure:13483: $PKG_CONFIG --exists --print-errors "openssl >= 1.0.0"
configure:13486: $? = 0
configure:13524: result: yes
configure:14002: checking for NSS libraries
configure:14004: result: no
configure:14532: checking for gcrypt libraries >= 1.4.0
configure:14534: result: no
configure:14823: checking for gnutls libraries >= 2.8.0
configure:14825: result: no
configure:15040: checking for mscrypto libraries
configure:15042: result: none
configure:15110: checking for default crypto library
configure:15206: result: yes ('openssl')
configure:15209: checking for MD5 support
configure:15223: result: yes
configure:15236: checking for RIPEMD-160 support
configure:15250: result: yes
configure:15263: checking for SHA1 support
configure:15277: result: yes
configure:15290: checking for SHA224 support
configure:15304: result: yes
configure:15317: checking for SHA256 support
configure:15331: result: yes
configure:15344: checking for SHA384 support
configure:15358: result: yes
configure:15371: checking for SHA512 support
configure:15385: result: yes
configure:15399: checking for HMAC support
configure:15413: result: yes
configure:15426: checking for DSA support
configure:15440: result: yes
configure:15453: checking for RSA support
configure:15467: result: yes
configure:15480: checking for x509 support
configure:15494: result: yes
configure:15507: checking for DES support
configure:15521: result: yes
configure:15534: checking for AES support
configure:15548: result: yes
configure:15561: checking for GOST support
configure:15571: result: no
configure:15588: checking for XMLDSig support
configure:15602: result: yes
configure:15615: checking for XMLEnc support
configure:15629: result: yes
configure:15642: checking for XMKMS support - under development
configure:15656: result: no
configure:15671: checking for xmlsec-crypto dynamic loading support
configure:15681: result: no
configure:15760: checking for xmlsec-crypto dynamic loading support in command line tool
configure:15772: result: no
configure:15794: checking for docs folder
configure:15808: result: $(datadir)/doc/xmlsec1
configure:15812: checking for Simple Keys Manager testing
configure:15824: result: yes
configure:15828: checking for templates testing
configure:15840: result: yes
configure:15844: checking for debugging
configure:15856: result: no
configure:15860: checking for profiling
configure:15872: result: no
configure:15876: checking for pedantic
configure:15888: result: no
configure:15893: checking for static linking
configure:15902: result: yes
configure:16110: checking that generated files are newer than configure
configure:16116: result: done
configure:16243: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by xmlsec1 config.status 1.2.20, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on localhost.localdomain
config.status:1288: creating include/xmlsec/openssl/Makefile
config.status:1288: creating src/openssl/Makefile
config.status:1288: creating include/xmlsec/version.h
config.status:1288: creating Makefile
config.status:1288: creating include/Makefile
config.status:1288: creating include/xmlsec/Makefile
config.status:1288: creating include/xmlsec/private/Makefile
config.status:1288: creating src/Makefile
config.status:1288: creating apps/Makefile
config.status:1288: creating docs/Makefile
config.status:1288: creating docs/api/Makefile
config.status:1288: creating man/Makefile
config.status:1288: creating xmlsec1Conf.sh
config.status:1288: creating xmlsec1-config
config.status:1288: creating xmlsec1-openssl.pc
config.status:1288: creating xmlsec1-gnutls.pc
config.status:1288: creating xmlsec1-gcrypt.pc
config.status:1288: creating xmlsec1-nss.pc
config.status:1288: creating xmlsec1.spec
config.status:1288: creating config.h
config.status:1517: executing depfiles commands
config.status:1517: executing libtool commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_GCRYPT_CFLAGS_set=
ac_cv_env_GCRYPT_CFLAGS_value=
ac_cv_env_GCRYPT_LIBS_set=
ac_cv_env_GCRYPT_LIBS_value=
ac_cv_env_GNUTLS_CFLAGS_set=
ac_cv_env_GNUTLS_CFLAGS_value=
ac_cv_env_GNUTLS_LIBS_set=
ac_cv_env_GNUTLS_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIBXML_CFLAGS_set=
ac_cv_env_LIBXML_CFLAGS_value=
ac_cv_env_LIBXML_LIBS_set=
ac_cv_env_LIBXML_LIBS_value=
ac_cv_env_LIBXSLT_CFLAGS_set=
ac_cv_env_LIBXSLT_CFLAGS_value=
ac_cv_env_LIBXSLT_LIBS_set=
ac_cv_env_LIBXSLT_LIBS_value=
ac_cv_env_NSS_CFLAGS_set=
ac_cv_env_NSS_CFLAGS_value=
ac_cv_env_NSS_LIBS_set=
ac_cv_env_NSS_LIBS_value=
ac_cv_env_OPENSSL_CFLAGS_set=
ac_cv_env_OPENSSL_CFLAGS_value=
ac_cv_env_OPENSSL_LIBS_set=
ac_cv_env_OPENSSL_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=x86_64-unknown-linux-gnu
ac_cv_func_fprintf=yes
ac_cv_func_printf=yes
ac_cv_func_snprintf=yes
ac_cv_func_sprintf=yes
ac_cv_func_sscanf=yes
ac_cv_func_strchr=yes
ac_cv_func_strrchr=yes
ac_cv_func_timegm=yes
ac_cv_func_vfprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_func_vsprintf=yes
ac_cv_header_ansidecl_h=no
ac_cv_header_ctype_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_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_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_time_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_objext=o
ac_cv_path_CP=/bin/cp
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_MV=/bin/mv
ac_cv_path_SED=/bin/sed
ac_cv_path_TAR=/bin/tar
ac_cv_path_install='/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_PKGCONFIG_PRESENT=yes
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_opendir='none required'
ac_cv_sizeof_size_t=8
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_tar_ustar=gnutar
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/bin/ld
lt_cv_path_NM='/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=no
lt_cv_prog_gnu_ld=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
pkg_cv_LIBXSLT_CFLAGS='-I/usr/include/libxml2 '
pkg_cv_LIBXSLT_LIBS='-lxslt -lxml2 -lz -lm -ldl -lm -lxml2 '
pkg_cv_OPENSSL_CFLAGS=
pkg_cv_OPENSSL_LIBS='-lssl -lcrypto '
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/tobi/xmlsec1/xmlsec1-1.2.20/missing aclocal-1.13'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /home/tobi/xmlsec1/xmlsec1-1.2.20/missing autoconf'
AUTOHEADER='${SHELL} /home/tobi/xmlsec1/xmlsec1-1.2.20/missing autoheader'
AUTOMAKE='${SHELL} /home/tobi/xmlsec1/xmlsec1-1.2.20/missing automake-1.13'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CP='/bin/cp'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FGREP='/bin/grep -F'
GCRYPT_CFLAGS=''
GCRYPT_CRYPTO_LIB='xmlsec1-gcrypt'
GCRYPT_LIBS=''
GCRYPT_MIN_VERSION='1.4.0'
GNUTLS_CFLAGS=''
GNUTLS_CRYPTO_LIB='xmlsec1-gnutls'
GNUTLS_LIBS=''
GNUTLS_MIN_VERSION='2.8.0'
GREP='/bin/grep'
HELP2MAN=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/bin/ld -m elf_x86_64'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBXML_CFLAGS='-I/etc/libxml2-2.9.2/_install/lib/include'
LIBXML_CONFIG='/etc/libxml2-2.9.2/_install/lib/xml2-config'
LIBXML_LIBS='-L/etc/libxml2-2.9.2/_install/lib/.libs -lxml2'
LIBXML_MIN_VERSION='2.7.4'
LIBXSLT_CFLAGS='-I/usr/include/libxml2 '
LIBXSLT_CONFIG='xslt-config'
LIBXSLT_LIBS='-lxslt -lxml2 -lz -lm -ldl -lm -lxml2 '
LIBXSLT_MIN_VERSION='1.0.20'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/tobi/xmlsec1/xmlsec1-1.2.20/missing makeinfo'
MAN2HTML=''
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
MOZILLA_MIN_VERSION='1.4'
MSCRYPTO_CFLAGS=''
MSCRYPTO_CRYPTO_LIB='xmlsec1-mscrypto'
MSCRYPTO_LIBS=''
MV='/bin/mv'
NM='/bin/nm -B'
NMEDIT=''
NSPR_MIN_VERSION='4.4.1'
NSPR_PACKAGE='mozilla-nspr'
NSS_CFLAGS=''
NSS_CRYPTO_LIB='xmlsec1-nss'
NSS_LIBS=''
NSS_MIN_VERSION='3.9'
NSS_PACKAGE='mozilla-nss'
OBJDUMP='objdump'
OBJEXT='o'
OPENSSL_CFLAGS=' -DXMLSEC_OPENSSL_100=1 -DXMLSEC_CRYPTO_OPENSSL=1'
OPENSSL_CRYPTO_LIB='xmlsec1-openssl'
OPENSSL_LIBS='-lssl -lcrypto '
OPENSSL_MIN_VERSION='0.9.6'
OTOOL64=''
OTOOL=''
PACKAGE='xmlsec1'
PACKAGE_BUGREPORT='http://www.aleksey.com/xmlsec'
PACKAGE_NAME='xmlsec1'
PACKAGE_STRING='xmlsec1 1.2.20'
PACKAGE_TARNAME='xmlsec1'
PACKAGE_URL=''
PACKAGE_VERSION='1.2.20'
PATH_SEPARATOR=':'
PKGCONFIG_PRESENT='yes'
PKG_CONFIG='pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
RANLIB='ranlib'
RM='rm -f'
SED='/bin/sed'
SET_MAKE=''
SHAREDLIB_HACK_FALSE=''
SHAREDLIB_HACK_TRUE='#'
SHELL='/bin/sh'
STRIP='strip'
TAR='/bin/tar'
VERSION='1.2.20'
XMLSEC_APP_DEFINES=''
XMLSEC_CFLAGS=' -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_SIZE_T -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_XKMS=1 -DXMLSEC_NO_CRYPTO_DYNAMIC_LOADING=1 -I${prefix}/include/xmlsec1 -I/etc/libxml2-2.9.2/_install/lib/include -I/usr/include/libxml2 -DXMLSEC_OPENSSL_100=1 -DXMLSEC_CRYPTO_OPENSSL=1'
XMLSEC_CORE_CFLAGS=' -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_SIZE_T -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_XKMS=1 -DXMLSEC_NO_CRYPTO_DYNAMIC_LOADING=1 -I${prefix}/include/xmlsec1 '
XMLSEC_CORE_LIBS='-lxmlsec1 '
XMLSEC_CRYPTO='openssl'
XMLSEC_CRYPTO_CFLAGS=' -DXMLSEC_OPENSSL_100=1 -DXMLSEC_CRYPTO_OPENSSL=1'
XMLSEC_CRYPTO_DISABLED_LIST=' nss gcrypt gnutls mscrypto'
XMLSEC_CRYPTO_EXTRA_LDFLAGS=''
XMLSEC_CRYPTO_LIB='xmlsec1-openssl'
XMLSEC_CRYPTO_LIBS='-lssl -lcrypto '
XMLSEC_CRYPTO_LIST=' openssl'
XMLSEC_CRYPTO_PC_FILES_LIST=' xmlsec1-openssl.pc'
XMLSEC_DEFINES=' -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_SIZE_T -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_XKMS=1 -DXMLSEC_NO_CRYPTO_DYNAMIC_LOADING=1'
XMLSEC_DL_INCLUDES=''
XMLSEC_DL_LIBS=''
XMLSEC_DOCDIR='$(datadir)/doc/xmlsec1'
XMLSEC_EXTRA_LDFLAGS=''
XMLSEC_GCRYPT_CFLAGS=' -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_SIZE_T -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_XKMS=1 -DXMLSEC_NO_CRYPTO_DYNAMIC_LOADING=1 -I${prefix}/include/xmlsec1 '
XMLSEC_GCRYPT_LIBS='-L${exec_prefix}/lib -lxmlsec1-gcrypt -lxmlsec1 '
XMLSEC_GNUTLS_CFLAGS=' -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_SIZE_T -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_XKMS=1 -DXMLSEC_NO_CRYPTO_DYNAMIC_LOADING=1 -I${prefix}/include/xmlsec1 '
XMLSEC_GNUTLS_LIBS='-L${exec_prefix}/lib -lxmlsec1-gnutls -lxmlsec1-gcrypt -lxmlsec1 '
XMLSEC_LIBDIR='${exec_prefix}/lib'
XMLSEC_LIBS='-L${exec_prefix}/lib -lxmlsec1-openssl -lxmlsec1 -L/etc/libxml2-2.9.2/_install/lib/.libs -lxml2 -lxslt -lxml2 -lz -lm -ldl -lm -lxml2 -lssl -lcrypto '
XMLSEC_NO_AES='0'
XMLSEC_NO_AES_FALSE=''
XMLSEC_NO_AES_TRUE='#'
XMLSEC_NO_APPS_CRYPTO_DYNAMIC_LOADING='1'
XMLSEC_NO_APPS_CRYPTO_DYNAMIC_LOADING_FALSE='#'
XMLSEC_NO_APPS_CRYPTO_DYNAMIC_LOADING_TRUE=''
XMLSEC_NO_CRYPTO_DYNAMIC_LOADING='1'
XMLSEC_NO_CRYPTO_DYNAMIC_LOADING_FALSE='#'
XMLSEC_NO_CRYPTO_DYNAMIC_LOADING_TRUE=''
XMLSEC_NO_DES='0'
XMLSEC_NO_DES_FALSE=''
XMLSEC_NO_DES_TRUE='#'
XMLSEC_NO_DSA='0'
XMLSEC_NO_DSA_FALSE=''
XMLSEC_NO_DSA_TRUE='#'
XMLSEC_NO_GCRYPT='1'
XMLSEC_NO_GCRYPT_FALSE='#'
XMLSEC_NO_GCRYPT_TRUE=''
XMLSEC_NO_GNUTLS='1'
XMLSEC_NO_GNUTLS_FALSE='#'
XMLSEC_NO_GNUTLS_TRUE=''
XMLSEC_NO_GOST='1'
XMLSEC_NO_GOST_FALSE='#'
XMLSEC_NO_GOST_TRUE=''
XMLSEC_NO_HMAC='0'
XMLSEC_NO_HMAC_FALSE=''
XMLSEC_NO_HMAC_TRUE='#'
XMLSEC_NO_LIBXSLT='0'
XMLSEC_NO_MD5='0'
XMLSEC_NO_MD5_FALSE=''
XMLSEC_NO_MD5_TRUE='#'
XMLSEC_NO_MSCRYPTO='1'
XMLSEC_NO_MSCRYPTO_FALSE='#'
XMLSEC_NO_MSCRYPTO_TRUE=''
XMLSEC_NO_NSS='1'
XMLSEC_NO_NSS_FALSE='#'
XMLSEC_NO_NSS_TRUE=''
XMLSEC_NO_OPENSSL='0'
XMLSEC_NO_OPENSSL_FALSE=''
XMLSEC_NO_OPENSSL_TRUE='#'
XMLSEC_NO_RIPEMD160='0'
XMLSEC_NO_RIPEMD160_FALSE=''
XMLSEC_NO_RIPEMD160_TRUE='#'
XMLSEC_NO_RSA='0'
XMLSEC_NO_RSA_FALSE=''
XMLSEC_NO_RSA_TRUE='#'
XMLSEC_NO_SHA1='0'
XMLSEC_NO_SHA1_FALSE=''
XMLSEC_NO_SHA1_TRUE='#'
XMLSEC_NO_SHA224='0'
XMLSEC_NO_SHA224_FALSE=''
XMLSEC_NO_SHA224_TRUE='#'
XMLSEC_NO_SHA256='0'
XMLSEC_NO_SHA256_FALSE=''
XMLSEC_NO_SHA256_TRUE='#'
XMLSEC_NO_SHA384='0'
XMLSEC_NO_SHA384_FALSE=''
XMLSEC_NO_SHA384_TRUE='#'
XMLSEC_NO_SHA512='0'
XMLSEC_NO_SHA512_FALSE=''
XMLSEC_NO_SHA512_TRUE='#'
XMLSEC_NO_X509='0'
XMLSEC_NO_X509_FALSE=''
XMLSEC_NO_X509_TRUE='#'
XMLSEC_NO_XKMS='1'
XMLSEC_NO_XKMS_FALSE='#'
XMLSEC_NO_XKMS_TRUE=''
XMLSEC_NO_XMLDSIG='0'
XMLSEC_NO_XMLDSIG_FALSE=''
XMLSEC_NO_XMLDSIG_TRUE='#'
XMLSEC_NO_XMLENC='0'
XMLSEC_NO_XMLENC_FALSE=''
XMLSEC_NO_XMLENC_TRUE='#'
XMLSEC_NSS_CFLAGS=' -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_SIZE_T -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_XKMS=1 -DXMLSEC_NO_CRYPTO_DYNAMIC_LOADING=1 -I${prefix}/include/xmlsec1 '
XMLSEC_NSS_LIBS='-L${exec_prefix}/lib -lxmlsec1-nss -lxmlsec1 '
XMLSEC_OPENSSL_CFLAGS=' -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_SIZE_T -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_XKMS=1 -DXMLSEC_NO_CRYPTO_DYNAMIC_LOADING=1 -I${prefix}/include/xmlsec1 -DXMLSEC_OPENSSL_100=1 -DXMLSEC_CRYPTO_OPENSSL=1'
XMLSEC_OPENSSL_LIBS='-L${exec_prefix}/lib -lxmlsec1-openssl -lxmlsec1 -lssl -lcrypto '
XMLSEC_PACKAGE='xmlsec1'
XMLSEC_STATIC_BINARIES='-static'
XMLSEC_VERSION='1.2.20'
XMLSEC_VERSION_INFO='3:20:2'
XMLSEC_VERSION_MAJOR='1'
XMLSEC_VERSION_MINOR='2'
XMLSEC_VERSION_SAFE='1_2_20'
XMLSEC_VERSION_SUBMINOR='20'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='tar --format=ustar -chf - "$$tardir"'
am__untar='tar -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/tobi/xmlsec1/xmlsec1-1.2.20/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/etc/xmlsec1'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias='x86_64-unknown-linux-gnu'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "xmlsec1"
#define PACKAGE_TARNAME "xmlsec1"
#define PACKAGE_VERSION "1.2.20"
#define PACKAGE_STRING "xmlsec1 1.2.20"
#define PACKAGE_BUGREPORT "http://www.aleksey.com/xmlsec"
#define PACKAGE_URL ""
#define PACKAGE "xmlsec1"
#define VERSION "1.2.20"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_DIRENT_H 1
#define STDC_HEADERS 1
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_CTYPE_H 1
#define HAVE_ERRNO_H 1
#define HAVE_TIME_H 1
#define HAVE_STRCHR 1
#define HAVE_STRRCHR 1
#define HAVE_PRINTF 1
#define HAVE_SPRINTF 1
#define HAVE_FPRINTF 1
#define HAVE_SNPRINTF 1
#define HAVE_VFPRINTF 1
#define HAVE_VSPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_SSCANF 1
#define HAVE_TIMEGM 1
#define SIZEOF_SIZE_T 8
configure: exit 0