Files
emacs/lisp/zmq/src/config.log

685 lines
24 KiB
Plaintext

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by emacs-zmq configure 1.0.0, which was
generated by GNU Autoconf 2.72. Invocation command line was
$ ./configure CPPFLAGS= --prefix=/home/daniel/repos/emacs-conf/lisp/zmq --enable-shared=emacs-zmq --enable-static=zeromq --without-docs --enable-drafts=yes --enable-libunwind=no --disable-curve-keygen --disable-perf --disable-eventfd
## --------- ##
## Platform. ##
## --------- ##
hostname = daniel-pc
uname -m = x86_64
uname -r = 6.8.8-arch1-1
uname -s = Linux
uname -v = #1 SMP PREEMPT_DYNAMIC Sun, 28 Apr 2024 15:59:47 +0000
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/daniel/.basher/cellar/bin/
PATH: /home/daniel/.basher/bin/
PATH: /usr/local/go/bin/
PATH: /home/daniel/Sync/dotfiles/aa-pc/.local/bin/
PATH: /home/daniel/Sync/dotfiles/.local/bin/
PATH: /home/daniel/.local/bin/
PATH: /home/daniel/.bin/
PATH: /usr/sbin/
PATH: /sbin/
PATH: /usr/local/sbin/
PATH: /usr/local/bin/
PATH: /usr/bin/
PATH: /opt/cuda/bin/
PATH: /opt/cuda/nsight_compute/
PATH: /opt/cuda/nsight_systems/bin/
PATH: /home/daniel/.dotnet/tools/
PATH: /usr/lib/jvm/default/bin/
PATH: /usr/bin/site_perl/
PATH: /usr/bin/vendor_perl/
PATH: /usr/bin/core_perl/
PATH: /home/daniel/salome_meca/appli_V2020.0.1_universal_universal/
PATH: /home/daniel/go/bin/
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2397: looking for aux files: ltmain.sh config.guess config.sub ar-lib compile missing install-sh
configure:2410: trying ./
configure:2439: ./ltmain.sh found
configure:2439: ./config.guess found
configure:2439: ./config.sub found
configure:2439: ./ar-lib found
configure:2439: ./compile found
configure:2439: ./missing found
configure:2421: ./install-sh found
configure:2572: 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:2873: checking for a race-free mkdir -p
configure:2916: result: /usr/sbin/mkdir -p
configure:2923: checking for gawk
configure:2944: found /usr/sbin/gawk
configure:2956: result: gawk
configure:2967: checking whether make sets $(MAKE)
configure:2991: result: yes
configure:3021: checking whether make supports nested variables
configure:3040: result: yes
configure:3239: checking for gcc
configure:3260: found /usr/sbin/gcc
configure:3272: result: gcc
configure:3631: checking for C compiler version
configure:3640: gcc --version >&5
gcc (GCC) 13.2.1 20240417
Copyright (C) 2023 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:3651: $? = 0
configure:3640: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 13.2.1 20240417 (GCC)
configure:3651: $? = 0
configure:3640: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3651: $? = 1
configure:3640: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3651: $? = 1
configure:3640: gcc -version >&5
gcc: error: unrecognized command-line option '-version'
gcc: fatal error: no input files
compilation terminated.
configure:3651: $? = 1
configure:3671: checking whether the C compiler works
configure:3693: gcc conftest.c >&5
configure:3697: $? = 0
configure:3748: result: yes
configure:3752: checking for C compiler default output file name
configure:3754: result: a.out
configure:3760: checking for suffix of executables
configure:3767: gcc -o conftest conftest.c >&5
configure:3771: $? = 0
configure:3795: result:
configure:3819: checking whether we are cross compiling
configure:3827: gcc -o conftest conftest.c >&5
configure:3831: $? = 0
configure:3838: ./conftest
configure:3842: $? = 0
configure:3857: result: no
configure:3863: checking for suffix of object files
configure:3886: gcc -c conftest.c >&5
configure:3890: $? = 0
configure:3914: result: o
configure:3918: checking whether the compiler supports GNU C
configure:3938: gcc -c conftest.c >&5
configure:3938: $? = 0
configure:3950: result: yes
configure:3961: checking whether gcc accepts -g
configure:3982: gcc -c -g conftest.c >&5
configure:3982: $? = 0
configure:4029: result: yes
configure:4049: checking for gcc option to enable C11 features
configure:4064: gcc -c -g -O2 conftest.c >&5
configure:4064: $? = 0
configure:4083: result: none needed
configure:4207: checking whether gcc understands -c and -o together
configure:4230: gcc -c conftest.c -o conftest2.o
configure:4233: $? = 0
configure:4230: gcc -c conftest.c -o conftest2.o
configure:4233: $? = 0
configure:4246: result: yes
configure:4266: checking whether make supports the include directive
configure:4281: make -f confmf.GNU && cat confinc.out
make[2]: Entering directory '/home/daniel/repos/emacs-conf/lisp/zmq/src'
make[2]: Leaving directory '/home/daniel/repos/emacs-conf/lisp/zmq/src'
this is the am__doit target
configure:4284: $? = 0
configure:4303: result: yes (GNU style)
configure:4329: checking dependency style of gcc
configure:4442: result: gcc3
configure:4514: checking for ar
configure:4535: found /usr/sbin/ar
configure:4547: result: ar
configure:4573: checking the archiver (ar) interface
configure:4590: gcc -c -g -O2 conftest.c >&5
configure:4590: $? = 0
configure:4593: ar cru libconftest.a conftest.o >&5
ar: `u' modifier ignored since `D' is the default (see `U')
configure:4596: $? = 0
configure:4625: result: ar
configure:4651: checking build system type
configure:4667: result: x86_64-pc-linux-gnu
configure:4687: checking host system type
configure:4702: result: x86_64-pc-linux-gnu
configure:4783: checking for pkg-config
configure:4806: found /usr/sbin/pkg-config
configure:4819: result: /usr/sbin/pkg-config
configure:4844: checking pkg-config is at least version 0.9.0
configure:4847: result: yes
configure:4857: checking for libzmq
configure:4864: $PKG_CONFIG --exists --print-errors "libzmq"
configure:4867: $? = 0
configure:4881: $PKG_CONFIG --exists --print-errors "libzmq"
configure:4884: $? = 0
configure:4930: result: yes
configure:4933: checking for library containing zmq_poller_new
configure:4969: gcc -o conftest -g -O2 conftest.c >&5
/usr/sbin/ld: /tmp/ccL2xWUv.o: in function `main':
/home/daniel/repos/emacs-conf/lisp/zmq/src/conftest.c:25:(.text.startup+0x5): undefined reference to `zmq_poller_new'
collect2: error: ld returned 1 exit status
configure:4969: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs-zmq"
| #define PACKAGE_TARNAME "emacs-zmq"
| #define PACKAGE_VERSION "1.0.0"
| #define PACKAGE_STRING "emacs-zmq 1.0.0"
| #define PACKAGE_BUGREPORT "nathanielnicandro@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "emacs-zmq"
| #define VERSION "1.0.0"
| /* 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.
| The 'extern "C"' is for builds by C++ compilers;
| although this is not generally supported in C code supporting it here
| has little cost and some practical benefit (sr 110532). */
| #ifdef __cplusplus
| extern "C"
| #endif
| char zmq_poller_new (void);
| int
| main (void)
| {
| return zmq_poller_new ();
| ;
| return 0;
| }
configure:4969: gcc -o conftest -g -O2 conftest.c -lzmq >&5
configure:4969: $? = 0
configure:4991: result: -lzmq
configure:5136: checking how to print strings
configure:5163: result: printf
configure:5184: checking for a sed that does not truncate output
configure:5256: result: /usr/sbin/sed
configure:5274: checking for grep that handles long lines and -e
configure:5340: result: /usr/sbin/grep
configure:5345: checking for egrep
configure:5415: result: /usr/sbin/grep -E
configure:5422: checking for fgrep
configure:5492: result: /usr/sbin/grep -F
configure:5529: checking for ld used by gcc
configure:5598: result: /usr/sbin/ld
configure:5605: checking if the linker (/usr/sbin/ld) is GNU ld
configure:5622: result: yes
configure:5634: checking for BSD- or MS-compatible name lister (nm)
configure:5690: result: /usr/sbin/nm -B
configure:5832: checking the name lister (/usr/sbin/nm -B) interface
configure:5840: gcc -c -g -O2 conftest.c >&5
configure:5843: /usr/sbin/nm -B "conftest.o"
configure:5846: output
0000000000000000 B some_variable
configure:5854: result: BSD nm
configure:5857: checking whether ln -s works
configure:5861: result: yes
configure:5869: checking the maximum length of command line arguments
configure:6002: result: 1572864
configure:6050: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
configure:6092: result: func_convert_file_noop
configure:6099: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
configure:6121: result: func_convert_file_noop
configure:6128: checking for /usr/sbin/ld option to reload object files
configure:6137: result: -r
configure:6217: checking for file
configure:6238: found /usr/sbin/file
configure:6250: result: file
configure:6327: checking for objdump
configure:6348: found /usr/sbin/objdump
configure:6360: result: objdump
configure:6389: checking how to recognize dependent libraries
configure:6591: result: pass_all
configure:6682: checking for dlltool
configure:6718: result: no
configure:6745: checking how to associate runtime and link libraries
configure:6774: result: printf %s\n
configure:6926: checking for archiver @FILE support
configure:6944: gcc -c -g -O2 conftest.c >&5
configure:6944: $? = 0
configure:6948: ar cr libconftest.a @conftest.lst >&5
configure:6951: $? = 0
configure:6956: ar cr libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:6959: $? = 1
configure:6972: result: @
configure:7036: checking for strip
configure:7057: found /usr/sbin/strip
configure:7069: result: strip
configure:7147: checking for ranlib
configure:7168: found /usr/sbin/ranlib
configure:7180: result: ranlib
configure:7282: checking command to parse /usr/sbin/nm -B output from gcc object
configure:7436: gcc -c -g -O2 conftest.c >&5
configure:7439: $? = 0
configure:7443: /usr/sbin/nm -B conftest.o \| /usr/sbin/sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /usr/sbin/sed '/ __gnu_lto/d' \> conftest.nm
configure:7446: $? = 0
configure:7512: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:7515: $? = 0
configure:7554: result: ok
configure:7601: checking for sysroot
configure:7633: result: no
configure:7640: checking for a working dd
configure:7685: result: /usr/sbin/dd
configure:7689: checking how to truncate binary pipes
configure:7706: result: /usr/sbin/dd bs=4096 count=1
configure:7843: gcc -c -g -O2 conftest.c >&5
configure:7846: $? = 0
configure:8046: checking for mt
configure:8082: result: no
configure:8102: checking if : is a manifest tool
configure:8109: : '-?'
configure:8118: result: no
configure:8857: checking for stdio.h
configure:8857: gcc -c -g -O2 conftest.c >&5
configure:8857: $? = 0
configure:8857: result: yes
configure:8857: checking for stdlib.h
configure:8857: gcc -c -g -O2 conftest.c >&5
configure:8857: $? = 0
configure:8857: result: yes
configure:8857: checking for string.h
configure:8857: gcc -c -g -O2 conftest.c >&5
configure:8857: $? = 0
configure:8857: result: yes
configure:8857: checking for inttypes.h
configure:8857: gcc -c -g -O2 conftest.c >&5
configure:8857: $? = 0
configure:8857: result: yes
configure:8857: checking for stdint.h
configure:8857: gcc -c -g -O2 conftest.c >&5
configure:8857: $? = 0
configure:8857: result: yes
configure:8857: checking for strings.h
configure:8857: gcc -c -g -O2 conftest.c >&5
configure:8857: $? = 0
configure:8857: result: yes
configure:8857: checking for sys/stat.h
configure:8857: gcc -c -g -O2 conftest.c >&5
configure:8857: $? = 0
configure:8857: result: yes
configure:8857: checking for sys/types.h
configure:8857: gcc -c -g -O2 conftest.c >&5
configure:8857: $? = 0
configure:8857: result: yes
configure:8857: checking for unistd.h
configure:8857: gcc -c -g -O2 conftest.c >&5
configure:8857: $? = 0
configure:8857: result: yes
configure:8882: checking for dlfcn.h
configure:8882: gcc -c -g -O2 conftest.c >&5
configure:8882: $? = 0
configure:8882: result: yes
configure:9479: checking for objdir
configure:9496: result: .libs
configure:9762: checking if gcc supports -fno-rtti -fno-exceptions
configure:9781: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
configure:9785: $? = 0
configure:9799: result: no
configure:10157: checking for gcc option to produce PIC
configure:10166: result: -fPIC -DPIC
configure:10174: checking if gcc PIC flag -fPIC -DPIC works
configure:10193: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:10197: $? = 0
configure:10211: result: yes
configure:10240: checking if gcc static flag -static works
configure:10270: result: no
configure:10285: checking if gcc supports -c -o file.o
configure:10307: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:10311: $? = 0
configure:10334: result: yes
configure:10342: checking if gcc supports -c -o file.o
configure:10391: result: yes
configure:10424: checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries
configure:11697: result: yes
configure:11734: checking whether -lc should be explicitly linked in
configure:11743: gcc -c -g -O2 conftest.c >&5
configure:11746: $? = 0
configure:11761: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
configure:11764: $? = 0
configure:11779: result: no
configure:11939: checking dynamic linker characteristics
configure:12521: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c -lzmq >&5
configure:12521: $? = 0
configure:12761: result: GNU/Linux ld.so
configure:12883: checking how to hardcode library paths into programs
configure:12908: result: immediate
configure:13508: checking whether stripping libraries is possible
configure:13517: result: yes
configure:13559: checking if libtool supports shared libraries
configure:13561: result: yes
configure:13564: checking whether to build shared libraries
configure:13589: result: yes
configure:13592: checking whether to build static libraries
configure:13596: result: no
configure:13770: checking that generated files are newer than configure
configure:13776: result: done
configure:13807: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by emacs-zmq config.status 1.0.0, which was
generated by GNU Autoconf 2.72. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on daniel-pc
config.status:1022: creating Makefile
config.status:1194: executing depfiles commands
config.status:1271: cd . && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
make[2]: Entering directory '/home/daniel/repos/emacs-conf/lisp/zmq/src'
make[2]: Leaving directory '/home/daniel/repos/emacs-conf/lisp/zmq/src'
config.status:1276: $? = 0
config.status:1194: executing libtool commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-pc-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=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
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_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_ZMQ_CFLAGS_set=
ac_cv_env_ZMQ_CFLAGS_value=
ac_cv_env_ZMQ_LIBS_set=
ac_cv_env_ZMQ_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_EGREP='/usr/sbin/grep -E'
ac_cv_path_EGREP_TRADITIONAL='/usr/sbin/grep -E'
ac_cv_path_FGREP='/usr/sbin/grep -F'
ac_cv_path_GREP=/usr/sbin/grep
ac_cv_path_SED=/usr/sbin/sed
ac_cv_path_ac_pt_PKG_CONFIG=/usr/sbin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/usr/sbin/dd
ac_cv_path_mkdir=/usr/sbin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_FILECMD=file
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_c11=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_make_make_set=yes
ac_cv_search_zmq_poller_new=-lzmq
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
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=/usr/sbin/ld
lt_cv_path_NM='/usr/sbin/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=yes
lt_cv_sys_global_symbol_pipe='/usr/sbin/sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | /usr/sbin/sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='/usr/sbin/sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='/usr/sbin/sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='/usr/sbin/sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
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
lt_cv_truncate_bin='/usr/sbin/dd bs=4096 count=1'
pkg_cv_ZMQ_CFLAGS='-DZMQ_BUILD_DRAFT_API=1 -I/usr/include/p11-kit-1 -I/usr/include/pgm-5.3'
pkg_cv_ZMQ_LIBS=-lzmq
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} '\''/home/daniel/repos/emacs-conf/lisp/zmq/src/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'
AS='as'
AUTOCONF='${SHELL} '\''/home/daniel/repos/emacs-conf/lisp/zmq/src/missing'\'' autoconf'
AUTOHEADER='${SHELL} '\''/home/daniel/repos/emacs-conf/lisp/zmq/src/missing'\'' autoheader'
AUTOMAKE='${SHELL} '\''/home/daniel/repos/emacs-conf/lisp/zmq/src/missing'\'' automake-1.16'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPPFLAGS=''
CSCOPE='cscope'
CTAGS='ctags'
CYGPATH_W='echo'
DEFS='-DPACKAGE_NAME=\"emacs-zmq\" -DPACKAGE_TARNAME=\"emacs-zmq\" -DPACKAGE_VERSION=\"1.0.0\" -DPACKAGE_STRING=\"emacs-zmq\ 1.0.0\" -DPACKAGE_BUGREPORT=\"nathanielnicandro@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"emacs-zmq\" -DVERSION=\"1.0.0\" -DZMQ_BUILD_DRAFT_API=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/sbin/grep -E'
ETAGS='etags'
EXEEXT=''
FGREP='/usr/sbin/grep -F'
FILECMD='file'
GREP='/usr/sbin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/sbin/ld -m elf_x86_64'
LDFLAGS=''
LIBOBJS=''
LIBS='-lzmq '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAKEINFO='${SHELL} '\''/home/daniel/repos/emacs-conf/lisp/zmq/src/missing'\'' makeinfo'
MANIFEST_TOOL=':'
MAYBE_LIBZMQ=''
MKDIR_P='/usr/sbin/mkdir -p'
MODULE_EXT='.so'
NM='/usr/sbin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='emacs-zmq'
PACKAGE_BUGREPORT='nathanielnicandro@gmail.com'
PACKAGE_NAME='emacs-zmq'
PACKAGE_STRING='emacs-zmq 1.0.0'
PACKAGE_TARNAME='emacs-zmq'
PACKAGE_URL=''
PACKAGE_VERSION='1.0.0'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/sbin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
RANLIB='ranlib'
SED='/usr/sbin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='1.0.0'
WINDOWS_FALSE=''
WINDOWS_TRUE='#'
ZMQ_BUILD_LOCALLY_FALSE=''
ZMQ_BUILD_LOCALLY_TRUE='#'
ZMQ_CFLAGS='-DZMQ_BUILD_DRAFT_API=1 -I/usr/include/p11-kit-1 -I/usr/include/pgm-5.3'
ZMQ_LIBS='-lzmq'
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-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/daniel/repos/emacs-conf/lisp/zmq/src/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='/home/daniel/repos/emacs-conf/lisp/zmq'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=''
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "emacs-zmq"
#define PACKAGE_TARNAME "emacs-zmq"
#define PACKAGE_VERSION "1.0.0"
#define PACKAGE_STRING "emacs-zmq 1.0.0"
#define PACKAGE_BUGREPORT "nathanielnicandro@gmail.com"
#define PACKAGE_URL ""
#define PACKAGE "emacs-zmq"
#define VERSION "1.0.0"
#define ZMQ_BUILD_DRAFT_API 1
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define STDC_HEADERS 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
configure: exit 0