Skip to content

Instantly share code, notes, and snippets.

@skalee
Created May 10, 2018 00:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skalee/b9df3a98ac571c6dcb72993f39686a80 to your computer and use it in GitHub Desktop.
Save skalee/b9df3a98ac571c6dcb72993f39686a80 to your computer and use it in GitHub Desktop.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by rnp configure 0.8.0~, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = kamyczeq
uname -m = x86_64
uname -r = 17.5.0
uname -s = Darwin
uname -v = Darwin Kernel Version 17.5.0: Mon Mar 5 22:24:32 PST 2018; root:xnu-4570.51.1~1/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 17.5.0: Mon Mar 5 22:24:32 PST 2018; root:xnu-4570.51.1~1/RELEASE_X86_64
Kernel configured for up to 4 processors.
2 processors are physically available.
4 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3
Primary memory available: 8.00 gigabytes
Default processor set: 354 tasks, 1690 threads, 4 processors
Load average: 6.21, Mach factor: 1.07
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /Users/skale/.rbenv/shims
PATH: /Users/skale/.config/fish/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2578: checking for a BSD-compatible install
configure:2646: result: /usr/bin/install -c
configure:2657: checking whether build environment is sane
configure:2712: result: yes
configure:2863: checking for a thread-safe mkdir -p
configure:2902: result: buildaux/install-sh -c -d
configure:2909: checking for gawk
configure:2939: result: no
configure:2909: checking for mawk
configure:2939: result: no
configure:2909: checking for nawk
configure:2939: result: no
configure:2909: checking for awk
configure:2925: found /usr/bin/awk
configure:2936: result: awk
configure:2947: checking whether make sets $(MAKE)
configure:2969: result: yes
configure:2998: checking whether make supports nested variables
configure:3015: result: yes
configure:3145: checking whether make supports the include directive
configure:3160: make -f confmf.GNU && cat confinc.out
this is the am__doit target
configure:3163: $? = 0
configure:3182: result: yes (GNU style)
configure:3252: checking for gcc
configure:3268: found /usr/bin/gcc
configure:3279: result: gcc
configure:3508: checking for C compiler version
configure:3517: gcc --version >&5
Apple LLVM version 9.1.0 (clang-902.0.39.1)
Target: x86_64-apple-darwin17.5.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
configure:3528: $? = 0
configure:3517: gcc -v >&5
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 9.1.0 (clang-902.0.39.1)
Target: x86_64-apple-darwin17.5.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
configure:3528: $? = 0
configure:3517: gcc -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:3528: $? = 1
configure:3517: gcc -qversion >&5
clang: error: unknown argument: '-qversion'
clang: error: no input files
configure:3528: $? = 1
configure:3548: checking whether the C compiler works
configure:3570: gcc -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c >&5
configure:3574: $? = 0
configure:3622: result: yes
configure:3625: checking for C compiler default output file name
configure:3627: result: a.out
configure:3633: checking for suffix of executables
configure:3640: gcc -o conftest -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c >&5
configure:3644: $? = 0
configure:3666: result:
configure:3688: checking whether we are cross compiling
configure:3696: gcc -o conftest -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c >&5
configure:3700: $? = 0
configure:3707: ./conftest
configure:3711: $? = 0
configure:3726: result: no
configure:3731: checking for suffix of object files
configure:3753: gcc -c -I/usr/local/opt/openssl/include conftest.c >&5
configure:3757: $? = 0
configure:3778: result: o
configure:3782: checking whether we are using the GNU C compiler
configure:3801: gcc -c -I/usr/local/opt/openssl/include conftest.c >&5
configure:3801: $? = 0
configure:3810: result: yes
configure:3819: checking whether gcc accepts -g
configure:3839: gcc -c -g conftest.c >&5
configure:3839: $? = 0
configure:3880: result: yes
configure:3897: checking for gcc option to accept ISO C89
configure:3960: gcc -c -I/usr/local/opt/openssl/include conftest.c >&5
configure:3960: $? = 0
configure:3973: result: none needed
configure:3998: checking whether gcc understands -c and -o together
configure:4020: gcc -c conftest.c -o conftest2.o
configure:4023: $? = 0
configure:4020: gcc -c conftest.c -o conftest2.o
configure:4023: $? = 0
configure:4035: result: yes
configure:4054: checking dependency style of gcc
configure:4165: result: gcc3
configure:4230: checking for ar
configure:4246: found /usr/bin/ar
configure:4257: result: ar
configure:4283: checking the archiver (ar) interface
configure:4299: gcc -c -I/usr/local/opt/openssl/include conftest.c >&5
configure:4299: $? = 0
configure:4301: ar cru libconftest.a conftest.o >&5
configure:4304: $? = 0
configure:4332: result: ar
configure:4381: checking build system type
configure:4395: result: x86_64-apple-darwin17.5.0
configure:4415: checking host system type
configure:4428: result: x86_64-apple-darwin17.5.0
configure:4469: checking how to print strings
configure:4496: result: printf
configure:4517: checking for a sed that does not truncate output
configure:4581: result: /usr/bin/sed
configure:4599: checking for grep that handles long lines and -e
configure:4657: result: /usr/bin/grep
configure:4662: checking for egrep
configure:4724: result: /usr/bin/grep -E
configure:4729: checking for fgrep
configure:4791: result: /usr/bin/grep -F
configure:4826: checking for ld used by gcc
configure:4893: result: /Library/Developer/CommandLineTools/usr/bin/ld
configure:4900: checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld
configure:4915: result: no
configure:4927: checking for BSD- or MS-compatible name lister (nm)
configure:4981: result: /usr/bin/nm -B
configure:5111: checking the name lister (/usr/bin/nm -B) interface
configure:5118: gcc -c -I/usr/local/opt/openssl/include conftest.c >&5
configure:5121: /usr/bin/nm -B "conftest.o"
configure:5124: output
0000000000000000 S _some_variable
configure:5131: result: BSD nm
configure:5134: checking whether ln -s works
configure:5138: result: yes
configure:5146: checking the maximum length of command line arguments
configure:5277: result: 196608
configure:5325: checking how to convert x86_64-apple-darwin17.5.0 file names to x86_64-apple-darwin17.5.0 format
configure:5365: result: func_convert_file_noop
configure:5372: checking how to convert x86_64-apple-darwin17.5.0 file names to toolchain format
configure:5392: result: func_convert_file_noop
configure:5399: checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files
configure:5406: result: -r
configure:5480: checking for objdump
configure:5496: found /usr/bin/objdump
configure:5507: result: objdump
configure:5539: checking how to recognize dependent libraries
configure:5739: result: pass_all
configure:5824: checking for dlltool
configure:5854: result: no
configure:5884: checking how to associate runtime and link libraries
configure:5911: result: printf %s\n
configure:6035: checking for archiver @FILE support
configure:6052: gcc -c -I/usr/local/opt/openssl/include conftest.c >&5
configure:6052: $? = 0
configure:6055: ar cru libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:6058: $? = 1
configure:6078: result: no
configure:6136: checking for strip
configure:6152: found /usr/bin/strip
configure:6163: result: strip
configure:6235: checking for ranlib
configure:6251: found /usr/bin/ranlib
configure:6262: result: ranlib
configure:6364: checking command to parse /usr/bin/nm -B output from gcc object
configure:6517: gcc -c -I/usr/local/opt/openssl/include conftest.c >&5
configure:6520: $? = 0
configure:6524: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6527: $? = 0
cannot find nm_test_var in conftest.nm
configure:6517: gcc -c -I/usr/local/opt/openssl/include conftest.c >&5
configure:6520: $? = 0
configure:6524: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6527: $? = 0
configure:6593: gcc -o conftest -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c conftstm.o >&5
configure:6596: $? = 0
configure:6634: result: ok
configure:6681: checking for sysroot
configure:6711: result: no
configure:6718: checking for a working dd
configure:6756: result: /bin/dd
configure:6760: checking how to truncate binary pipes
configure:6775: result: /bin/dd bs=4096 count=1
configure:7104: checking for mt
configure:7134: result: no
configure:7154: checking if : is a manifest tool
configure:7160: : '-?'
configure:7168: result: no
configure:7224: checking for dsymutil
configure:7240: found /usr/bin/dsymutil
configure:7251: result: dsymutil
configure:7316: checking for nmedit
configure:7332: found /usr/bin/nmedit
configure:7343: result: nmedit
configure:7408: checking for lipo
configure:7424: found /usr/bin/lipo
configure:7435: result: lipo
configure:7500: checking for otool
configure:7516: found /usr/bin/otool
configure:7527: result: otool
configure:7592: checking for otool64
configure:7622: result: no
configure:7667: checking for -single_module linker flag
gcc -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:7700: result: yes
configure:7703: checking for -exported_symbols_list linker flag
configure:7723: gcc -o conftest -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:7723: $? = 0
configure:7733: result: yes
configure:7736: checking for -force_load linker flag
gcc -I/usr/local/opt/openssl/include -c -o conftest.o conftest.c
ar cru libconftest.a conftest.o
ranlib libconftest.a
gcc -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -o conftest conftest.c -Wl,-force_load,./libconftest.a
configure:7768: result: yes
configure:7845: checking how to run the C preprocessor
configure:7876: gcc -E conftest.c
configure:7876: $? = 0
configure:7890: gcc -E conftest.c
conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
configure:7890: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "rnp"
| #define PACKAGE_TARNAME "rnp"
| #define PACKAGE_VERSION "0.8.0~"
| #define PACKAGE_STRING "rnp 0.8.0~"
| #define PACKAGE_BUGREPORT "Ribose Inc. <packaging@ribose.com>"
| #define PACKAGE_URL ""
| #define GIT_REVISION "f45f254"
| #define PACKAGE "rnp"
| #define VERSION "0.8.0~"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7915: result: gcc -E
configure:7935: gcc -E conftest.c
configure:7935: $? = 0
configure:7949: gcc -E conftest.c
conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
configure:7949: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "rnp"
| #define PACKAGE_TARNAME "rnp"
| #define PACKAGE_VERSION "0.8.0~"
| #define PACKAGE_STRING "rnp 0.8.0~"
| #define PACKAGE_BUGREPORT "Ribose Inc. <packaging@ribose.com>"
| #define PACKAGE_URL ""
| #define GIT_REVISION "f45f254"
| #define PACKAGE "rnp"
| #define VERSION "0.8.0~"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7978: checking for ANSI C header files
configure:7998: gcc -c -I/usr/local/opt/openssl/include conftest.c >&5
configure:7998: $? = 0
configure:8071: gcc -o conftest -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c >&5
configure:8071: $? = 0
configure:8071: ./conftest
configure:8071: $? = 0
configure:8082: result: yes
configure:8095: checking for sys/types.h
configure:8095: gcc -c -I/usr/local/opt/openssl/include conftest.c >&5
configure:8095: $? = 0
configure:8095: result: yes
configure:8095: checking for sys/stat.h
configure:8095: gcc -c -I/usr/local/opt/openssl/include conftest.c >&5
configure:8095: $? = 0
configure:8095: result: yes
configure:8095: checking for stdlib.h
configure:8095: gcc -c -I/usr/local/opt/openssl/include conftest.c >&5
configure:8095: $? = 0
configure:8095: result: yes
configure:8095: checking for string.h
configure:8095: gcc -c -I/usr/local/opt/openssl/include conftest.c >&5
configure:8095: $? = 0
configure:8095: result: yes
configure:8095: checking for memory.h
configure:8095: gcc -c -I/usr/local/opt/openssl/include conftest.c >&5
configure:8095: $? = 0
configure:8095: result: yes
configure:8095: checking for strings.h
configure:8095: gcc -c -I/usr/local/opt/openssl/include conftest.c >&5
configure:8095: $? = 0
configure:8095: result: yes
configure:8095: checking for inttypes.h
configure:8095: gcc -c -I/usr/local/opt/openssl/include conftest.c >&5
configure:8095: $? = 0
configure:8095: result: yes
configure:8095: checking for stdint.h
configure:8095: gcc -c -I/usr/local/opt/openssl/include conftest.c >&5
configure:8095: $? = 0
configure:8095: result: yes
configure:8095: checking for unistd.h
configure:8095: gcc -c -I/usr/local/opt/openssl/include conftest.c >&5
configure:8095: $? = 0
configure:8095: result: yes
configure:8109: checking for dlfcn.h
configure:8109: gcc -c -I/usr/local/opt/openssl/include conftest.c >&5
configure:8109: $? = 0
configure:8109: result: yes
configure:8365: checking for objdir
configure:8380: result: .libs
configure:8644: checking if gcc supports -fno-rtti -fno-exceptions
configure:8662: gcc -c -I/usr/local/opt/openssl/include -fno-rtti -fno-exceptions conftest.c >&5
configure:8666: $? = 0
configure:8679: result: yes
configure:9037: checking for gcc option to produce PIC
configure:9044: result: -fno-common -DPIC
configure:9052: checking if gcc PIC flag -fno-common -DPIC works
configure:9070: gcc -c -I/usr/local/opt/openssl/include -fno-common -DPIC -DPIC conftest.c >&5
configure:9074: $? = 0
configure:9087: result: yes
configure:9116: checking if gcc static flag -static works
configure:9144: result: no
configure:9159: checking if gcc supports -c -o file.o
configure:9180: gcc -c -I/usr/local/opt/openssl/include -o out/conftest2.o conftest.c >&5
configure:9184: $? = 0
configure:9206: result: yes
configure:9214: checking if gcc supports -c -o file.o
configure:9261: result: yes
configure:9294: checking whether the gcc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
configure:10553: result: yes
configure:10793: checking dynamic linker characteristics
configure:11611: result: darwin17.5.0 dyld
configure:11733: checking how to hardcode library paths into programs
configure:11758: result: immediate
configure:12306: checking whether stripping libraries is possible
configure:12320: result: yes
configure:12346: checking if libtool supports shared libraries
configure:12348: result: yes
configure:12351: checking whether to build shared libraries
configure:12376: result: yes
configure:12379: checking whether to build static libraries
configure:12383: result: yes
configure:12421: checking whether to enable maintainer-specific portions of Makefiles
configure:12430: result: no
configure:12450: checking whether make sets $(MAKE)
configure:12472: result: yes
configure:12485: checking for gawk
configure:12512: result: awk
configure:12571: checking for gcc
configure:12598: result: gcc
configure:12827: checking for C compiler version
configure:12836: gcc --version >&5
Apple LLVM version 9.1.0 (clang-902.0.39.1)
Target: x86_64-apple-darwin17.5.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
configure:12847: $? = 0
configure:12836: gcc -v >&5
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 9.1.0 (clang-902.0.39.1)
Target: x86_64-apple-darwin17.5.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
configure:12847: $? = 0
configure:12836: gcc -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:12847: $? = 1
configure:12836: gcc -qversion >&5
clang: error: unknown argument: '-qversion'
clang: error: no input files
configure:12847: $? = 1
configure:12851: checking whether we are using the GNU C compiler
configure:12879: result: yes
configure:12888: checking whether gcc accepts -g
configure:12949: result: yes
configure:12966: checking for gcc option to accept ISO C89
configure:13042: result: none needed
configure:13067: checking whether gcc understands -c and -o together
configure:13104: result: yes
configure:13123: checking dependency style of gcc
configure:13234: result: gcc3
configure:13253: checking for gcc option to accept ISO C99
configure:13402: gcc -c -I/usr/local/opt/openssl/include conftest.c >&5
configure:13402: $? = 0
configure:13415: result: none needed
configure:13523: checking for gcc option to accept ISO Standard C
configure:13534: result: none needed
configure:13547: checking whether C compiler accepts -std=c11
configure:13566: gcc -c -I/usr/local/opt/openssl/include -std=c11 conftest.c >&5
configure:13566: $? = 0
configure:13575: result: yes
configure:13591: : CFLAGS="$CFLAGS"
configure:13594: $? = 0
configure:13547: checking whether C compiler accepts -D_GNU_SOURCE
configure:13566: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE conftest.c >&5
configure:13566: $? = 0
configure:13575: result: yes
configure:13591: : CFLAGS="$CFLAGS"
configure:13594: $? = 0
configure:13617: checking whether ln -s works
configure:13621: result: yes
configure:13679: checking for ar
configure:13706: result: ar
configure:13731: checking if using gcc
configure:13735: result: yes; adding to CFLAGS: "-Werror -Wall -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes"
configure:13745: checking for library containing dlopen
configure:13776: gcc -o conftest -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE -L/usr/local/opt/openssl/lib conftest.c >&5
configure:13776: $? = 0
configure:13793: result: none required
configure:13804: checking for ANSI C header files
configure:13908: result: yes
configure:13918: checking CommonCrypto/CommonDigest.h usability
configure:13918: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE conftest.c >&5
configure:13918: $? = 0
configure:13918: result: yes
configure:13918: checking CommonCrypto/CommonDigest.h presence
configure:13918: gcc -E conftest.c
configure:13918: $? = 0
configure:13918: result: yes
configure:13918: checking for CommonCrypto/CommonDigest.h
configure:13918: result: yes
configure:13932: checking dmalloc.h usability
configure:13932: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE conftest.c >&5
conftest.c:59:10: fatal error: 'dmalloc.h' file not found
#include <dmalloc.h>
^~~~~~~~~~~
1 error generated.
configure:13932: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "rnp"
| #define PACKAGE_TARNAME "rnp"
| #define PACKAGE_VERSION "0.8.0~"
| #define PACKAGE_STRING "rnp 0.8.0~"
| #define PACKAGE_BUGREPORT "Ribose Inc. <packaging@ribose.com>"
| #define PACKAGE_URL ""
| #define GIT_REVISION "f45f254"
| #define PACKAGE "rnp"
| #define VERSION "0.8.0~"
| #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 STDC_HEADERS 1
| #define HAVE_COMMONCRYPTO_COMMONDIGEST_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 <dmalloc.h>
configure:13932: result: no
configure:13932: checking dmalloc.h presence
configure:13932: gcc -E conftest.c
conftest.c:26:10: fatal error: 'dmalloc.h' file not found
#include <dmalloc.h>
^~~~~~~~~~~
1 error generated.
configure:13932: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "rnp"
| #define PACKAGE_TARNAME "rnp"
| #define PACKAGE_VERSION "0.8.0~"
| #define PACKAGE_STRING "rnp 0.8.0~"
| #define PACKAGE_BUGREPORT "Ribose Inc. <packaging@ribose.com>"
| #define PACKAGE_URL ""
| #define GIT_REVISION "f45f254"
| #define PACKAGE "rnp"
| #define VERSION "0.8.0~"
| #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 STDC_HEADERS 1
| #define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
| /* end confdefs.h. */
| #include <dmalloc.h>
configure:13932: result: no
configure:13932: checking for dmalloc.h
configure:13932: result: no
configure:13932: checking direct.h usability
configure:13932: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE conftest.c >&5
conftest.c:59:10: fatal error: 'direct.h' file not found
#include <direct.h>
^~~~~~~~~~
1 error generated.
configure:13932: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "rnp"
| #define PACKAGE_TARNAME "rnp"
| #define PACKAGE_VERSION "0.8.0~"
| #define PACKAGE_STRING "rnp 0.8.0~"
| #define PACKAGE_BUGREPORT "Ribose Inc. <packaging@ribose.com>"
| #define PACKAGE_URL ""
| #define GIT_REVISION "f45f254"
| #define PACKAGE "rnp"
| #define VERSION "0.8.0~"
| #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 STDC_HEADERS 1
| #define HAVE_COMMONCRYPTO_COMMONDIGEST_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 <direct.h>
configure:13932: result: no
configure:13932: checking direct.h presence
configure:13932: gcc -E conftest.c
conftest.c:26:10: fatal error: 'direct.h' file not found
#include <direct.h>
^~~~~~~~~~
1 error generated.
configure:13932: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "rnp"
| #define PACKAGE_TARNAME "rnp"
| #define PACKAGE_VERSION "0.8.0~"
| #define PACKAGE_STRING "rnp 0.8.0~"
| #define PACKAGE_BUGREPORT "Ribose Inc. <packaging@ribose.com>"
| #define PACKAGE_URL ""
| #define GIT_REVISION "f45f254"
| #define PACKAGE "rnp"
| #define VERSION "0.8.0~"
| #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 STDC_HEADERS 1
| #define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
| /* end confdefs.h. */
| #include <direct.h>
configure:13932: result: no
configure:13932: checking for direct.h
configure:13932: result: no
configure:13932: checking errno.h usability
configure:13932: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE conftest.c >&5
configure:13932: $? = 0
configure:13932: result: yes
configure:13932: checking errno.h presence
configure:13932: gcc -E conftest.c
configure:13932: $? = 0
configure:13932: result: yes
configure:13932: checking for errno.h
configure:13932: result: yes
configure:13932: checking fcntl.h usability
configure:13932: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE conftest.c >&5
configure:13932: $? = 0
configure:13932: result: yes
configure:13932: checking fcntl.h presence
configure:13932: gcc -E conftest.c
configure:13932: $? = 0
configure:13932: result: yes
configure:13932: checking for fcntl.h
configure:13932: result: yes
configure:13932: checking for inttypes.h
configure:13932: result: yes
configure:13932: checking limits.h usability
configure:13932: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE conftest.c >&5
configure:13932: $? = 0
configure:13932: result: yes
configure:13932: checking limits.h presence
configure:13932: gcc -E conftest.c
configure:13932: $? = 0
configure:13932: result: yes
configure:13932: checking for limits.h
configure:13932: result: yes
configure:13932: checking malloc.h usability
configure:13932: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE conftest.c >&5
conftest.c:63:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
^~~~~~~~~~
1 error generated.
configure:13932: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "rnp"
| #define PACKAGE_TARNAME "rnp"
| #define PACKAGE_VERSION "0.8.0~"
| #define PACKAGE_STRING "rnp 0.8.0~"
| #define PACKAGE_BUGREPORT "Ribose Inc. <packaging@ribose.com>"
| #define PACKAGE_URL ""
| #define GIT_REVISION "f45f254"
| #define PACKAGE "rnp"
| #define VERSION "0.8.0~"
| #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 STDC_HEADERS 1
| #define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <malloc.h>
configure:13932: result: no
configure:13932: checking malloc.h presence
configure:13932: gcc -E conftest.c
conftest.c:30:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
^~~~~~~~~~
1 error generated.
configure:13932: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "rnp"
| #define PACKAGE_TARNAME "rnp"
| #define PACKAGE_VERSION "0.8.0~"
| #define PACKAGE_STRING "rnp 0.8.0~"
| #define PACKAGE_BUGREPORT "Ribose Inc. <packaging@ribose.com>"
| #define PACKAGE_URL ""
| #define GIT_REVISION "f45f254"
| #define PACKAGE "rnp"
| #define VERSION "0.8.0~"
| #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 STDC_HEADERS 1
| #define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| /* end confdefs.h. */
| #include <malloc.h>
configure:13932: result: no
configure:13932: checking for malloc.h
configure:13932: result: no
configure:13932: checking zlib.h usability
configure:13932: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE conftest.c >&5
configure:13932: $? = 0
configure:13932: result: yes
configure:13932: checking zlib.h presence
configure:13932: gcc -E conftest.c
configure:13932: $? = 0
configure:13932: result: yes
configure:13932: checking for zlib.h
configure:13932: result: yes
configure:13946: checking sys/cdefs.h usability
configure:13946: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE conftest.c >&5
configure:13946: $? = 0
configure:13946: result: yes
configure:13946: checking sys/cdefs.h presence
configure:13946: gcc -E conftest.c
configure:13946: $? = 0
configure:13946: result: yes
configure:13946: checking for sys/cdefs.h
configure:13946: result: yes
configure:13946: checking sys/file.h usability
configure:13946: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE conftest.c >&5
configure:13946: $? = 0
configure:13946: result: yes
configure:13946: checking sys/file.h presence
configure:13946: gcc -E conftest.c
configure:13946: $? = 0
configure:13946: result: yes
configure:13946: checking for sys/file.h
configure:13946: result: yes
configure:13946: checking sys/mman.h usability
configure:13946: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE conftest.c >&5
configure:13946: $? = 0
configure:13946: result: yes
configure:13946: checking sys/mman.h presence
configure:13946: gcc -E conftest.c
configure:13946: $? = 0
configure:13946: result: yes
configure:13946: checking for sys/mman.h
configure:13946: result: yes
configure:13946: checking sys/param.h usability
configure:13946: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE conftest.c >&5
configure:13946: $? = 0
configure:13946: result: yes
configure:13946: checking sys/param.h presence
configure:13946: gcc -E conftest.c
configure:13946: $? = 0
configure:13946: result: yes
configure:13946: checking for sys/param.h
configure:13946: result: yes
configure:13946: checking sys/resource.h usability
configure:13946: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE conftest.c >&5
configure:13946: $? = 0
configure:13946: result: yes
configure:13946: checking sys/resource.h presence
configure:13946: gcc -E conftest.c
configure:13946: $? = 0
configure:13946: result: yes
configure:13946: checking for sys/resource.h
configure:13946: result: yes
configure:13946: checking sys/uio.h usability
configure:13946: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE conftest.c >&5
configure:13946: $? = 0
configure:13946: result: yes
configure:13946: checking sys/uio.h presence
configure:13946: gcc -E conftest.c
configure:13946: $? = 0
configure:13946: result: yes
configure:13946: checking for sys/uio.h
configure:13946: result: yes
configure:13958: checking bzlib.h usability
configure:13958: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE conftest.c >&5
configure:13958: $? = 0
configure:13958: result: yes
configure:13958: checking bzlib.h presence
configure:13958: gcc -E conftest.c
configure:13958: $? = 0
configure:13958: result: yes
configure:13958: checking for bzlib.h
configure:13958: result: yes
configure:14035: checking for pkg-config
configure:14051: found /usr/local/bin/pkg-config
configure:14062: result: pkg-config
configure:14129: checking whether compiling and linking against json-c works
Trying link with JSONC_LDFLAGS=-L/usr/local/Cellar/json-c/0.12.1/lib; JSONC_LIBS=-ljson-c; JSONC_INCLUDES=-I/usr/local/Cellar/json-c/0.12.1/include/json-c
configure:14151: gcc -o conftest -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE -I/usr/local/Cellar/json-c/0.12.1/include/json-c -L/usr/local/opt/openssl/lib -L/usr/local/Cellar/json-c/0.12.1/lib conftest.c -ljson-c >&5
configure:14151: $? = 0
configure:14153: result: yes
configure:14235: checking for pkg-config
configure:14262: result: pkg-config
configure:14329: checking whether compiling and linking against cmocka works
Trying link with CMOCKA_LDFLAGS=-L/usr/local/Cellar/cmocka/1.1.1/lib; CMOCKA_LIBS=-lcmocka; CMOCKA_INCLUDES=-I/usr/local/Cellar/cmocka/1.1.1/include
configure:14356: gcc -o conftest -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE -I/usr/local/Cellar/cmocka/1.1.1/include -L/usr/local/opt/openssl/lib -L/usr/local/Cellar/cmocka/1.1.1/lib conftest.c -lcmocka >&5
conftest.c:39:28: warning: extra tokens at end of #include directive [-Wextra-tokens]
#include <stdarg.h>,
^
//
conftest.c:40:45: warning: extra tokens at end of #include directive [-Wextra-tokens]
#include <stddef.h>,
^
//
conftest.c:41:45: warning: extra tokens at end of #include directive [-Wextra-tokens]
#include <setjmp.h>,
^
//
3 warnings generated.
configure:14356: $? = 0
configure:14358: result: yes
configure:14383: checking for unsigned long long int
configure:14431: result: yes
configure:14441: checking for long long int
configure:14491: result: yes
configure:14499: checking for size_t
configure:14499: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE conftest.c >&5
configure:14499: $? = 0
configure:14499: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE conftest.c >&5
conftest.c:76:21: error: expected expression
if (sizeof ((size_t)))
^
1 error generated.
configure:14499: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "rnp"
| #define PACKAGE_TARNAME "rnp"
| #define PACKAGE_VERSION "0.8.0~"
| #define PACKAGE_STRING "rnp 0.8.0~"
| #define PACKAGE_BUGREPORT "Ribose Inc. <packaging@ribose.com>"
| #define PACKAGE_URL ""
| #define GIT_REVISION "f45f254"
| #define PACKAGE "rnp"
| #define VERSION "0.8.0~"
| #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 STDC_HEADERS 1
| #define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_BZLIB_H 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 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
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:14499: result: yes
configure:14510: checking for uint16_t
configure:14510: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE conftest.c >&5
configure:14510: $? = 0
configure:14510: result: yes
configure:14522: checking for uint32_t
configure:14522: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE conftest.c >&5
configure:14522: $? = 0
configure:14522: result: yes
configure:14536: checking for uint64_t
configure:14536: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE conftest.c >&5
configure:14536: $? = 0
configure:14536: result: yes
configure:14550: checking for uint8_t
configure:14550: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE conftest.c >&5
configure:14550: $? = 0
configure:14550: result: yes
configure:14585: checking for pkg-config
configure:14603: found /usr/local/bin/pkg-config
configure:14615: result: /usr/local/bin/pkg-config
configure:14671: checking whether compiling and linking against Botan works
Trying link with BOTAN_LDFLAGS=-L/usr/local/Cellar/botan/2.6.0/lib; BOTAN_LIBS=-lbotan-2; BOTAN_INCLUDES=-I/usr/local/Cellar/botan/2.6.0/include/botan-2
configure:14693: gcc -o conftest -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE -I/usr/local/Cellar/botan/2.6.0/include/botan-2 -L/usr/local/opt/openssl/lib -L/usr/local/Cellar/botan/2.6.0/lib conftest.c -lbotan-2 >&5
configure:14693: $? = 0
configure:14695: result: yes
configure:14709: checking for botan version >= 2.2
configure:14727: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE -I/usr/local/Cellar/botan/2.6.0/include/botan-2 conftest.c >&5
configure:14727: $? = 0
configure:14729: result: ok
configure:14753: checking whether BOTAN_HAS_AES is declared
configure:14753: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE -I/usr/local/Cellar/botan/2.6.0/include/botan-2 conftest.c >&5
configure:14753: $? = 0
configure:14753: result: yes
configure:14774: checking whether BOTAN_HAS_CAMELLIA is declared
configure:14774: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE -I/usr/local/Cellar/botan/2.6.0/include/botan-2 conftest.c >&5
configure:14774: $? = 0
configure:14774: result: yes
configure:14795: checking whether BOTAN_HAS_IDEA is declared
configure:14795: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE -I/usr/local/Cellar/botan/2.6.0/include/botan-2 conftest.c >&5
configure:14795: $? = 0
configure:14795: result: yes
configure:14816: checking whether BOTAN_HAS_BLOWFISH is declared
configure:14816: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE -I/usr/local/Cellar/botan/2.6.0/include/botan-2 conftest.c >&5
configure:14816: $? = 0
configure:14816: result: yes
configure:14837: checking whether BOTAN_HAS_TWOFISH is declared
configure:14837: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE -I/usr/local/Cellar/botan/2.6.0/include/botan-2 conftest.c >&5
configure:14837: $? = 0
configure:14837: result: yes
configure:14858: checking whether BOTAN_HAS_CAST is declared
configure:14858: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE -I/usr/local/Cellar/botan/2.6.0/include/botan-2 conftest.c >&5
configure:14858: $? = 0
configure:14858: result: yes
configure:14879: checking whether BOTAN_HAS_MD5 is declared
configure:14879: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE -I/usr/local/Cellar/botan/2.6.0/include/botan-2 conftest.c >&5
configure:14879: $? = 0
configure:14879: result: yes
configure:14900: checking whether BOTAN_HAS_SHA1 is declared
configure:14900: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE -I/usr/local/Cellar/botan/2.6.0/include/botan-2 conftest.c >&5
configure:14900: $? = 0
configure:14900: result: yes
configure:14921: checking whether BOTAN_HAS_SHA2_32 is declared
configure:14921: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE -I/usr/local/Cellar/botan/2.6.0/include/botan-2 conftest.c >&5
configure:14921: $? = 0
configure:14921: result: yes
configure:14942: checking whether BOTAN_HAS_SHA2_64 is declared
configure:14942: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE -I/usr/local/Cellar/botan/2.6.0/include/botan-2 conftest.c >&5
configure:14942: $? = 0
configure:14942: result: yes
configure:14963: checking whether BOTAN_HAS_RSA is declared
configure:14963: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE -I/usr/local/Cellar/botan/2.6.0/include/botan-2 conftest.c >&5
configure:14963: $? = 0
configure:14963: result: yes
configure:14984: checking whether BOTAN_HAS_EMSA_PKCS1 is declared
configure:14984: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE -I/usr/local/Cellar/botan/2.6.0/include/botan-2 conftest.c >&5
configure:14984: $? = 0
configure:14984: result: yes
configure:15005: checking whether BOTAN_HAS_PGP_S2K is declared
configure:15005: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE -I/usr/local/Cellar/botan/2.6.0/include/botan-2 conftest.c >&5
configure:15005: $? = 0
configure:15005: result: yes
configure:15026: checking whether BOTAN_HAS_SM2 is declared
configure:15026: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE -I/usr/local/Cellar/botan/2.6.0/include/botan-2 conftest.c >&5
configure:15026: $? = 0
configure:15026: result: yes
configure:15047: checking whether BOTAN_HAS_SM4 is declared
configure:15047: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE -I/usr/local/Cellar/botan/2.6.0/include/botan-2 conftest.c >&5
configure:15047: $? = 0
configure:15047: result: yes
configure:15068: checking whether BOTAN_HAS_ED25519 is declared
configure:15068: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE -I/usr/local/Cellar/botan/2.6.0/include/botan-2 conftest.c >&5
configure:15068: $? = 0
configure:15068: result: yes
configure:15089: checking whether BOTAN_HAS_ECDSA is declared
configure:15089: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE -I/usr/local/Cellar/botan/2.6.0/include/botan-2 conftest.c >&5
configure:15089: $? = 0
configure:15089: result: yes
configure:15110: checking whether BOTAN_HAS_ECDH is declared
configure:15110: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE -I/usr/local/Cellar/botan/2.6.0/include/botan-2 conftest.c >&5
configure:15110: $? = 0
configure:15110: result: yes
configure:15131: checking whether BOTAN_HAS_HMAC is declared
configure:15131: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE -I/usr/local/Cellar/botan/2.6.0/include/botan-2 conftest.c >&5
configure:15131: $? = 0
configure:15131: result: yes
configure:15152: checking whether BOTAN_HAS_SP800_56A is declared
configure:15152: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE -I/usr/local/Cellar/botan/2.6.0/include/botan-2 conftest.c >&5
configure:15152: $? = 0
configure:15152: result: yes
configure:15173: checking whether BOTAN_HAS_ELGAMAL is declared
configure:15173: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE -I/usr/local/Cellar/botan/2.6.0/include/botan-2 conftest.c >&5
configure:15173: $? = 0
configure:15173: result: yes
configure:15194: checking whether BOTAN_HAS_DSA is declared
configure:15194: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE -I/usr/local/Cellar/botan/2.6.0/include/botan-2 conftest.c >&5
configure:15194: $? = 0
configure:15194: result: yes
configure:15215: checking whether BOTAN_HAS_MODE_CBC is declared
configure:15215: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE -I/usr/local/Cellar/botan/2.6.0/include/botan-2 conftest.c >&5
configure:15215: $? = 0
configure:15215: result: yes
configure:15236: checking whether BOTAN_HAS_MODE_CFB is declared
configure:15236: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE -I/usr/local/Cellar/botan/2.6.0/include/botan-2 conftest.c >&5
configure:15236: $? = 0
configure:15236: result: yes
configure:15257: checking whether BOTAN_HAS_CRC24 is declared
configure:15257: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE -I/usr/local/Cellar/botan/2.6.0/include/botan-2 conftest.c >&5
configure:15257: $? = 0
configure:15257: result: yes
configure:15278: checking whether BOTAN_HAS_SHA3 is declared
configure:15278: gcc -c -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE -I/usr/local/Cellar/botan/2.6.0/include/botan-2 conftest.c >&5
configure:15278: $? = 0
configure:15278: result: yes
configure:15305: checking for library containing gzopen
configure:15336: gcc -o conftest -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE -L/usr/local/opt/openssl/lib conftest.c >&5
Undefined symbols for architecture x86_64:
"_gzopen", referenced from:
_main in conftest-8c3f7d.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:15336: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "rnp"
| #define PACKAGE_TARNAME "rnp"
| #define PACKAGE_VERSION "0.8.0~"
| #define PACKAGE_STRING "rnp 0.8.0~"
| #define PACKAGE_BUGREPORT "Ribose Inc. <packaging@ribose.com>"
| #define PACKAGE_URL ""
| #define GIT_REVISION "f45f254"
| #define PACKAGE "rnp"
| #define VERSION "0.8.0~"
| #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 STDC_HEADERS 1
| #define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_BZLIB_H 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_BOTAN_HAS_AES 1
| #define HAVE_DECL_BOTAN_HAS_CAMELLIA 1
| #define HAVE_DECL_BOTAN_HAS_IDEA 1
| #define HAVE_DECL_BOTAN_HAS_BLOWFISH 1
| #define HAVE_DECL_BOTAN_HAS_TWOFISH 1
| #define HAVE_DECL_BOTAN_HAS_CAST 1
| #define HAVE_DECL_BOTAN_HAS_MD5 1
| #define HAVE_DECL_BOTAN_HAS_SHA1 1
| #define HAVE_DECL_BOTAN_HAS_SHA2_32 1
| #define HAVE_DECL_BOTAN_HAS_SHA2_64 1
| #define HAVE_DECL_BOTAN_HAS_RSA 1
| #define HAVE_DECL_BOTAN_HAS_EMSA_PKCS1 1
| #define HAVE_DECL_BOTAN_HAS_PGP_S2K 1
| #define HAVE_DECL_BOTAN_HAS_SM2 1
| #define HAVE_DECL_BOTAN_HAS_SM4 1
| #define HAVE_DECL_BOTAN_HAS_ED25519 1
| #define HAVE_DECL_BOTAN_HAS_ECDSA 1
| #define HAVE_DECL_BOTAN_HAS_ECDH 1
| #define HAVE_DECL_BOTAN_HAS_HMAC 1
| #define HAVE_DECL_BOTAN_HAS_SP800_56A 1
| #define HAVE_DECL_BOTAN_HAS_ELGAMAL 1
| #define HAVE_DECL_BOTAN_HAS_DSA 1
| #define HAVE_DECL_BOTAN_HAS_MODE_CBC 1
| #define HAVE_DECL_BOTAN_HAS_MODE_CFB 1
| #define HAVE_DECL_BOTAN_HAS_CRC24 1
| #define HAVE_DECL_BOTAN_HAS_SHA3 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gzopen ();
| int
| main ()
| {
| return gzopen ();
| ;
| return 0;
| }
configure:15336: gcc -o conftest -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE -L/usr/local/opt/openssl/lib conftest.c -lz >&5
configure:15336: $? = 0
configure:15353: result: -lz
configure:15363: checking for library containing BZ2_bzDecompress
configure:15394: gcc -o conftest -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE -L/usr/local/opt/openssl/lib conftest.c -lz >&5
Undefined symbols for architecture x86_64:
"_BZ2_bzDecompress", referenced from:
_main in conftest-10e6c6.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:15394: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "rnp"
| #define PACKAGE_TARNAME "rnp"
| #define PACKAGE_VERSION "0.8.0~"
| #define PACKAGE_STRING "rnp 0.8.0~"
| #define PACKAGE_BUGREPORT "Ribose Inc. <packaging@ribose.com>"
| #define PACKAGE_URL ""
| #define GIT_REVISION "f45f254"
| #define PACKAGE "rnp"
| #define VERSION "0.8.0~"
| #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 STDC_HEADERS 1
| #define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_BZLIB_H 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_BOTAN_HAS_AES 1
| #define HAVE_DECL_BOTAN_HAS_CAMELLIA 1
| #define HAVE_DECL_BOTAN_HAS_IDEA 1
| #define HAVE_DECL_BOTAN_HAS_BLOWFISH 1
| #define HAVE_DECL_BOTAN_HAS_TWOFISH 1
| #define HAVE_DECL_BOTAN_HAS_CAST 1
| #define HAVE_DECL_BOTAN_HAS_MD5 1
| #define HAVE_DECL_BOTAN_HAS_SHA1 1
| #define HAVE_DECL_BOTAN_HAS_SHA2_32 1
| #define HAVE_DECL_BOTAN_HAS_SHA2_64 1
| #define HAVE_DECL_BOTAN_HAS_RSA 1
| #define HAVE_DECL_BOTAN_HAS_EMSA_PKCS1 1
| #define HAVE_DECL_BOTAN_HAS_PGP_S2K 1
| #define HAVE_DECL_BOTAN_HAS_SM2 1
| #define HAVE_DECL_BOTAN_HAS_SM4 1
| #define HAVE_DECL_BOTAN_HAS_ED25519 1
| #define HAVE_DECL_BOTAN_HAS_ECDSA 1
| #define HAVE_DECL_BOTAN_HAS_ECDH 1
| #define HAVE_DECL_BOTAN_HAS_HMAC 1
| #define HAVE_DECL_BOTAN_HAS_SP800_56A 1
| #define HAVE_DECL_BOTAN_HAS_ELGAMAL 1
| #define HAVE_DECL_BOTAN_HAS_DSA 1
| #define HAVE_DECL_BOTAN_HAS_MODE_CBC 1
| #define HAVE_DECL_BOTAN_HAS_MODE_CFB 1
| #define HAVE_DECL_BOTAN_HAS_CRC24 1
| #define HAVE_DECL_BOTAN_HAS_SHA3 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char BZ2_bzDecompress ();
| int
| main ()
| {
| return BZ2_bzDecompress ();
| ;
| return 0;
| }
configure:15394: gcc -o conftest -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE -L/usr/local/opt/openssl/lib conftest.c -lbz2 -lz >&5
configure:15394: $? = 0
configure:15411: result: -lbz2
configure:15543: checking that generated files are newer than configure
configure:15549: result: done
configure:15580: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by rnp config.status 0.8.0~, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on kamyczeq
config.status:1154: creating Makefile
config.status:1154: creating include/Makefile
config.status:1154: creating src/Makefile
config.status:1154: creating src/librepgp/Makefile
config.status:1154: creating src/librekey/Makefile
config.status:1154: creating src/lib/Makefile
config.status:1154: creating src/rnp/Makefile
config.status:1154: creating src/rnpkeys/Makefile
config.status:1154: creating src/tests/Makefile
config.status:1154: creating src/fuzzing/Makefile
config.status:1154: creating src/apps/Makefile
config.status:1154: creating src/apps/packet-dumper/Makefile
config.status:1154: creating tests/Makefile
config.status:1154: creating tests/atlocal
config.status:1154: creating src/lib/config.h
config.status:1383: executing depfiles commands
config.status:1460: cd src/librepgp && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
config.status:1465: $? = 0
config.status:1460: cd src/librekey && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
config.status:1465: $? = 0
config.status:1460: cd src/lib && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
config.status:1465: $? = 0
config.status:1460: cd src/rnp && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
config.status:1465: $? = 0
config.status:1460: cd src/rnpkeys && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
config.status:1465: $? = 0
config.status:1460: cd src/tests && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
config.status:1465: $? = 0
config.status:1460: cd src/fuzzing && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
config.status:1465: $? = 0
config.status:1460: cd src/apps/packet-dumper && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
config.status:1465: $? = 0
config.status:1383: executing libtool commands
config.status:1383: executing tests/atconfig commands
configure:17765: === Configuration results ===
configure:17767: Version: 0.8.0~
configure:17769: Git revision: f45f254
configure:17771: C compiler: gcc
configure:17773: Warning CFLAGS: -Werror -Wall -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes
configure:17775: =============================
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin17.5.0
ac_cv_c_compiler_gnu=yes
ac_cv_c_uint16_t=yes
ac_cv_c_uint32_t=yes
ac_cv_c_uint64_t=yes
ac_cv_c_uint8_t=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=' -I/usr/local/opt/openssl/include'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=' -L/usr/local/opt/openssl/lib'
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_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_have_decl_BOTAN_HAS_AES=yes
ac_cv_have_decl_BOTAN_HAS_BLOWFISH=yes
ac_cv_have_decl_BOTAN_HAS_CAMELLIA=yes
ac_cv_have_decl_BOTAN_HAS_CAST=yes
ac_cv_have_decl_BOTAN_HAS_CRC24=yes
ac_cv_have_decl_BOTAN_HAS_DSA=yes
ac_cv_have_decl_BOTAN_HAS_ECDH=yes
ac_cv_have_decl_BOTAN_HAS_ECDSA=yes
ac_cv_have_decl_BOTAN_HAS_ED25519=yes
ac_cv_have_decl_BOTAN_HAS_ELGAMAL=yes
ac_cv_have_decl_BOTAN_HAS_EMSA_PKCS1=yes
ac_cv_have_decl_BOTAN_HAS_HMAC=yes
ac_cv_have_decl_BOTAN_HAS_IDEA=yes
ac_cv_have_decl_BOTAN_HAS_MD5=yes
ac_cv_have_decl_BOTAN_HAS_MODE_CBC=yes
ac_cv_have_decl_BOTAN_HAS_MODE_CFB=yes
ac_cv_have_decl_BOTAN_HAS_PGP_S2K=yes
ac_cv_have_decl_BOTAN_HAS_RSA=yes
ac_cv_have_decl_BOTAN_HAS_SHA1=yes
ac_cv_have_decl_BOTAN_HAS_SHA2_32=yes
ac_cv_have_decl_BOTAN_HAS_SHA2_64=yes
ac_cv_have_decl_BOTAN_HAS_SHA3=yes
ac_cv_have_decl_BOTAN_HAS_SM2=yes
ac_cv_have_decl_BOTAN_HAS_SM4=yes
ac_cv_have_decl_BOTAN_HAS_SP800_56A=yes
ac_cv_have_decl_BOTAN_HAS_TWOFISH=yes
ac_cv_header_CommonCrypto_CommonDigest_h=yes
ac_cv_header_bzlib_h=yes
ac_cv_header_direct_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_dmalloc_h=no
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_malloc_h=no
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_cdefs_h=yes
ac_cv_header_sys_file_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_uio_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_zlib_h=yes
ac_cv_host=x86_64-apple-darwin17.5.0
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_PKG_CONFIG=/usr/local/bin/pkg-config
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
ac_cv_prog_ac_ct_LIPO=lipo
ac_cv_prog_ac_ct_NMEDIT=nmedit
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_OTOOL=otool
ac_cv_prog_ac_ct_PKG_CONFIG=pkg-config
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_make_make_set=yes
ac_cv_search_BZ2_bzDecompress=-lbz2
ac_cv_search_dlopen='none required'
ac_cv_search_gzopen=-lz
ac_cv_type_long_long_int=yes
ac_cv_type_size_t=yes
ac_cv_type_unsigned_long_long_int=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_ar_interface=ar
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
ax_cv_check_cflags___D_GNU_SOURCE=yes
ax_cv_check_cflags___std_c11=yes
lt_cv_apple_cc_single_mod=yes
lt_cv_ar_at_file=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_exported_symbols_list=yes
lt_cv_ld_force_load=yes
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/Library/Developer/CommandLineTools/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fno-common -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_gnu_ld=no
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_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/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=196608
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /Users/skale/Projekty/ribose/rnp/buildaux/missing aclocal-1.16'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /Users/skale/Projekty/ribose/rnp/buildaux/missing autoconf'
AUTOHEADER='${SHELL} /Users/skale/Projekty/ribose/rnp/buildaux/missing autoheader'
AUTOM4TE='${SHELL} /Users/skale/Projekty/ribose/rnp/buildaux/missing autom4te'
AUTOMAKE='${SHELL} /Users/skale/Projekty/ribose/rnp/buildaux/missing automake-1.16'
AWK='awk'
BOTAN_INCLUDES='-I/usr/local/Cellar/botan/2.6.0/include/botan-2'
BOTAN_LDFLAGS='-L/usr/local/Cellar/botan/2.6.0/lib'
BOTAN_LIBS='-lbotan-2'
CANONICAL_HOST='x86_64-apple-darwin17.5.0'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS=' -I/usr/local/opt/openssl/include -std=c11 -D_GNU_SOURCE'
CMOCKA_INCLUDES='-I/usr/local/Cellar/cmocka/1.1.1/include'
CMOCKA_LDFLAGS='-L/usr/local/Cellar/cmocka/1.1.1/lib'
CMOCKA_LIBS='-lcmocka'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
FGREP='/usr/bin/grep -F'
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
JSONC_INCLUDES='-I/usr/local/Cellar/json-c/0.12.1/include/json-c'
JSONC_LDFLAGS='-L/usr/local/Cellar/json-c/0.12.1/lib'
JSONC_LIBS='-ljson-c'
LD='/Library/Developer/CommandLineTools/usr/bin/ld'
LDFLAGS=' -L/usr/local/opt/openssl/lib'
LIBOBJS=''
LIBS='-lbz2 -lz '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO='lipo'
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /Users/skale/Projekty/ribose/rnp/buildaux/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='buildaux/install-sh -c -d'
NM='/usr/bin/nm -B'
NMEDIT='nmedit'
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=':'
OTOOL='otool'
PACKAGE='rnp'
PACKAGE_BUGREPORT='Ribose Inc. <packaging@ribose.com>'
PACKAGE_NAME='rnp'
PACKAGE_STRING='rnp 0.8.0~'
PACKAGE_TARNAME='rnp'
PACKAGE_URL=''
PACKAGE_VERSION='0.8.0~'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/local/bin/pkg-config'
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='0.8.0~'
WARNCFLAGS='-Werror -Wall -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes'
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-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin17.5.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin17.5.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-apple-darwin17.5.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin17.5.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /Users/skale/Projekty/ribose/rnp/buildaux/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='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "rnp"
#define PACKAGE_TARNAME "rnp"
#define PACKAGE_VERSION "0.8.0~"
#define PACKAGE_STRING "rnp 0.8.0~"
#define PACKAGE_BUGREPORT "Ribose Inc. <packaging@ribose.com>"
#define PACKAGE_URL ""
#define GIT_REVISION "f45f254"
#define PACKAGE "rnp"
#define VERSION "0.8.0~"
#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 STDC_HEADERS 1
#define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
#define HAVE_ERRNO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIMITS_H 1
#define HAVE_ZLIB_H 1
#define HAVE_SYS_CDEFS_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_BZLIB_H 1
#define HAVE_UNSIGNED_LONG_LONG_INT 1
#define HAVE_LONG_LONG_INT 1
#define HAVE_DECL_BOTAN_HAS_AES 1
#define HAVE_DECL_BOTAN_HAS_CAMELLIA 1
#define HAVE_DECL_BOTAN_HAS_IDEA 1
#define HAVE_DECL_BOTAN_HAS_BLOWFISH 1
#define HAVE_DECL_BOTAN_HAS_TWOFISH 1
#define HAVE_DECL_BOTAN_HAS_CAST 1
#define HAVE_DECL_BOTAN_HAS_MD5 1
#define HAVE_DECL_BOTAN_HAS_SHA1 1
#define HAVE_DECL_BOTAN_HAS_SHA2_32 1
#define HAVE_DECL_BOTAN_HAS_SHA2_64 1
#define HAVE_DECL_BOTAN_HAS_RSA 1
#define HAVE_DECL_BOTAN_HAS_EMSA_PKCS1 1
#define HAVE_DECL_BOTAN_HAS_PGP_S2K 1
#define HAVE_DECL_BOTAN_HAS_SM2 1
#define HAVE_DECL_BOTAN_HAS_SM4 1
#define HAVE_DECL_BOTAN_HAS_ED25519 1
#define HAVE_DECL_BOTAN_HAS_ECDSA 1
#define HAVE_DECL_BOTAN_HAS_ECDH 1
#define HAVE_DECL_BOTAN_HAS_HMAC 1
#define HAVE_DECL_BOTAN_HAS_SP800_56A 1
#define HAVE_DECL_BOTAN_HAS_ELGAMAL 1
#define HAVE_DECL_BOTAN_HAS_DSA 1
#define HAVE_DECL_BOTAN_HAS_MODE_CBC 1
#define HAVE_DECL_BOTAN_HAS_MODE_CFB 1
#define HAVE_DECL_BOTAN_HAS_CRC24 1
#define HAVE_DECL_BOTAN_HAS_SHA3 1
configure: exit 0
git clone git@github.com:riboseinc/rnp.git
./build_macos.sh
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment