Skip to content

Instantly share code, notes, and snippets.

@nick96
Last active September 1, 2017 11:53
Show Gist options
  • Save nick96/cddd05d4f99bfa36b8d098ffa8231038 to your computer and use it in GitHub Desktop.
Save nick96/cddd05d4f99bfa36b8d098ffa8231038 to your computer and use it in GitHub Desktop.
Output of export and contents of config.log for debugging Irssi build
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by irssi configure 1.1-head, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = nspain
uname -m = x86_64
uname -r = 14.5.0
uname -s = Darwin
uname -v = Darwin Kernel Version 14.5.0: Sun Jun 4 21:40:08 PDT 2017; root:xnu-2782.70.3~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 14.5.0: Sun Jun 4 21:40:08 PDT 2017; root:xnu-2782.70.3~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: 204 tasks, 823 threads, 4 processors
Load average: 1.27, Mach factor: 2.72
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /Users/nickspain/.nix-profile/bin
PATH: /Users/nickspain/.nix-profile/sbin
PATH: /Users/nickspain/.opam/system/bin
PATH: /usr/local/bin
PATH: /Users/nickspain/usr/local/Cellar/python3/3.6.1/bin
PATH: /Users/nickspain/.rvm/bin
PATH: /Users/nickspain/.rvm/gems/ruby-2.2.1/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/sbin
PATH: /usr/local/Cellar/python/2.7.13/bin/
PATH: /usr/texbin
PATH: /Users/nickspain/.cargo/bin
PATH: /Users/nickspain/.local/bin
PATH: /Users/nickspain/dropbox/python/python-quickstart/bin
PATH: /usr/local/opt/glassfish/libexec/bin
PATH: ~/.pub-cache/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2592: checking for a BSD-compatible install
configure:2660: result: /usr/bin/install -c
configure:2671: checking whether build environment is sane
configure:2726: result: yes
configure:2877: checking for a thread-safe mkdir -p
configure:2916: result: build-aux/install-sh -c -d
configure:2923: checking for gawk
configure:2939: found /usr/local/bin/gawk
configure:2950: result: gawk
configure:2961: checking whether make sets $(MAKE)
configure:2983: result: yes
configure:3012: checking whether make supports nested variables
configure:3029: result: yes
configure:3158: checking whether make supports nested variables
configure:3175: result: yes
configure:3188: checking whether to enable maintainer-specific portions of Makefiles
configure:3197: result: no
configure:3259: checking for gcc
configure:3275: found /usr/local/bin/gcc
configure:3286: result: gcc
configure:3515: checking for C compiler version
configure:3524: gcc --version >&5
gcc (Homebrew GCC 5.4.0_1) 5.4.0
Copyright (C) 2015 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:3535: $? = 0
configure:3524: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/local/Cellar/gcc@5/5.4.0_1/libexec/gcc/x86_64-apple-darwin14.5.0/5.4.0/lto-wrapper
Target: x86_64-apple-darwin14.5.0
Configured with: ../configure --build=x86_64-apple-darwin14.5.0 --prefix=/usr/local/Cellar/gcc@5/5.4.0_1 --libdir=/usr/local/Cellar/gcc@5/5.4.0_1/lib/gcc/5 --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-5 --with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr --with-mpc=/usr/local/opt/libmpc --with-isl=/usr/local/opt/isl@0.14 --with-system-zlib --enable-libstdcxx-time=yes --enable-stage1-checking --enable-checking=release --enable-lto --disable-werror --with-pkgversion='Homebrew GCC 5.4.0_1' --with-bugurl=https://github.com/Homebrew/homebrew-core/issues --enable-plugin --disable-nls --enable-multilib
Thread model: posix
gcc version 5.4.0 (Homebrew GCC 5.4.0_1)
configure:3535: $? = 0
configure:3524: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3535: $? = 1
configure:3524: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3535: $? = 1
configure:3555: checking whether the C compiler works
configure:3577: gcc conftest.c >&5
configure:3581: $? = 0
configure:3629: result: yes
configure:3632: checking for C compiler default output file name
configure:3634: result: a.out
configure:3640: checking for suffix of executables
configure:3647: gcc -o conftest conftest.c >&5
configure:3651: $? = 0
configure:3673: result:
configure:3695: checking whether we are cross compiling
configure:3703: gcc -o conftest conftest.c >&5
configure:3707: $? = 0
configure:3714: ./conftest
configure:3718: $? = 0
configure:3733: result: no
configure:3738: checking for suffix of object files
configure:3760: gcc -c conftest.c >&5
configure:3764: $? = 0
configure:3785: result: o
configure:3789: checking whether we are using the GNU C compiler
configure:3808: gcc -c conftest.c >&5
configure:3808: $? = 0
configure:3817: result: yes
configure:3826: checking whether gcc accepts -g
configure:3846: gcc -c -g conftest.c >&5
configure:3846: $? = 0
configure:3887: result: yes
configure:3904: checking for gcc option to accept ISO C89
configure:3967: gcc -c -g -O2 conftest.c >&5
configure:3967: $? = 0
configure:3980: result: none needed
configure:4005: checking whether gcc understands -c and -o together
configure:4027: gcc -c conftest.c -o conftest2.o
configure:4030: $? = 0
configure:4027: gcc -c conftest.c -o conftest2.o
configure:4030: $? = 0
configure:4042: result: yes
configure:4070: checking for style of include used by make
configure:4098: result: GNU
configure:4124: checking dependency style of gcc
configure:4235: result: gcc3
configure:4255: checking how to run the C preprocessor
configure:4286: gcc -E conftest.c
configure:4286: $? = 0
configure:4300: gcc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4300: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "irssi"
| #define PACKAGE_TARNAME "irssi"
| #define PACKAGE_VERSION "1.1-head"
| #define PACKAGE_STRING "irssi 1.1-head"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4325: result: gcc -E
configure:4345: gcc -E conftest.c
configure:4345: $? = 0
configure:4359: gcc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4359: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "irssi"
| #define PACKAGE_TARNAME "irssi"
| #define PACKAGE_VERSION "1.1-head"
| #define PACKAGE_STRING "irssi 1.1-head"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4416: checking build system type
configure:4430: result: x86_64-apple-darwin14.5.0
configure:4450: checking host system type
configure:4463: result: x86_64-apple-darwin14.5.0
configure:4504: checking how to print strings
configure:4531: result: printf
configure:4552: checking for a sed that does not truncate output
configure:4616: result: /usr/local/bin/gsed
configure:4634: checking for grep that handles long lines and -e
configure:4692: result: /usr/local/bin/ggrep
configure:4697: checking for egrep
configure:4759: result: /usr/local/bin/ggrep -E
configure:4764: checking for fgrep
configure:4826: result: /usr/local/bin/ggrep -F
configure:4861: checking for ld used by gcc
configure:4928: result: /usr/bin/ld
configure:4935: checking if the linker (/usr/bin/ld) is GNU ld
configure:4950: result: no
configure:4962: checking for BSD- or MS-compatible name lister (nm)
configure:5016: result: /usr/bin/nm
configure:5146: checking the name lister (/usr/bin/nm) interface
configure:5153: gcc -c -g -O2 conftest.c >&5
configure:5156: /usr/bin/nm "conftest.o"
configure:5159: output
0000000000000190 S _some_variable
configure:5166: result: BSD nm
configure:5169: checking whether ln -s works
configure:5173: result: yes
configure:5181: checking the maximum length of command line arguments
configure:5312: result: 196608
configure:5360: checking how to convert x86_64-apple-darwin14.5.0 file names to x86_64-apple-darwin14.5.0 format
configure:5400: result: func_convert_file_noop
configure:5407: checking how to convert x86_64-apple-darwin14.5.0 file names to toolchain format
configure:5427: result: func_convert_file_noop
configure:5434: checking for /usr/bin/ld option to reload object files
configure:5441: result: -r
configure:5515: checking for objdump
configure:5545: result: no
configure:5574: checking how to recognize dependent libraries
configure:5774: result: pass_all
configure:5859: checking for dlltool
configure:5889: result: no
configure:5919: checking how to associate runtime and link libraries
configure:5946: result: printf %s\n
configure:6007: checking for ar
configure:6023: found /usr/bin/ar
configure:6034: result: ar
configure:6071: checking for archiver @FILE support
configure:6088: gcc -c -g -O2 conftest.c >&5
configure:6088: $? = 0
configure:6091: ar cru libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:6094: $? = 1
configure:6114: result: no
configure:6172: checking for strip
configure:6188: found /usr/bin/strip
configure:6199: result: strip
configure:6271: checking for ranlib
configure:6287: found /usr/bin/ranlib
configure:6298: result: ranlib
configure:6400: checking command to parse /usr/bin/nm output from gcc object
configure:6553: gcc -c -g -O2 conftest.c >&5
configure:6556: $? = 0
configure:6560: /usr/bin/nm 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:6563: $? = 0
cannot find nm_test_var in conftest.nm
configure:6553: gcc -c -g -O2 conftest.c >&5
configure:6556: $? = 0
configure:6560: /usr/bin/nm 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:6563: $? = 0
configure:6629: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
warning: (x86_64) could not find object file symbol for symbol _main
configure:6632: $? = 0
configure:6670: result: ok
configure:6717: checking for sysroot
configure:6747: result: no
configure:6754: checking for a working dd
configure:6792: result: /bin/dd
configure:6796: checking how to truncate binary pipes
configure:6811: result: /bin/dd bs=4096 count=1
configure:7140: checking for mt
configure:7170: result: no
configure:7190: checking if : is a manifest tool
configure:7196: : '-?'
configure:7204: result: no
configure:7260: checking for dsymutil
configure:7276: found /usr/bin/dsymutil
configure:7287: result: dsymutil
configure:7352: checking for nmedit
configure:7368: found /usr/bin/nmedit
configure:7379: result: nmedit
configure:7444: checking for lipo
configure:7460: found /usr/bin/lipo
configure:7471: result: lipo
configure:7536: checking for otool
configure:7552: found /usr/bin/otool
configure:7563: result: otool
configure:7628: checking for otool64
configure:7658: result: no
configure:7703: checking for -single_module linker flag
gcc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:7736: result: yes
configure:7739: checking for -exported_symbols_list linker flag
configure:7759: gcc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:7759: $? = 0
configure:7769: result: yes
configure:7772: checking for -force_load linker flag
gcc -g -O2 -c -o conftest.o conftest.c
ar cru libconftest.a conftest.o
ranlib libconftest.a
gcc -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a
configure:7804: result: yes
configure:7877: checking for ANSI C header files
configure:7897: gcc -c -g -O2 conftest.c >&5
configure:7897: $? = 0
configure:7970: gcc -o conftest -g -O2 conftest.c >&5
configure:7970: $? = 0
configure:7970: ./conftest
configure:7970: $? = 0
configure:7981: result: yes
configure:7994: checking for sys/types.h
configure:7994: gcc -c -g -O2 conftest.c >&5
configure:7994: $? = 0
configure:7994: result: yes
configure:7994: checking for sys/stat.h
configure:7994: gcc -c -g -O2 conftest.c >&5
configure:7994: $? = 0
configure:7994: result: yes
configure:7994: checking for stdlib.h
configure:7994: gcc -c -g -O2 conftest.c >&5
configure:7994: $? = 0
configure:7994: result: yes
configure:7994: checking for string.h
configure:7994: gcc -c -g -O2 conftest.c >&5
configure:7994: $? = 0
configure:7994: result: yes
configure:7994: checking for memory.h
configure:7994: gcc -c -g -O2 conftest.c >&5
configure:7994: $? = 0
configure:7994: result: yes
configure:7994: checking for strings.h
configure:7994: gcc -c -g -O2 conftest.c >&5
configure:7994: $? = 0
configure:7994: result: yes
configure:7994: checking for inttypes.h
configure:7994: gcc -c -g -O2 conftest.c >&5
configure:7994: $? = 0
configure:7994: result: yes
configure:7994: checking for stdint.h
configure:7994: gcc -c -g -O2 conftest.c >&5
configure:7994: $? = 0
configure:7994: result: yes
configure:7994: checking for unistd.h
configure:7994: gcc -c -g -O2 conftest.c >&5
configure:7994: $? = 0
configure:7994: result: yes
configure:8008: checking for dlfcn.h
configure:8008: gcc -c -g -O2 conftest.c >&5
configure:8008: $? = 0
configure:8008: result: yes
configure:8264: checking for objdir
configure:8279: result: .libs
configure:8543: checking if gcc supports -fno-rtti -fno-exceptions
configure:8561: 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:8565: $? = 0
configure:8578: result: no
configure:8936: checking for gcc option to produce PIC
configure:8943: result: -fno-common -DPIC
configure:8951: checking if gcc PIC flag -fno-common -DPIC works
configure:8969: gcc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5
configure:8973: $? = 0
configure:8986: result: yes
configure:9015: checking if gcc static flag -static works
configure:9043: result: no
configure:9058: checking if gcc supports -c -o file.o
configure:9079: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:9083: $? = 0
configure:9105: result: yes
configure:9113: checking if gcc supports -c -o file.o
configure:9160: result: yes
configure:9193: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:10452: result: yes
configure:10692: checking dynamic linker characteristics
configure:11510: result: darwin14.5.0 dyld
configure:11632: checking how to hardcode library paths into programs
configure:11657: result: immediate
configure:12205: checking whether stripping libraries is possible
configure:12219: result: yes
configure:12245: checking if libtool supports shared libraries
configure:12247: result: yes
configure:12250: checking whether to build shared libraries
configure:12275: result: yes
configure:12278: checking whether to build static libraries
configure:12282: result: yes
configure:12322: checking for sed
configure:12340: found /usr/bin/sed
configure:12352: result: /usr/bin/sed
configure:12362: checking for perl
configure:12380: found /usr/local/bin/perl
configure:12392: result: /usr/local/bin/perl
configure:12404: checking for unistd.h
configure:12404: result: yes
configure:12404: checking dirent.h usability
configure:12404: gcc -c -g -O2 conftest.c >&5
configure:12404: $? = 0
configure:12404: result: yes
configure:12404: checking dirent.h presence
configure:12404: gcc -E conftest.c
configure:12404: $? = 0
configure:12404: result: yes
configure:12404: checking for dirent.h
configure:12404: result: yes
configure:12404: checking sys/ioctl.h usability
configure:12404: gcc -c -g -O2 conftest.c >&5
configure:12404: $? = 0
configure:12404: result: yes
configure:12404: checking sys/ioctl.h presence
configure:12404: gcc -E conftest.c
configure:12404: $? = 0
configure:12404: result: yes
configure:12404: checking for sys/ioctl.h
configure:12404: result: yes
configure:12404: checking sys/resource.h usability
configure:12404: gcc -c -g -O2 conftest.c >&5
configure:12404: $? = 0
configure:12404: result: yes
configure:12404: checking sys/resource.h presence
configure:12404: gcc -E conftest.c
configure:12404: $? = 0
configure:12404: result: yes
configure:12404: checking for sys/resource.h
configure:12404: result: yes
configure:12419: checking sys/socket.h usability
configure:12419: gcc -c -g -O2 conftest.c >&5
configure:12419: $? = 0
configure:12419: result: yes
configure:12419: checking sys/socket.h presence
configure:12419: gcc -E conftest.c
configure:12419: $? = 0
configure:12419: result: yes
configure:12419: checking for sys/socket.h
configure:12419: result: yes
configure:12419: checking sys/time.h usability
configure:12419: gcc -c -g -O2 conftest.c >&5
configure:12419: $? = 0
configure:12419: result: yes
configure:12419: checking sys/time.h presence
configure:12419: gcc -E conftest.c
configure:12419: $? = 0
configure:12419: result: yes
configure:12419: checking for sys/time.h
configure:12419: result: yes
configure:12419: checking sys/utsname.h usability
configure:12419: gcc -c -g -O2 conftest.c >&5
configure:12419: $? = 0
configure:12419: result: yes
configure:12419: checking sys/utsname.h presence
configure:12419: gcc -E conftest.c
configure:12419: $? = 0
configure:12419: result: yes
configure:12419: checking for sys/utsname.h
configure:12419: result: yes
configure:12437: checking for special C compiler options needed for large files
configure:12482: result: no
configure:12488: checking for _FILE_OFFSET_BITS value needed for large files
configure:12513: gcc -c -g -O2 conftest.c >&5
configure:12513: $? = 0
configure:12545: result: no
configure:12822: checking for library containing socket
configure:12853: gcc -o conftest -g -O2 conftest.c >&5
configure:12853: $? = 0
configure:12870: result: none required
configure:12879: checking for library containing inet_addr
configure:12910: gcc -o conftest -g -O2 conftest.c >&5
configure:12910: $? = 0
configure:12927: result: none required
configure:12940: checking for socklen_t
configure:12940: gcc -c -g -O2 -Wall conftest.c >&5
configure:12940: $? = 0
configure:12940: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:70:24: error: expected expression before ')' token
if (sizeof ((socklen_t)))
^
configure:12940: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "irssi"
| #define PACKAGE_TARNAME "irssi"
| #define PACKAGE_VERSION "1.1-head"
| #define PACKAGE_STRING "irssi 1.1-head"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_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
| #ifdef HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((socklen_t)))
| return 0;
| ;
| return 0;
| }
configure:12940: result: yes
configure:12960: checking size of int
configure:12965: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:12965: $? = 0
configure:12965: ./conftest
configure:12965: $? = 0
configure:12979: result: 4
configure:12993: checking size of long
configure:12998: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:12998: $? = 0
configure:12998: ./conftest
configure:12998: $? = 0
configure:13012: result: 8
configure:13026: checking size of long long
configure:13031: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:13031: $? = 0
configure:13031: ./conftest
configure:13031: $? = 0
configure:13045: result: 8
configure:13059: checking size of off_t
configure:13064: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:13064: $? = 0
configure:13064: ./conftest
configure:13064: $? = 0
configure:13078: result: 8
configure:13279: checking for pkg-config
configure:13297: found /usr/local/bin/pkg-config
configure:13309: result: /usr/local/bin/pkg-config
configure:13334: checking pkg-config is at least version 0.7
configure:13337: result: yes
configure:13354: checking for GLIB - version >= 2.28.0
configure:13468: gcc -o conftest -g -O2 -Wall -D_REENTRANT -I/usr/local/Cellar/glib/2.52.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.52.3/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.41/include conftest.c -L/usr/local/Cellar/glib/2.52.3/lib -L/usr/local/opt/gettext/lib -lgmodule-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation >&5
configure:13468: $? = 0
configure:13468: ./conftest
configure:13468: $? = 0
configure:13482: result: yes (version 2.52.3)
configure:13582: checking for openssl
configure:13589: $PKG_CONFIG --exists --print-errors "openssl"
configure:13592: $? = 0
configure:13606: $PKG_CONFIG --exists --print-errors "openssl"
configure:13609: $? = 0
configure:13741: result: yes
configure:13754: checking for library containing setupterm
configure:13785: gcc -o conftest -g -O2 -Wall conftest.c >&5
Undefined symbols for architecture x86_64:
"_setupterm", referenced from:
_main in ccuzVefD.o
ld: symbol(s) not found for architecture x86_64
collect2: error: ld returned 1 exit status
configure:13785: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "irssi"
| #define PACKAGE_TARNAME "irssi"
| #define PACKAGE_VERSION "1.1-head"
| #define PACKAGE_STRING "irssi 1.1-head"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define PRIuUOFF_T "lu"
| #define UOFF_T_LONG 1
| #define HAVE_GMODULE 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 setupterm ();
| int
| main ()
| {
| return setupterm ();
| ;
| return 0;
| }
configure:13785: gcc -o conftest -g -O2 -Wall conftest.c -ltinfo >&5
ld: library not found for -ltinfo
collect2: error: ld returned 1 exit status
configure:13785: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "irssi"
| #define PACKAGE_TARNAME "irssi"
| #define PACKAGE_VERSION "1.1-head"
| #define PACKAGE_STRING "irssi 1.1-head"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define PRIuUOFF_T "lu"
| #define UOFF_T_LONG 1
| #define HAVE_GMODULE 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 setupterm ();
| int
| main ()
| {
| return setupterm ();
| ;
| return 0;
| }
configure:13785: gcc -o conftest -g -O2 -Wall conftest.c -lncursesw >&5
ld: library not found for -lncursesw
collect2: error: ld returned 1 exit status
configure:13785: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "irssi"
| #define PACKAGE_TARNAME "irssi"
| #define PACKAGE_VERSION "1.1-head"
| #define PACKAGE_STRING "irssi 1.1-head"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define PRIuUOFF_T "lu"
| #define UOFF_T_LONG 1
| #define HAVE_GMODULE 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 setupterm ();
| int
| main ()
| {
| return setupterm ();
| ;
| return 0;
| }
configure:13785: gcc -o conftest -g -O2 -Wall conftest.c -lncurses >&5
configure:13785: $? = 0
configure:13802: result: -lncurses
configure:13845: checking for working Perl support
configure:13904: result: ok
configure:14242: checking that generated files are newer than configure
configure:14248: result: done
configure:14299: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by irssi config.status 1.1-head, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on nspain
config.status:1177: creating Makefile
config.status:1177: creating src/Makefile
config.status:1177: creating src/core/Makefile
config.status:1177: creating src/irc/Makefile
config.status:1177: creating src/irc/core/Makefile
config.status:1177: creating src/irc/dcc/Makefile
config.status:1177: creating src/irc/notifylist/Makefile
config.status:1177: creating src/irc/proxy/Makefile
config.status:1177: creating src/irc/flood/Makefile
config.status:1177: creating src/fe-common/Makefile
config.status:1177: creating src/fe-common/core/Makefile
config.status:1177: creating src/fe-common/irc/Makefile
config.status:1177: creating src/fe-common/irc/dcc/Makefile
config.status:1177: creating src/fe-common/irc/notifylist/Makefile
config.status:1177: creating src/fe-fuzz/Makefile
config.status:1177: creating src/fe-none/Makefile
config.status:1177: creating src/fe-text/Makefile
config.status:1177: creating src/lib-config/Makefile
config.status:1177: creating src/perl/Makefile
config.status:1177: creating src/perl/common/Makefile.PL
config.status:1177: creating src/perl/irc/Makefile.PL
config.status:1177: creating src/perl/ui/Makefile.PL
config.status:1177: creating src/perl/textui/Makefile.PL
config.status:1177: creating scripts/Makefile
config.status:1177: creating scripts/examples/Makefile
config.status:1177: creating docs/Makefile
config.status:1177: creating docs/help/Makefile
config.status:1177: creating docs/help/in/Makefile
config.status:1177: creating irssi-config
config.status:1177: creating irssi-config.h
config.status:1406: executing depfiles commands
config.status:1406: executing libtool commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin14.5.0
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_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_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=
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_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_utsname_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-apple-darwin14.5.0
ac_cv_objext=o
ac_cv_path_EGREP='/usr/local/bin/ggrep -E'
ac_cv_path_FGREP='/usr/local/bin/ggrep -F'
ac_cv_path_GREP=/usr/local/bin/ggrep
ac_cv_path_SED=/usr/local/bin/gsed
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_path_perlpath=/usr/local/bin/perl
ac_cv_path_sedpath=/usr/bin/sed
ac_cv_prog_AWK=gawk
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_OTOOL=otool
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_inet_addr='none required'
ac_cv_search_setupterm=-lncurses
ac_cv_search_socket='none required'
ac_cv_sizeof_int=4
ac_cv_sizeof_long=8
ac_cv_sizeof_long_long=8
ac_cv_sizeof_off_t=8
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_type_socklen_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=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=/usr/bin/ld
lt_cv_path_NM=/usr/bin/nm
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=no
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'
pkg_cv_OPENSSL_CFLAGS=
pkg_cv_OPENSSL_LIBS='-lssl -lcrypto -lz'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /Users/nickspain/srcs/irssi/build-aux/missing aclocal-1.15'
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} /Users/nickspain/srcs/irssi/build-aux/missing autoconf'
AUTOHEADER='${SHELL} /Users/nickspain/srcs/irssi/build-aux/missing autoheader'
AUTOMAKE='${SHELL} /Users/nickspain/srcs/irssi/build-aux/missing automake-1.15'
AWK='gawk'
BUILD_IRSSIBOT_FALSE=''
BUILD_IRSSIBOT_TRUE='#'
BUILD_IRSSIFUZZER_FALSE=''
BUILD_IRSSIFUZZER_TRUE='#'
BUILD_IRSSIPROXY_FALSE=''
BUILD_IRSSIPROXY_TRUE='#'
BUILD_TEXTUI_FALSE='#'
BUILD_TEXTUI_TRUE=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -Wall '
CHAT_MODULES='irc'
COMMON_LIBS='../fe-common/irc/libfe_common_irc.a ../fe-common/irc/dcc/libfe_irc_dcc.a ../fe-common/irc/notifylist/libfe_irc_notifylist.a ../fe-common/core/libfe_common_core.a ../irc/libirc.a ../irc/core/libirc_core.a ../irc/dcc/libirc_dcc.a ../irc/flood/libirc_flood.a ../irc/notifylist/libirc_notifylist.a ../core/libcore.a ../lib-config/libirssi_config.a'
COMMON_NOUI_LIBS=' ../irc/libirc.a ../irc/core/libirc_core.a ../irc/dcc/libirc_dcc.a ../irc/flood/libirc_flood.a ../irc/notifylist/libirc_notifylist.a ../core/libcore.a ../lib-config/libirssi_config.a'
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/local/bin/ggrep -E'
EXEEXT=''
FGREP='/usr/local/bin/ggrep -F'
FUZZER_LIBS=''
GLIB_CFLAGS='-D_REENTRANT -I/usr/local/Cellar/glib/2.52.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.52.3/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.41/include'
GLIB_GENMARSHAL='glib-genmarshal'
GLIB_LIBS='-L/usr/local/Cellar/glib/2.52.3/lib -L/usr/local/opt/gettext/lib -lgmodule-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation'
GLIB_MKENUMS='glib-mkenums'
GOBJECT_QUERY='gobject-query'
GREP='/usr/local/bin/ggrep'
HAVE_PERL_FALSE='#'
HAVE_PERL_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/ld'
LDFLAGS=''
LIBOBJS=''
LIBS=''
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/nickspain/srcs/irssi/build-aux/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='build-aux/install-sh -c -d'
NM='/usr/bin/nm'
NMEDIT='nmedit'
OBJDUMP='false'
OBJEXT='o'
OPENSSL_CFLAGS=''
OPENSSL_LIBS='-lssl -lcrypto -lz'
OTOOL64=':'
OTOOL='otool'
PACKAGE='irssi'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='irssi'
PACKAGE_STRING='irssi 1.1-head'
PACKAGE_TARNAME='irssi'
PACKAGE_URL=''
PACKAGE_VERSION='1.1-head'
PATH_SEPARATOR=':'
PERL_CFLAGS='-fno-common -DPERL_DARWIN -mmacosx-version-min=10.10 -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/Cellar/perl/5.26.0/lib/perl5/5.26.0/darwin-thread-multi-2level/CORE'
PERL_EXTRA_OPTS='CCCDLFLAGS="-fPIC"'
PERL_FE_LINK_LIBS='../perl/libfe_perl_static.la'
PERL_LDFLAGS=''
PERL_LINK_FLAGS='-mmacosx-version-min=10.10 -fstack-protector-strong -L/usr/local/lib -L/usr/local/Cellar/perl/5.26.0/lib/perl5/5.26.0/darwin-thread-multi-2level/CORE -lperl -lpthread -ldl -lm -lutil'
PERL_LINK_LIBS='../perl/libperl_core_static.la'
PERL_MM_OPT=''
PERL_MM_PARAMS=''
PERL_STATIC_LIBS='0'
PERL_USE_LIB=''
PKG_CONFIG='/usr/local/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PROG_LIBS=' -L/usr/local/Cellar/glib/2.52.3/lib -L/usr/local/opt/gettext/lib -lgmodule-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation -lssl -lcrypto -lz'
RANLIB='ranlib'
SED='/usr/local/bin/gsed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
TEXTUI_LIBS='-lncurses '
USE_GREGEX_FALSE='#'
USE_GREGEX_TRUE=''
VERSION='1.1-head'
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-darwin14.5.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin14.5.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-apple-darwin14.5.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin14.5.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /Users/nickspain/srcs/irssi/build-aux/install-sh'
irc_MODULES='dcc flood notifylist'
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}'
perl_module_fe_lib=''
perl_module_lib=''
perl_static_fe_lib='libfe_perl_static.la'
perl_static_lib='libperl_core_static.la'
perlpath='/usr/local/bin/perl'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sedpath='/usr/bin/sed'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "irssi"
#define PACKAGE_TARNAME "irssi"
#define PACKAGE_VERSION "1.1-head"
#define PACKAGE_STRING "irssi 1.1-head"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#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_UNISTD_H 1
#define HAVE_DIRENT_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_UTSNAME_H 1
#define SIZEOF_INT 4
#define SIZEOF_LONG 8
#define SIZEOF_LONG_LONG 8
#define SIZEOF_OFF_T 8
#define PRIuUOFF_T "lu"
#define UOFF_T_LONG 1
#define HAVE_GMODULE 1
#define HAVE_STATIC_PERL 1
#define USE_GREGEX /**/
configure: exit 0
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by irssi configure 1.1-head, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = nspain
uname -m = x86_64
uname -r = 14.5.0
uname -s = Darwin
uname -v = Darwin Kernel Version 14.5.0: Sun Jun 4 21:40:08 PDT 2017; root:xnu-2782.70.3~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 14.5.0: Sun Jun 4 21:40:08 PDT 2017; root:xnu-2782.70.3~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: 204 tasks, 823 threads, 4 processors
Load average: 1.27, Mach factor: 2.72
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /Users/nickspain/.nix-profile/bin
PATH: /Users/nickspain/.nix-profile/sbin
PATH: /Users/nickspain/.opam/system/bin
PATH: /usr/local/bin
PATH: /Users/nickspain/usr/local/Cellar/python3/3.6.1/bin
PATH: /Users/nickspain/.rvm/bin
PATH: /Users/nickspain/.rvm/gems/ruby-2.2.1/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/sbin
PATH: /usr/local/Cellar/python/2.7.13/bin/
PATH: /usr/texbin
PATH: /Users/nickspain/.cargo/bin
PATH: /Users/nickspain/.local/bin
PATH: /Users/nickspain/dropbox/python/python-quickstart/bin
PATH: /usr/local/opt/glassfish/libexec/bin
PATH: ~/.pub-cache/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2592: checking for a BSD-compatible install
configure:2660: result: /usr/bin/install -c
configure:2671: checking whether build environment is sane
configure:2726: result: yes
configure:2877: checking for a thread-safe mkdir -p
configure:2916: result: build-aux/install-sh -c -d
configure:2923: checking for gawk
configure:2939: found /usr/local/bin/gawk
configure:2950: result: gawk
configure:2961: checking whether make sets $(MAKE)
configure:2983: result: yes
configure:3012: checking whether make supports nested variables
configure:3029: result: yes
configure:3158: checking whether make supports nested variables
configure:3175: result: yes
configure:3188: checking whether to enable maintainer-specific portions of Makefiles
configure:3197: result: no
configure:3259: checking for gcc
configure:3275: found /usr/local/bin/gcc
configure:3286: result: gcc
configure:3515: checking for C compiler version
configure:3524: gcc --version >&5
gcc (Homebrew GCC 5.4.0_1) 5.4.0
Copyright (C) 2015 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:3535: $? = 0
configure:3524: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/local/Cellar/gcc@5/5.4.0_1/libexec/gcc/x86_64-apple-darwin14.5.0/5.4.0/lto-wrapper
Target: x86_64-apple-darwin14.5.0
Configured with: ../configure --build=x86_64-apple-darwin14.5.0 --prefix=/usr/local/Cellar/gcc@5/5.4.0_1 --libdir=/usr/local/Cellar/gcc@5/5.4.0_1/lib/gcc/5 --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-5 --with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr --with-mpc=/usr/local/opt/libmpc --with-isl=/usr/local/opt/isl@0.14 --with-system-zlib --enable-libstdcxx-time=yes --enable-stage1-checking --enable-checking=release --enable-lto --disable-werror --with-pkgversion='Homebrew GCC 5.4.0_1' --with-bugurl=https://github.com/Homebrew/homebrew-core/issues --enable-plugin --disable-nls --enable-multilib
Thread model: posix
gcc version 5.4.0 (Homebrew GCC 5.4.0_1)
configure:3535: $? = 0
configure:3524: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3535: $? = 1
configure:3524: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3535: $? = 1
configure:3555: checking whether the C compiler works
configure:3577: gcc conftest.c >&5
configure:3581: $? = 0
configure:3629: result: yes
configure:3632: checking for C compiler default output file name
configure:3634: result: a.out
configure:3640: checking for suffix of executables
configure:3647: gcc -o conftest conftest.c >&5
configure:3651: $? = 0
configure:3673: result:
configure:3695: checking whether we are cross compiling
configure:3703: gcc -o conftest conftest.c >&5
configure:3707: $? = 0
configure:3714: ./conftest
configure:3718: $? = 0
configure:3733: result: no
configure:3738: checking for suffix of object files
configure:3760: gcc -c conftest.c >&5
configure:3764: $? = 0
configure:3785: result: o
configure:3789: checking whether we are using the GNU C compiler
configure:3808: gcc -c conftest.c >&5
configure:3808: $? = 0
configure:3817: result: yes
configure:3826: checking whether gcc accepts -g
configure:3846: gcc -c -g conftest.c >&5
configure:3846: $? = 0
configure:3887: result: yes
configure:3904: checking for gcc option to accept ISO C89
configure:3967: gcc -c -g -O2 conftest.c >&5
configure:3967: $? = 0
configure:3980: result: none needed
configure:4005: checking whether gcc understands -c and -o together
configure:4027: gcc -c conftest.c -o conftest2.o
configure:4030: $? = 0
configure:4027: gcc -c conftest.c -o conftest2.o
configure:4030: $? = 0
configure:4042: result: yes
configure:4070: checking for style of include used by make
configure:4098: result: GNU
configure:4124: checking dependency style of gcc
configure:4235: result: gcc3
configure:4255: checking how to run the C preprocessor
configure:4286: gcc -E conftest.c
configure:4286: $? = 0
configure:4300: gcc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4300: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "irssi"
| #define PACKAGE_TARNAME "irssi"
| #define PACKAGE_VERSION "1.1-head"
| #define PACKAGE_STRING "irssi 1.1-head"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4325: result: gcc -E
configure:4345: gcc -E conftest.c
configure:4345: $? = 0
configure:4359: gcc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4359: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "irssi"
| #define PACKAGE_TARNAME "irssi"
| #define PACKAGE_VERSION "1.1-head"
| #define PACKAGE_STRING "irssi 1.1-head"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4416: checking build system type
configure:4430: result: x86_64-apple-darwin14.5.0
configure:4450: checking host system type
configure:4463: result: x86_64-apple-darwin14.5.0
configure:4504: checking how to print strings
configure:4531: result: printf
configure:4552: checking for a sed that does not truncate output
configure:4616: result: /usr/local/bin/gsed
configure:4634: checking for grep that handles long lines and -e
configure:4692: result: /usr/local/bin/ggrep
configure:4697: checking for egrep
configure:4759: result: /usr/local/bin/ggrep -E
configure:4764: checking for fgrep
configure:4826: result: /usr/local/bin/ggrep -F
configure:4861: checking for ld used by gcc
configure:4928: result: /usr/bin/ld
configure:4935: checking if the linker (/usr/bin/ld) is GNU ld
configure:4950: result: no
configure:4962: checking for BSD- or MS-compatible name lister (nm)
configure:5016: result: /usr/bin/nm
configure:5146: checking the name lister (/usr/bin/nm) interface
configure:5153: gcc -c -g -O2 conftest.c >&5
configure:5156: /usr/bin/nm "conftest.o"
configure:5159: output
0000000000000190 S _some_variable
configure:5166: result: BSD nm
configure:5169: checking whether ln -s works
configure:5173: result: yes
configure:5181: checking the maximum length of command line arguments
configure:5312: result: 196608
configure:5360: checking how to convert x86_64-apple-darwin14.5.0 file names to x86_64-apple-darwin14.5.0 format
configure:5400: result: func_convert_file_noop
configure:5407: checking how to convert x86_64-apple-darwin14.5.0 file names to toolchain format
configure:5427: result: func_convert_file_noop
configure:5434: checking for /usr/bin/ld option to reload object files
configure:5441: result: -r
configure:5515: checking for objdump
configure:5545: result: no
configure:5574: checking how to recognize dependent libraries
configure:5774: result: pass_all
configure:5859: checking for dlltool
configure:5889: result: no
configure:5919: checking how to associate runtime and link libraries
configure:5946: result: printf %s\n
configure:6007: checking for ar
configure:6023: found /usr/bin/ar
configure:6034: result: ar
configure:6071: checking for archiver @FILE support
configure:6088: gcc -c -g -O2 conftest.c >&5
configure:6088: $? = 0
configure:6091: ar cru libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:6094: $? = 1
configure:6114: result: no
configure:6172: checking for strip
configure:6188: found /usr/bin/strip
configure:6199: result: strip
configure:6271: checking for ranlib
configure:6287: found /usr/bin/ranlib
configure:6298: result: ranlib
configure:6400: checking command to parse /usr/bin/nm output from gcc object
configure:6553: gcc -c -g -O2 conftest.c >&5
configure:6556: $? = 0
configure:6560: /usr/bin/nm 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:6563: $? = 0
cannot find nm_test_var in conftest.nm
configure:6553: gcc -c -g -O2 conftest.c >&5
configure:6556: $? = 0
configure:6560: /usr/bin/nm 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:6563: $? = 0
configure:6629: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
warning: (x86_64) could not find object file symbol for symbol _main
configure:6632: $? = 0
configure:6670: result: ok
configure:6717: checking for sysroot
configure:6747: result: no
configure:6754: checking for a working dd
configure:6792: result: /bin/dd
configure:6796: checking how to truncate binary pipes
configure:6811: result: /bin/dd bs=4096 count=1
configure:7140: checking for mt
configure:7170: result: no
configure:7190: checking if : is a manifest tool
configure:7196: : '-?'
configure:7204: result: no
configure:7260: checking for dsymutil
configure:7276: found /usr/bin/dsymutil
configure:7287: result: dsymutil
configure:7352: checking for nmedit
configure:7368: found /usr/bin/nmedit
configure:7379: result: nmedit
configure:7444: checking for lipo
configure:7460: found /usr/bin/lipo
configure:7471: result: lipo
configure:7536: checking for otool
configure:7552: found /usr/bin/otool
configure:7563: result: otool
configure:7628: checking for otool64
configure:7658: result: no
configure:7703: checking for -single_module linker flag
gcc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:7736: result: yes
configure:7739: checking for -exported_symbols_list linker flag
configure:7759: gcc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:7759: $? = 0
configure:7769: result: yes
configure:7772: checking for -force_load linker flag
gcc -g -O2 -c -o conftest.o conftest.c
ar cru libconftest.a conftest.o
ranlib libconftest.a
gcc -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a
configure:7804: result: yes
configure:7877: checking for ANSI C header files
configure:7897: gcc -c -g -O2 conftest.c >&5
configure:7897: $? = 0
configure:7970: gcc -o conftest -g -O2 conftest.c >&5
configure:7970: $? = 0
configure:7970: ./conftest
configure:7970: $? = 0
configure:7981: result: yes
configure:7994: checking for sys/types.h
configure:7994: gcc -c -g -O2 conftest.c >&5
configure:7994: $? = 0
configure:7994: result: yes
configure:7994: checking for sys/stat.h
configure:7994: gcc -c -g -O2 conftest.c >&5
configure:7994: $? = 0
configure:7994: result: yes
configure:7994: checking for stdlib.h
configure:7994: gcc -c -g -O2 conftest.c >&5
configure:7994: $? = 0
configure:7994: result: yes
configure:7994: checking for string.h
configure:7994: gcc -c -g -O2 conftest.c >&5
configure:7994: $? = 0
configure:7994: result: yes
configure:7994: checking for memory.h
configure:7994: gcc -c -g -O2 conftest.c >&5
configure:7994: $? = 0
configure:7994: result: yes
configure:7994: checking for strings.h
configure:7994: gcc -c -g -O2 conftest.c >&5
configure:7994: $? = 0
configure:7994: result: yes
configure:7994: checking for inttypes.h
configure:7994: gcc -c -g -O2 conftest.c >&5
configure:7994: $? = 0
configure:7994: result: yes
configure:7994: checking for stdint.h
configure:7994: gcc -c -g -O2 conftest.c >&5
configure:7994: $? = 0
configure:7994: result: yes
configure:7994: checking for unistd.h
configure:7994: gcc -c -g -O2 conftest.c >&5
configure:7994: $? = 0
configure:7994: result: yes
configure:8008: checking for dlfcn.h
configure:8008: gcc -c -g -O2 conftest.c >&5
configure:8008: $? = 0
configure:8008: result: yes
configure:8264: checking for objdir
configure:8279: result: .libs
configure:8543: checking if gcc supports -fno-rtti -fno-exceptions
configure:8561: 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:8565: $? = 0
configure:8578: result: no
configure:8936: checking for gcc option to produce PIC
configure:8943: result: -fno-common -DPIC
configure:8951: checking if gcc PIC flag -fno-common -DPIC works
configure:8969: gcc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5
configure:8973: $? = 0
configure:8986: result: yes
configure:9015: checking if gcc static flag -static works
configure:9043: result: no
configure:9058: checking if gcc supports -c -o file.o
configure:9079: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:9083: $? = 0
configure:9105: result: yes
configure:9113: checking if gcc supports -c -o file.o
configure:9160: result: yes
configure:9193: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:10452: result: yes
configure:10692: checking dynamic linker characteristics
configure:11510: result: darwin14.5.0 dyld
configure:11632: checking how to hardcode library paths into programs
configure:11657: result: immediate
configure:12205: checking whether stripping libraries is possible
configure:12219: result: yes
configure:12245: checking if libtool supports shared libraries
configure:12247: result: yes
configure:12250: checking whether to build shared libraries
configure:12275: result: yes
configure:12278: checking whether to build static libraries
configure:12282: result: yes
configure:12322: checking for sed
configure:12340: found /usr/bin/sed
configure:12352: result: /usr/bin/sed
configure:12362: checking for perl
configure:12380: found /usr/local/bin/perl
configure:12392: result: /usr/local/bin/perl
configure:12404: checking for unistd.h
configure:12404: result: yes
configure:12404: checking dirent.h usability
configure:12404: gcc -c -g -O2 conftest.c >&5
configure:12404: $? = 0
configure:12404: result: yes
configure:12404: checking dirent.h presence
configure:12404: gcc -E conftest.c
configure:12404: $? = 0
configure:12404: result: yes
configure:12404: checking for dirent.h
configure:12404: result: yes
configure:12404: checking sys/ioctl.h usability
configure:12404: gcc -c -g -O2 conftest.c >&5
configure:12404: $? = 0
configure:12404: result: yes
configure:12404: checking sys/ioctl.h presence
configure:12404: gcc -E conftest.c
configure:12404: $? = 0
configure:12404: result: yes
configure:12404: checking for sys/ioctl.h
configure:12404: result: yes
configure:12404: checking sys/resource.h usability
configure:12404: gcc -c -g -O2 conftest.c >&5
configure:12404: $? = 0
configure:12404: result: yes
configure:12404: checking sys/resource.h presence
configure:12404: gcc -E conftest.c
configure:12404: $? = 0
configure:12404: result: yes
configure:12404: checking for sys/resource.h
configure:12404: result: yes
configure:12419: checking sys/socket.h usability
configure:12419: gcc -c -g -O2 conftest.c >&5
configure:12419: $? = 0
configure:12419: result: yes
configure:12419: checking sys/socket.h presence
configure:12419: gcc -E conftest.c
configure:12419: $? = 0
configure:12419: result: yes
configure:12419: checking for sys/socket.h
configure:12419: result: yes
configure:12419: checking sys/time.h usability
configure:12419: gcc -c -g -O2 conftest.c >&5
configure:12419: $? = 0
configure:12419: result: yes
configure:12419: checking sys/time.h presence
configure:12419: gcc -E conftest.c
configure:12419: $? = 0
configure:12419: result: yes
configure:12419: checking for sys/time.h
configure:12419: result: yes
configure:12419: checking sys/utsname.h usability
configure:12419: gcc -c -g -O2 conftest.c >&5
configure:12419: $? = 0
configure:12419: result: yes
configure:12419: checking sys/utsname.h presence
configure:12419: gcc -E conftest.c
configure:12419: $? = 0
configure:12419: result: yes
configure:12419: checking for sys/utsname.h
configure:12419: result: yes
configure:12437: checking for special C compiler options needed for large files
configure:12482: result: no
configure:12488: checking for _FILE_OFFSET_BITS value needed for large files
configure:12513: gcc -c -g -O2 conftest.c >&5
configure:12513: $? = 0
configure:12545: result: no
configure:12822: checking for library containing socket
configure:12853: gcc -o conftest -g -O2 conftest.c >&5
configure:12853: $? = 0
configure:12870: result: none required
configure:12879: checking for library containing inet_addr
configure:12910: gcc -o conftest -g -O2 conftest.c >&5
configure:12910: $? = 0
configure:12927: result: none required
configure:12940: checking for socklen_t
configure:12940: gcc -c -g -O2 -Wall conftest.c >&5
configure:12940: $? = 0
configure:12940: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:70:24: error: expected expression before ')' token
if (sizeof ((socklen_t)))
^
configure:12940: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "irssi"
| #define PACKAGE_TARNAME "irssi"
| #define PACKAGE_VERSION "1.1-head"
| #define PACKAGE_STRING "irssi 1.1-head"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_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
| #ifdef HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((socklen_t)))
| return 0;
| ;
| return 0;
| }
configure:12940: result: yes
configure:12960: checking size of int
configure:12965: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:12965: $? = 0
configure:12965: ./conftest
configure:12965: $? = 0
configure:12979: result: 4
configure:12993: checking size of long
configure:12998: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:12998: $? = 0
configure:12998: ./conftest
configure:12998: $? = 0
configure:13012: result: 8
configure:13026: checking size of long long
configure:13031: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:13031: $? = 0
configure:13031: ./conftest
configure:13031: $? = 0
configure:13045: result: 8
configure:13059: checking size of off_t
configure:13064: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:13064: $? = 0
configure:13064: ./conftest
configure:13064: $? = 0
configure:13078: result: 8
configure:13279: checking for pkg-config
configure:13297: found /usr/local/bin/pkg-config
configure:13309: result: /usr/local/bin/pkg-config
configure:13334: checking pkg-config is at least version 0.7
configure:13337: result: yes
configure:13354: checking for GLIB - version >= 2.28.0
configure:13468: gcc -o conftest -g -O2 -Wall -D_REENTRANT -I/usr/local/Cellar/glib/2.52.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.52.3/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.41/include conftest.c -L/usr/local/Cellar/glib/2.52.3/lib -L/usr/local/opt/gettext/lib -lgmodule-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation >&5
configure:13468: $? = 0
configure:13468: ./conftest
configure:13468: $? = 0
configure:13482: result: yes (version 2.52.3)
configure:13582: checking for openssl
configure:13589: $PKG_CONFIG --exists --print-errors "openssl"
configure:13592: $? = 0
configure:13606: $PKG_CONFIG --exists --print-errors "openssl"
configure:13609: $? = 0
configure:13741: result: yes
configure:13754: checking for library containing setupterm
configure:13785: gcc -o conftest -g -O2 -Wall conftest.c >&5
Undefined symbols for architecture x86_64:
"_setupterm", referenced from:
_main in ccuzVefD.o
ld: symbol(s) not found for architecture x86_64
collect2: error: ld returned 1 exit status
configure:13785: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "irssi"
| #define PACKAGE_TARNAME "irssi"
| #define PACKAGE_VERSION "1.1-head"
| #define PACKAGE_STRING "irssi 1.1-head"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define PRIuUOFF_T "lu"
| #define UOFF_T_LONG 1
| #define HAVE_GMODULE 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 setupterm ();
| int
| main ()
| {
| return setupterm ();
| ;
| return 0;
| }
configure:13785: gcc -o conftest -g -O2 -Wall conftest.c -ltinfo >&5
ld: library not found for -ltinfo
collect2: error: ld returned 1 exit status
configure:13785: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "irssi"
| #define PACKAGE_TARNAME "irssi"
| #define PACKAGE_VERSION "1.1-head"
| #define PACKAGE_STRING "irssi 1.1-head"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define PRIuUOFF_T "lu"
| #define UOFF_T_LONG 1
| #define HAVE_GMODULE 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 setupterm ();
| int
| main ()
| {
| return setupterm ();
| ;
| return 0;
| }
configure:13785: gcc -o conftest -g -O2 -Wall conftest.c -lncursesw >&5
ld: library not found for -lncursesw
collect2: error: ld returned 1 exit status
configure:13785: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "irssi"
| #define PACKAGE_TARNAME "irssi"
| #define PACKAGE_VERSION "1.1-head"
| #define PACKAGE_STRING "irssi 1.1-head"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define PRIuUOFF_T "lu"
| #define UOFF_T_LONG 1
| #define HAVE_GMODULE 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 setupterm ();
| int
| main ()
| {
| return setupterm ();
| ;
| return 0;
| }
configure:13785: gcc -o conftest -g -O2 -Wall conftest.c -lncurses >&5
configure:13785: $? = 0
configure:13802: result: -lncurses
configure:13845: checking for working Perl support
configure:13904: result: ok
configure:14242: checking that generated files are newer than configure
configure:14248: result: done
configure:14299: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by irssi config.status 1.1-head, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on nspain
config.status:1177: creating Makefile
config.status:1177: creating src/Makefile
config.status:1177: creating src/core/Makefile
config.status:1177: creating src/irc/Makefile
config.status:1177: creating src/irc/core/Makefile
config.status:1177: creating src/irc/dcc/Makefile
config.status:1177: creating src/irc/notifylist/Makefile
config.status:1177: creating src/irc/proxy/Makefile
config.status:1177: creating src/irc/flood/Makefile
config.status:1177: creating src/fe-common/Makefile
config.status:1177: creating src/fe-common/core/Makefile
config.status:1177: creating src/fe-common/irc/Makefile
config.status:1177: creating src/fe-common/irc/dcc/Makefile
config.status:1177: creating src/fe-common/irc/notifylist/Makefile
config.status:1177: creating src/fe-fuzz/Makefile
config.status:1177: creating src/fe-none/Makefile
config.status:1177: creating src/fe-text/Makefile
config.status:1177: creating src/lib-config/Makefile
config.status:1177: creating src/perl/Makefile
config.status:1177: creating src/perl/common/Makefile.PL
config.status:1177: creating src/perl/irc/Makefile.PL
config.status:1177: creating src/perl/ui/Makefile.PL
config.status:1177: creating src/perl/textui/Makefile.PL
config.status:1177: creating scripts/Makefile
config.status:1177: creating scripts/examples/Makefile
config.status:1177: creating docs/Makefile
config.status:1177: creating docs/help/Makefile
config.status:1177: creating docs/help/in/Makefile
config.status:1177: creating irssi-config
config.status:1177: creating irssi-config.h
config.status:1406: executing depfiles commands
config.status:1406: executing libtool commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin14.5.0
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_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_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=
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_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_utsname_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-apple-darwin14.5.0
ac_cv_objext=o
ac_cv_path_EGREP='/usr/local/bin/ggrep -E'
ac_cv_path_FGREP='/usr/local/bin/ggrep -F'
ac_cv_path_GREP=/usr/local/bin/ggrep
ac_cv_path_SED=/usr/local/bin/gsed
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_path_perlpath=/usr/local/bin/perl
ac_cv_path_sedpath=/usr/bin/sed
ac_cv_prog_AWK=gawk
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_OTOOL=otool
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_inet_addr='none required'
ac_cv_search_setupterm=-lncurses
ac_cv_search_socket='none required'
ac_cv_sizeof_int=4
ac_cv_sizeof_long=8
ac_cv_sizeof_long_long=8
ac_cv_sizeof_off_t=8
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_type_socklen_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=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=/usr/bin/ld
lt_cv_path_NM=/usr/bin/nm
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=no
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'
pkg_cv_OPENSSL_CFLAGS=
pkg_cv_OPENSSL_LIBS='-lssl -lcrypto -lz'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /Users/nickspain/srcs/irssi/build-aux/missing aclocal-1.15'
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} /Users/nickspain/srcs/irssi/build-aux/missing autoconf'
AUTOHEADER='${SHELL} /Users/nickspain/srcs/irssi/build-aux/missing autoheader'
AUTOMAKE='${SHELL} /Users/nickspain/srcs/irssi/build-aux/missing automake-1.15'
AWK='gawk'
BUILD_IRSSIBOT_FALSE=''
BUILD_IRSSIBOT_TRUE='#'
BUILD_IRSSIFUZZER_FALSE=''
BUILD_IRSSIFUZZER_TRUE='#'
BUILD_IRSSIPROXY_FALSE=''
BUILD_IRSSIPROXY_TRUE='#'
BUILD_TEXTUI_FALSE='#'
BUILD_TEXTUI_TRUE=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -Wall '
CHAT_MODULES='irc'
COMMON_LIBS='../fe-common/irc/libfe_common_irc.a ../fe-common/irc/dcc/libfe_irc_dcc.a ../fe-common/irc/notifylist/libfe_irc_notifylist.a ../fe-common/core/libfe_common_core.a ../irc/libirc.a ../irc/core/libirc_core.a ../irc/dcc/libirc_dcc.a ../irc/flood/libirc_flood.a ../irc/notifylist/libirc_notifylist.a ../core/libcore.a ../lib-config/libirssi_config.a'
COMMON_NOUI_LIBS=' ../irc/libirc.a ../irc/core/libirc_core.a ../irc/dcc/libirc_dcc.a ../irc/flood/libirc_flood.a ../irc/notifylist/libirc_notifylist.a ../core/libcore.a ../lib-config/libirssi_config.a'
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/local/bin/ggrep -E'
EXEEXT=''
FGREP='/usr/local/bin/ggrep -F'
FUZZER_LIBS=''
GLIB_CFLAGS='-D_REENTRANT -I/usr/local/Cellar/glib/2.52.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.52.3/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.41/include'
GLIB_GENMARSHAL='glib-genmarshal'
GLIB_LIBS='-L/usr/local/Cellar/glib/2.52.3/lib -L/usr/local/opt/gettext/lib -lgmodule-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation'
GLIB_MKENUMS='glib-mkenums'
GOBJECT_QUERY='gobject-query'
GREP='/usr/local/bin/ggrep'
HAVE_PERL_FALSE='#'
HAVE_PERL_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/ld'
LDFLAGS=''
LIBOBJS=''
LIBS=''
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/nickspain/srcs/irssi/build-aux/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='build-aux/install-sh -c -d'
NM='/usr/bin/nm'
NMEDIT='nmedit'
OBJDUMP='false'
OBJEXT='o'
OPENSSL_CFLAGS=''
OPENSSL_LIBS='-lssl -lcrypto -lz'
OTOOL64=':'
OTOOL='otool'
PACKAGE='irssi'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='irssi'
PACKAGE_STRING='irssi 1.1-head'
PACKAGE_TARNAME='irssi'
PACKAGE_URL=''
PACKAGE_VERSION='1.1-head'
PATH_SEPARATOR=':'
PERL_CFLAGS='-fno-common -DPERL_DARWIN -mmacosx-version-min=10.10 -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/Cellar/perl/5.26.0/lib/perl5/5.26.0/darwin-thread-multi-2level/CORE'
PERL_EXTRA_OPTS='CCCDLFLAGS="-fPIC"'
PERL_FE_LINK_LIBS='../perl/libfe_perl_static.la'
PERL_LDFLAGS=''
PERL_LINK_FLAGS='-mmacosx-version-min=10.10 -fstack-protector-strong -L/usr/local/lib -L/usr/local/Cellar/perl/5.26.0/lib/perl5/5.26.0/darwin-thread-multi-2level/CORE -lperl -lpthread -ldl -lm -lutil'
PERL_LINK_LIBS='../perl/libperl_core_static.la'
PERL_MM_OPT=''
PERL_MM_PARAMS=''
PERL_STATIC_LIBS='0'
PERL_USE_LIB=''
PKG_CONFIG='/usr/local/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PROG_LIBS=' -L/usr/local/Cellar/glib/2.52.3/lib -L/usr/local/opt/gettext/lib -lgmodule-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation -lssl -lcrypto -lz'
RANLIB='ranlib'
SED='/usr/local/bin/gsed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
TEXTUI_LIBS='-lncurses '
USE_GREGEX_FALSE='#'
USE_GREGEX_TRUE=''
VERSION='1.1-head'
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-darwin14.5.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin14.5.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-apple-darwin14.5.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin14.5.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /Users/nickspain/srcs/irssi/build-aux/install-sh'
irc_MODULES='dcc flood notifylist'
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}'
perl_module_fe_lib=''
perl_module_lib=''
perl_static_fe_lib='libfe_perl_static.la'
perl_static_lib='libperl_core_static.la'
perlpath='/usr/local/bin/perl'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sedpath='/usr/bin/sed'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "irssi"
#define PACKAGE_TARNAME "irssi"
#define PACKAGE_VERSION "1.1-head"
#define PACKAGE_STRING "irssi 1.1-head"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#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_UNISTD_H 1
#define HAVE_DIRENT_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_UTSNAME_H 1
#define SIZEOF_INT 4
#define SIZEOF_LONG 8
#define SIZEOF_LONG_LONG 8
#define SIZEOF_OFF_T 8
#define PRIuUOFF_T "lu"
#define UOFF_T_LONG 1
#define HAVE_GMODULE 1
#define HAVE_STATIC_PERL 1
#define USE_GREGEX /**/
configure: exit 0
declare -x Apple_PubSub_Socket_Render="/private/tmp/com.apple.launchd.rWm7TPALO3/Render"
declare -x CAML_LD_LIBRARY_PATH="/Users/nickspain/.opam/system/lib/stublibs:/usr/local/lib/ocaml/stublibs"
declare -x DISPLAY="/private/tmp/com.apple.launchd.qXMnEJkz0i/org.macosforge.xquartz:0"
declare -x EDITOR="emacs"
declare -x EMAIL="nicholas.spain96@gmail.com"
declare -x GLASSFISH_HOME="/usr/local/opt/glassfish/libexec"
declare -x GOPATH="/Users/nickspain/Dropbox/projects/go"
declare -x HISTCONTROL="ignoreboth:erasedups"
declare -x HOME="/Users/nickspain"
declare -x LANG="en_AU.UTF-8"
declare -x LOGNAME="nickspain"
declare -x MANPATH=":/Users/nickspain/.opam/system/man:/Users/nickspain/.opam/system/man"
declare -x NAME="Nicholas Spain"
declare -x NIX_PATH="nixpkgs=/Users/nickspain/.nix-defexpr/channels/nixpkgs"
declare -x NIX_SSL_CERT_FILE="/Users/nickspain/.nix-profile/etc/ssl/certs/ca-bundle.crt"
declare -x OCAML_TOPLEVEL_PATH="/Users/nickspain/.opam/system/lib/toplevel"
declare -x OLDPWD="/Users/nickspain"
declare -x OPAMUTF8MSGS="1"
declare -x PATH="/Users/nickspain/.nix-profile/bin:/Users/nickspain/.nix-profile/sbin:/Users/nickspain/.opam/system/bin:/usr/local/bin:/Users/nickspain/usr/local/Cellar/python3/3.6.1/bin:/Users/nickspain/.rvm/bin:/Users/nickspain/.rvm/gems/ruby-2.2.1/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/Cellar/python/2.7.13/bin/:/usr/texbin:/Users/nickspain/.cargo/bin:/Users/nickspain/.local/bin:/Users/nickspain/dropbox/python/python-quickstart/bin:/usr/local/opt/glassfish/libexec/bin:~/.pub-cache/bin"
declare -x PERL5LIB="/Users/nickspain/.opam/system/lib/perl5:/Users/nickspain/.opam/system/lib/perl5"
declare -x PROMPT_DIRTRIM="4"
declare -x PS1="[\$(git rev-parse --abbrev-ref HEAD)] \$ "
declare -x PWD="/Users/nickspain/srcs/irssi"
declare -x SHELL="/bin/bash4"
declare -x SHLVL="1"
declare -x SSH_AUTH_SOCK="/private/tmp/com.apple.launchd.O1TrFbjaVW/Listeners"
declare -x TERM="xterm-256color"
declare -x TERM_PROGRAM="Apple_Terminal"
declare -x TERM_PROGRAM_VERSION="343.7"
declare -x TERM_SESSION_ID="24F2CF7C-AAE6-4BC9-9789-F2C1AC89460A"
declare -x TMPDIR="/var/folders/56/s9nc2nx15jq3z0cztz27_8wm0000gn/T/"
declare -x USER="nickspain"
declare -x XPC_FLAGS="0x0"
declare -x XPC_SERVICE_NAME="0"
declare -x __CF_USER_TEXT_ENCODING="0x1F5:0x0:0x0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment