Build of irssi with musl toolchain

The build took 00h 01m 15s and was NOT successful.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
55,862 ansic
14,827 makefile
4,174 sh
2,570 perl
77,433 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

List of Errors

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

There were existing files in /sysroot, using those
# /sysroot/lib
# /sysroot/share
# /sysroot/bin
# /sysroot/include
# /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: irssi 0.8.19-2 (Wed Apr 5 01:31:35 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether make supports nested variables... (cached) yes
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... yes
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking whether clang understands -c and -o together... yes
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking how to run the C preprocessor... clang -E
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/sbin/sed
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for fgrep... /usr/sbin/grep -F
# checking for ld used by clang... /sysroot/bin/ld
# checking if the linker (/sysroot/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /sysroot/bin/nm -B
# checking the name lister (/sysroot/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /sysroot/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# configure: WARNING: using cross tools not prefixed with host triplet
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /sysroot/bin/nm -B output from clang object... ok
# checking for sysroot... no
# checking for a working dd... /usr/sbin/dd
# checking how to truncate binary pipes... /usr/sbin/dd bs=4096 count=1
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... no
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking for sed... /usr/sbin/sed
# checking for perl... /usr/sbin/perl
# checking for unistd.h... (cached) yes
# checking dirent.h usability... yes
# checking dirent.h presence... yes
# checking for dirent.h... yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking sys/resource.h usability... yes
# checking sys/resource.h presence... yes
# checking for sys/resource.h... yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking sys/utsname.h usability... yes
# checking sys/utsname.h presence... yes
# checking for sys/utsname.h... yes
# checking regex.h usability... yes
# checking regex.h presence... yes
# checking for regex.h... yes
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# checking for library containing socket... none required
# checking for library containing inet_addr... none required
# checking for socklen_t... yes
# checking size of int... 4
# checking size of long... 8
# checking size of long long... 8
# checking size of off_t... 8
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/sbin/pkg-config
# checking pkg-config is at least version 0.7... yes
# checking for GLIB - version >= 2.16.0... cross compiling; assumed OK...
# yes (version 2.48.1)
# checking for SSL... yes
# configure: checking "location of ncurses.h file"...
# Found ncurses on /usr/include/ncurses.h
# checking for initscr in -lncurses... no
# checking for initscr in -lcurses... no
# checking for setupterm... no
# checking for tparm... no
# checking for working Perl support... error linking with perl libraries, building without Perl
# checking for IPv6... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/Makefile
# config.status: creating src/core/Makefile
# config.status: creating src/irc/Makefile
# config.status: creating src/irc/core/Makefile
# config.status: creating src/irc/dcc/Makefile
# config.status: creating src/irc/notifylist/Makefile
# config.status: creating src/irc/proxy/Makefile
# config.status: creating src/irc/flood/Makefile
# config.status: creating src/fe-common/Makefile
# config.status: creating src/fe-common/core/Makefile
# config.status: creating src/fe-common/irc/Makefile
# config.status: creating src/fe-common/irc/dcc/Makefile
# config.status: creating src/fe-common/irc/notifylist/Makefile
# config.status: creating src/fe-none/Makefile
# config.status: creating src/fe-text/Makefile
# config.status: creating src/lib-config/Makefile
# config.status: creating src/perl/Makefile
# config.status: creating src/perl/common/Makefile.PL
# config.status: creating src/perl/irc/Makefile.PL
# config.status: creating src/perl/ui/Makefile.PL
# config.status: creating src/perl/textui/Makefile.PL
# config.status: creating scripts/Makefile
# config.status: creating scripts/examples/Makefile
# config.status: creating docs/Makefile
# config.status: creating docs/help/Makefile
# config.status: creating docs/help/in/Makefile
# config.status: creating irssi-config
# config.status: creating irssi-config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
#
# Building text frontend ........... : yes, using termcap
# Building irssi bot ............... : no
# Building irssi proxy ............. : yes
# Building with module support ..... : yes
# Building with Perl support ....... : NO!
# - Error linking with perl libraries: -Wl,-E -Wl,-rpath,/usr/lib/perl5/core_perl/CORE -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib -L/usr/lib/perl5/core_perl/CORE -lperl -lpthread -lnsl -ldl -lm -lcrypt -lutil: /sysroot/bin/ld: error: cannot find -lnsl
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# Install prefix ................... : /usr
#
# Building with IPv6 support ....... : yes
# Building with SSL support ........ : yes
# Building with 64bit DCC support .. : yes
# Building with DANE support ....... : no
# Building with true color support.. : no
#
# If there are any problems, read the INSTALL file.
# ./file2header.sh ./irssi.conf default_config > default-config.h
# ./file2header.sh ./default.theme default_theme > default-theme.h
# make all-recursive
# make[1]: Entering directory '/tmp/irssi/src/irssi-0.8.19'
# Making all in src
# make[2]: Entering directory '/tmp/irssi/src/irssi-0.8.19/src'
# Making all in lib-config
# make[3]: Entering directory '/tmp/irssi/src/irssi-0.8.19/src/lib-config'
# CC get.o
# CC parse.o
# CC set.o
# CC write.o
# AR libirssi_config.a
# /r: `u' modifier ignored since `D' is the default (see `U')
# make[3]: Leaving directory '/tmp/irssi/src/irssi-0.8.19/src/lib-config'
# Making all in core
# make[3]: Entering directory '/tmp/irssi/src/irssi-0.8.19/src/core'
# CC args.o
# CC channels-setup.o
# CC channels.o
# CC commands.o
# CC chat-commands.o
# CC chat-protocols.o
# CC chatnets.o
# CC core.o
# CC expandos.o
# CC ignore.o
# CC levels.o
# CC line-split.o
# CC log.o
# CC log-away.o
# CC masks.o
# CC misc.o
# CC modules.o
# CC modules-load.o
# CC net-disconnect.o
# CC net-nonblock.o
# CC net-sendbuffer.o
# CC network.o
# CC network-openssl.o
# CC nicklist.o
# CC nickmatch-cache.o
# network-openssl.c:28:10: fatal error: 'openssl/crypto.h' file not found
# #include
# ^
# CC pidwait.o
# 1 error generated.
# make[3]: *** [Makefile:561: network-openssl.o] Error 1
# make[3]: *** Waiting for unfinished jobs....
# make[3]: Leaving directory '/tmp/irssi/src/irssi-0.8.19/src/core'
# make[2]: *** [Makefile:441: all-recursive] Error 1
# make[2]: Leaving directory '/tmp/irssi/src/irssi-0.8.19/src'
# make[1]: *** [Makefile:569: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/irssi/src/irssi-0.8.19'
# make: *** [Makefile:428: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/irssi/src/irssi-0.8.19/config.log'
# 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 0.8.19, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --enable-ipv6 --with-proxy --sysconfdir=/etc --with-perl-lib=vendor
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 78b0acce8563
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /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: /sysroot/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2602: checking for a BSD-compatible install
# configure:2670: result: /usr/bin/install -c
# configure:2681: checking whether build environment is sane
# configure:2736: result: yes
# configure:2795: checking for x86_64-unknown-linux-strip
# configure:2825: result: no
# configure:2835: checking for strip
# configure:2851: found /sysroot/bin/strip
# configure:2862: result: strip
# configure:2887: checking for a thread-safe mkdir -p
# configure:2926: result: /usr/sbin/mkdir -p
# configure:2933: checking for gawk
# configure:2949: found /usr/sbin/gawk
# configure:2960: result: gawk
# configure:2971: checking whether make sets $(MAKE)
# configure:2993: result: yes
# configure:3022: checking whether make supports nested variables
# configure:3039: result: yes
# configure:3168: checking whether make supports nested variables
# configure:3185: result: yes
# configure:3198: checking whether to enable maintainer-specific portions of Makefiles
# configure:3207: result: no
# configure:3229: checking for x86_64-unknown-linux-gcc
# configure:3256: result: clang
# configure:3525: checking for C compiler version
# configure:3534: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:3545: $? = 0
# configure:3534: clang -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:3545: $? = 0
# configure:3534: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3545: $? = 1
# configure:3534: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3545: $? = 1
# configure:3565: checking whether the C compiler works
# configure:3587: clang conftest.c >&5
# configure:3591: $? = 0
# configure:3639: result: yes
# configure:3642: checking for C compiler default output file name
# configure:3644: result: a.out
# configure:3650: checking for suffix of executables
# configure:3657: clang -o conftest conftest.c >&5
# configure:3661: $? = 0
# configure:3683: result:
# configure:3705: checking whether we are cross compiling
# configure:3713: clang -o conftest conftest.c >&5
# configure:3717: $? = 0
# configure:3724: ./conftest
# ./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:3728: $? = 127
# configure:3743: result: yes
# configure:3748: checking for suffix of object files
# configure:3770: clang -c conftest.c >&5
# configure:3774: $? = 0
# configure:3795: result: o
# configure:3799: checking whether we are using the GNU C compiler
# configure:3818: clang -c conftest.c >&5
# configure:3818: $? = 0
# configure:3827: result: yes
# configure:3836: checking whether clang accepts -g
# configure:3856: clang -c -g conftest.c >&5
# configure:3856: $? = 0
# configure:3897: result: yes
# configure:3914: checking for clang option to accept ISO C89
# configure:3977: clang -c conftest.c >&5
# configure:3977: $? = 0
# configure:3990: result: none needed
# configure:4015: checking whether clang understands -c and -o together
# configure:4037: clang -c conftest.c -o conftest2.o
# configure:4040: $? = 0
# configure:4037: clang -c conftest.c -o conftest2.o
# configure:4040: $? = 0
# configure:4052: result: yes
# configure:4080: checking for style of include used by make
# configure:4108: result: GNU
# configure:4134: checking dependency style of clang
# configure:4245: result: gcc3
# configure:4265: checking how to run the C preprocessor
# configure:4296: clang -E conftest.c
# configure:4296: $? = 0
# configure:4310: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4310: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "irssi"
# | #define PACKAGE_TARNAME "irssi"
# | #define PACKAGE_VERSION "0.8.19"
# | #define PACKAGE_STRING "irssi 0.8.19"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:4335: result: clang -E
# configure:4355: clang -E conftest.c
# configure:4355: $? = 0
# configure:4369: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4369: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "irssi"
# | #define PACKAGE_TARNAME "irssi"
# | #define PACKAGE_VERSION "0.8.19"
# | #define PACKAGE_STRING "irssi 0.8.19"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:4426: checking build system type
# configure:4440: result: x86_64-unknown-linux-gnu
# configure:4460: checking host system type
# configure:4473: result: x86_64-unknown-linux-gnu
# configure:4514: checking how to print strings
# configure:4541: result: printf
# configure:4562: checking for a sed that does not truncate output
# configure:4626: result: /usr/sbin/sed
# configure:4644: checking for grep that handles long lines and -e
# configure:4702: result: /usr/sbin/grep
# configure:4707: checking for egrep
# configure:4769: result: /usr/sbin/grep -E
# configure:4774: checking for fgrep
# configure:4836: result: /usr/sbin/grep -F
# configure:4871: checking for ld used by clang
# configure:4938: result: /sysroot/bin/ld
# configure:4945: checking if the linker (/sysroot/bin/ld) is GNU ld
# configure:4960: result: yes
# configure:4972: checking for BSD- or MS-compatible name lister (nm)
# configure:5026: result: /sysroot/bin/nm -B
# configure:5156: checking the name lister (/sysroot/bin/nm -B) interface
# configure:5163: clang -c conftest.c >&5
# configure:5166: /sysroot/bin/nm -B "conftest.o"
# configure:5169: output
# 0000000000000000 B some_variable
# configure:5176: result: BSD nm
# configure:5179: checking whether ln -s works
# configure:5183: result: yes
# configure:5191: checking the maximum length of command line arguments
# configure:5322: result: 1572864
# configure:5370: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5410: result: func_convert_file_noop
# configure:5417: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5437: result: func_convert_file_noop
# configure:5444: checking for /sysroot/bin/ld option to reload object files
# configure:5451: result: -r
# configure:5485: checking for x86_64-unknown-linux-objdump
# configure:5515: result: no
# configure:5525: checking for objdump
# configure:5541: found /sysroot/bin/objdump
# configure:5552: result: objdump
# configure:5564: WARNING: using cross tools not prefixed with host triplet
# configure:5584: checking how to recognize dependent libraries
# configure:5784: result: pass_all
# configure:5829: checking for x86_64-unknown-linux-dlltool
# configure:5859: result: no
# configure:5869: checking for dlltool
# configure:5899: result: no
# configure:5929: checking how to associate runtime and link libraries
# configure:5956: result: printf %s\n
# configure:5973: checking for x86_64-unknown-linux-ar
# configure:6003: result: no
# configure:6017: checking for ar
# configure:6033: found /sysroot/bin/ar
# configure:6044: result: ar
# configure:6081: checking for archiver @FILE support
# configure:6098: clang -c conftest.c >&5
# configure:6098: $? = 0
# configure:6101: ar cru libconftest.a @conftest.lst >&5
# /r: `u' modifier ignored since `D' is the default (see `U')
# configure:6104: $? = 0
# configure:6109: ar cru libconftest.a @conftest.lst >&5
# /r: `u' modifier ignored since `D' is the default (see `U')
# /r: conftest.o: No such file or directory
# configure:6112: $? = 1
# configure:6124: result: @
# configure:6142: checking for x86_64-unknown-linux-strip
# configure:6169: result: strip
# configure:6241: checking for x86_64-unknown-linux-ranlib
# configure:6271: result: no
# configure:6281: checking for ranlib
# configure:6297: found /sysroot/bin/ranlib
# configure:6308: result: ranlib
# configure:6410: checking command to parse /sysroot/bin/nm -B output from clang object
# configure:6563: clang -c conftest.c >&5
# configure:6566: $? = 0
# configure:6570: /sysroot/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:6573: $? = 0
# configure:6639: clang -o conftest conftest.c conftstm.o >&5
# configure:6642: $? = 0
# configure:6680: result: ok
# configure:6727: checking for sysroot
# configure:6757: result: no
# configure:6764: checking for a working dd
# configure:6802: result: /usr/sbin/dd
# configure:6806: checking how to truncate binary pipes
# configure:6821: result: /usr/sbin/dd bs=4096 count=1
# configure:6957: clang -c conftest.c >&5
# configure:6960: $? = 0
# configure:7110: checking for x86_64-unknown-linux-mt
# configure:7140: result: no
# configure:7150: checking for mt
# configure:7180: result: no
# configure:7200: checking if : is a manifest tool
# configure:7206: : '-?'
# configure:7214: result: no
# configure:7887: checking for ANSI C header files
# configure:7907: clang -c conftest.c >&5
# configure:7907: $? = 0
# configure:7991: result: yes
# configure:8004: checking for sys/types.h
# configure:8004: clang -c conftest.c >&5
# configure:8004: $? = 0
# configure:8004: result: yes
# configure:8004: checking for sys/stat.h
# configure:8004: clang -c conftest.c >&5
# configure:8004: $? = 0
# configure:8004: result: yes
# configure:8004: checking for stdlib.h
# configure:8004: clang -c conftest.c >&5
# configure:8004: $? = 0
# configure:8004: result: yes
# configure:8004: checking for string.h
# configure:8004: clang -c conftest.c >&5
# configure:8004: $? = 0
# configure:8004: result: yes
# configure:8004: checking for memory.h
# configure:8004: clang -c conftest.c >&5
# configure:8004: $? = 0
# configure:8004: result: yes
# configure:8004: checking for strings.h
# configure:8004: clang -c conftest.c >&5
# configure:8004: $? = 0
# configure:8004: result: yes
# configure:8004: checking for inttypes.h
# configure:8004: clang -c conftest.c >&5
# configure:8004: $? = 0
# configure:8004: result: yes
# configure:8004: checking for stdint.h
# configure:8004: clang -c conftest.c >&5
# configure:8004: $? = 0
# configure:8004: result: yes
# configure:8004: checking for unistd.h
# configure:8004: clang -c conftest.c >&5
# configure:8004: $? = 0
# configure:8004: result: yes
# configure:8018: checking for dlfcn.h
# configure:8018: clang -c conftest.c >&5
# configure:8018: $? = 0
# configure:8018: result: yes
# configure:8274: checking for objdir
# configure:8289: result: .libs
# configure:8553: checking if clang supports -fno-rtti -fno-exceptions
# configure:8571: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8575: $? = 0
# configure:8588: result: yes
# configure:8946: checking for clang option to produce PIC
# configure:8953: result: -fPIC -DPIC
# configure:8961: checking if clang PIC flag -fPIC -DPIC works
# configure:8979: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8983: $? = 0
# configure:8996: result: yes
# configure:9025: checking if clang static flag -static works
# configure:9053: result: no
# configure:9068: checking if clang supports -c -o file.o
# configure:9089: clang -c -o out/conftest2.o conftest.c >&5
# configure:9093: $? = 0
# configure:9115: result: yes
# configure:9123: checking if clang supports -c -o file.o
# configure:9170: result: yes
# configure:9203: checking whether the clang linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
# configure:10462: result: yes
# configure:10499: checking whether -lc should be explicitly linked in
# configure:10507: clang -c conftest.c >&5
# configure:10510: $? = 0
# configure:10525: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:10528: $? = 0
# configure:10542: result: no
# configure:10702: checking dynamic linker characteristics
# configure:11283: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11283: $? = 0
# configure:11520: result: GNU/Linux ld.so
# configure:11642: checking how to hardcode library paths into programs
# configure:11667: result: immediate
# configure:12215: checking whether stripping libraries is possible
# configure:12220: result: yes
# configure:12255: checking if libtool supports shared libraries
# configure:12257: result: yes
# configure:12260: checking whether to build shared libraries
# configure:12285: result: yes
# configure:12288: checking whether to build static libraries
# configure:12292: result: yes
# configure:12332: checking for sed
# configure:12350: found /usr/sbin/sed
# configure:12362: result: /usr/sbin/sed
# configure:12372: checking for perl
# configure:12390: found /usr/sbin/perl
# configure:12402: result: /usr/sbin/perl
# configure:12414: checking for unistd.h
# configure:12414: result: yes
# configure:12414: checking dirent.h usability
# configure:12414: clang -c conftest.c >&5
# configure:12414: $? = 0
# configure:12414: result: yes
# configure:12414: checking dirent.h presence
# configure:12414: clang -E conftest.c
# configure:12414: $? = 0
# configure:12414: result: yes
# configure:12414: checking for dirent.h
# configure:12414: result: yes
# configure:12414: checking sys/ioctl.h usability
# configure:12414: clang -c conftest.c >&5
# configure:12414: $? = 0
# configure:12414: result: yes
# configure:12414: checking sys/ioctl.h presence
# configure:12414: clang -E conftest.c
# configure:12414: $? = 0
# configure:12414: result: yes
# configure:12414: checking for sys/ioctl.h
# configure:12414: result: yes
# configure:12414: checking sys/resource.h usability
# configure:12414: clang -c conftest.c >&5
# configure:12414: $? = 0
# configure:12414: result: yes
# configure:12414: checking sys/resource.h presence
# configure:12414: clang -E conftest.c
# configure:12414: $? = 0
# configure:12414: result: yes
# configure:12414: checking for sys/resource.h
# configure:12414: result: yes
# configure:12429: checking sys/socket.h usability
# configure:12429: clang -c conftest.c >&5
# configure:12429: $? = 0
# configure:12429: result: yes
# configure:12429: checking sys/socket.h presence
# configure:12429: clang -E conftest.c
# configure:12429: $? = 0
# configure:12429: result: yes
# configure:12429: checking for sys/socket.h
# configure:12429: result: yes
# configure:12429: checking sys/time.h usability
# configure:12429: clang -c conftest.c >&5
# configure:12429: $? = 0
# configure:12429: result: yes
# configure:12429: checking sys/time.h presence
# configure:12429: clang -E conftest.c
# configure:12429: $? = 0
# configure:12429: result: yes
# configure:12429: checking for sys/time.h
# configure:12429: result: yes
# configure:12429: checking sys/utsname.h usability
# configure:12429: clang -c conftest.c >&5
# configure:12429: $? = 0
# configure:12429: result: yes
# configure:12429: checking sys/utsname.h presence
# configure:12429: clang -E conftest.c
# configure:12429: $? = 0
# configure:12429: result: yes
# configure:12429: checking for sys/utsname.h
# configure:12429: result: yes
# configure:12429: checking regex.h usability
# configure:12429: clang -c conftest.c >&5
# configure:12429: $? = 0
# configure:12429: result: yes
# configure:12429: checking regex.h presence
# configure:12429: clang -E conftest.c
# configure:12429: $? = 0
# configure:12429: result: yes
# configure:12429: checking for regex.h
# configure:12429: result: yes
# configure:12447: checking for special C compiler options needed for large files
# configure:12492: result: no
# configure:12498: checking for _FILE_OFFSET_BITS value needed for large files
# configure:12523: clang -c conftest.c >&5
# configure:12523: $? = 0
# configure:12555: result: no
# configure:12842: checking for library containing socket
# configure:12873: clang -o conftest conftest.c >&5
# configure:12873: $? = 0
# configure:12890: result: none required
# configure:12899: checking for library containing inet_addr
# configure:12930: clang -o conftest conftest.c >&5
# configure:12930: $? = 0
# configure:12947: result: none required
# configure:12960: checking for socklen_t
# configure:12960: clang -c -Wall conftest.c >&5
# configure:12960: $? = 0
# configure:12960: clang -c -Wall conftest.c >&5
# conftest.c:71:24: error: expected expression
# if (sizeof ((socklen_t)))
# ^
# 1 error generated.
# configure:12960: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "irssi"
# | #define PACKAGE_TARNAME "irssi"
# | #define PACKAGE_VERSION "0.8.19"
# | #define PACKAGE_STRING "irssi 0.8.19"
# | #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 HAVE_REGEX_H 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | # include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | if (sizeof ((socklen_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:12960: result: yes
# configure:12980: checking size of int
# configure:12985: clang -c -Wall conftest.c >&5
# configure:12985: $? = 0
# configure:12985: clang -c -Wall conftest.c >&5
# conftest.c:65:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 0)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:12985: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "irssi"
# | #define PACKAGE_TARNAME "irssi"
# | #define PACKAGE_VERSION "0.8.19"
# | #define PACKAGE_STRING "irssi 0.8.19"
# | #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 HAVE_REGEX_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 0)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:12985: clang -c -Wall conftest.c >&5
# conftest.c:65:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 1)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:12985: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "irssi"
# | #define PACKAGE_TARNAME "irssi"
# | #define PACKAGE_VERSION "0.8.19"
# | #define PACKAGE_STRING "irssi 0.8.19"
# | #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 HAVE_REGEX_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 1)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:12985: clang -c -Wall conftest.c >&5
# conftest.c:65:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 3)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:12985: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "irssi"
# | #define PACKAGE_TARNAME "irssi"
# | #define PACKAGE_VERSION "0.8.19"
# | #define PACKAGE_STRING "irssi 0.8.19"
# | #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 HAVE_REGEX_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 3)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:12985: clang -c -Wall conftest.c >&5
# configure:12985: $? = 0
# configure:12985: clang -c -Wall conftest.c >&5
# configure:12985: $? = 0
# configure:12985: clang -c -Wall conftest.c >&5
# configure:12985: $? = 0
# configure:12999: result: 4
# configure:13013: checking size of long
# configure:13018: clang -c -Wall conftest.c >&5
# configure:13018: $? = 0
# configure:13018: clang -c -Wall conftest.c >&5
# conftest.c:66:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 0)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:13018: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "irssi"
# | #define PACKAGE_TARNAME "irssi"
# | #define PACKAGE_VERSION "0.8.19"
# | #define PACKAGE_STRING "irssi 0.8.19"
# | #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 HAVE_REGEX_H 1
# | #define SIZEOF_INT 4
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 0)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:13018: clang -c -Wall conftest.c >&5
# conftest.c:66:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 1)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:13018: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "irssi"
# | #define PACKAGE_TARNAME "irssi"
# | #define PACKAGE_VERSION "0.8.19"
# | #define PACKAGE_STRING "irssi 0.8.19"
# | #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 HAVE_REGEX_H 1
# | #define SIZEOF_INT 4
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 1)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:13018: clang -c -Wall conftest.c >&5
# conftest.c:66:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 3)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:13018: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "irssi"
# | #define PACKAGE_TARNAME "irssi"
# | #define PACKAGE_VERSION "0.8.19"
# | #define PACKAGE_STRING "irssi 0.8.19"
# | #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 HAVE_REGEX_H 1
# | #define SIZEOF_INT 4
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 3)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:13018: clang -c -Wall conftest.c >&5
# conftest.c:66:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 7)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:13018: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "irssi"
# | #define PACKAGE_TARNAME "irssi"
# | #define PACKAGE_VERSION "0.8.19"
# | #define PACKAGE_STRING "irssi 0.8.19"
# | #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 HAVE_REGEX_H 1
# | #define SIZEOF_INT 4
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 7)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:13018: clang -c -Wall conftest.c >&5
# configure:13018: $? = 0
# configure:13018: clang -c -Wall conftest.c >&5
# configure:13018: $? = 0
# configure:13018: clang -c -Wall conftest.c >&5
# configure:13018: $? = 0
# configure:13018: clang -c -Wall conftest.c >&5
# configure:13018: $? = 0
# configure:13032: result: 8
# configure:13046: checking size of long long
# configure:13051: clang -c -Wall conftest.c >&5
# configure:13051: $? = 0
# configure:13051: clang -c -Wall conftest.c >&5
# conftest.c:67:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 0)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:13051: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "irssi"
# | #define PACKAGE_TARNAME "irssi"
# | #define PACKAGE_VERSION "0.8.19"
# | #define PACKAGE_STRING "irssi 0.8.19"
# | #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 HAVE_REGEX_H 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 0)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:13051: clang -c -Wall conftest.c >&5
# conftest.c:67:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 1)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:13051: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "irssi"
# | #define PACKAGE_TARNAME "irssi"
# | #define PACKAGE_VERSION "0.8.19"
# | #define PACKAGE_STRING "irssi 0.8.19"
# | #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 HAVE_REGEX_H 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 1)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:13051: clang -c -Wall conftest.c >&5
# conftest.c:67:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 3)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:13051: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "irssi"
# | #define PACKAGE_TARNAME "irssi"
# | #define PACKAGE_VERSION "0.8.19"
# | #define PACKAGE_STRING "irssi 0.8.19"
# | #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 HAVE_REGEX_H 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 3)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:13051: clang -c -Wall conftest.c >&5
# conftest.c:67:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 7)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:13051: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "irssi"
# | #define PACKAGE_TARNAME "irssi"
# | #define PACKAGE_VERSION "0.8.19"
# | #define PACKAGE_STRING "irssi 0.8.19"
# | #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 HAVE_REGEX_H 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 7)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:13051: clang -c -Wall conftest.c >&5
# configure:13051: $? = 0
# configure:13051: clang -c -Wall conftest.c >&5
# configure:13051: $? = 0
# configure:13051: clang -c -Wall conftest.c >&5
# configure:13051: $? = 0
# configure:13051: clang -c -Wall conftest.c >&5
# configure:13051: $? = 0
# configure:13065: result: 8
# configure:13079: checking size of off_t
# configure:13084: clang -c -Wall conftest.c >&5
# configure:13084: $? = 0
# configure:13084: clang -c -Wall conftest.c >&5
# conftest.c:68:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 0)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:13084: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "irssi"
# | #define PACKAGE_TARNAME "irssi"
# | #define PACKAGE_VERSION "0.8.19"
# | #define PACKAGE_STRING "irssi 0.8.19"
# | #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 HAVE_REGEX_H 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 0)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:13084: clang -c -Wall conftest.c >&5
# conftest.c:68:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 1)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:13084: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "irssi"
# | #define PACKAGE_TARNAME "irssi"
# | #define PACKAGE_VERSION "0.8.19"
# | #define PACKAGE_STRING "irssi 0.8.19"
# | #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 HAVE_REGEX_H 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 1)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:13084: clang -c -Wall conftest.c >&5
# conftest.c:68:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 3)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:13084: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "irssi"
# | #define PACKAGE_TARNAME "irssi"
# | #define PACKAGE_VERSION "0.8.19"
# | #define PACKAGE_STRING "irssi 0.8.19"
# | #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 HAVE_REGEX_H 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 3)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:13084: clang -c -Wall conftest.c >&5
# conftest.c:68:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 7)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:13084: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "irssi"
# | #define PACKAGE_TARNAME "irssi"
# | #define PACKAGE_VERSION "0.8.19"
# | #define PACKAGE_STRING "irssi 0.8.19"
# | #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 HAVE_REGEX_H 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 7)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:13084: clang -c -Wall conftest.c >&5
# configure:13084: $? = 0
# configure:13084: clang -c -Wall conftest.c >&5
# configure:13084: $? = 0
# configure:13084: clang -c -Wall conftest.c >&5
# configure:13084: $? = 0
# configure:13084: clang -c -Wall conftest.c >&5
# configure:13084: $? = 0
# configure:13098: result: 8
# configure:13256: checking for x86_64-unknown-linux-pkg-config
# configure:13289: result: no
# configure:13299: checking for pkg-config
# configure:13317: found /usr/sbin/pkg-config
# configure:13329: result: /usr/sbin/pkg-config
# configure:13354: checking pkg-config is at least version 0.7
# configure:13357: result: yes
# configure:13374: checking for GLIB - version >= 2.16.0
# configure:13502: result: yes (version 2.48.1)
# configure:13604: checking for SSL
# configure:13611: $PKG_CONFIG --exists --print-errors "openssl"
# configure:13614: $? = 0
# configure:13628: $PKG_CONFIG --exists --print-errors "openssl"
# configure:13631: $? = 0
# configure:13669: result: yes
# configure:13966: checking "location of ncurses.h file"...
# configure:13974: result: Found ncurses on /usr/include/ncurses.h
# configure:13978: checking for initscr in -lncurses
# configure:14003: clang -o conftest -Wall conftest.c -lncurses -lncurses -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lssl -lcrypto >&5
# /sysroot/bin/ld: error: cannot find -lncurses
# /sysroot/bin/ld: error: cannot find -lncurses
# /sysroot/bin/ld: error: cannot find -lgmodule-2.0
# /sysroot/bin/ld: error: cannot find -lglib-2.0
# /sysroot/bin/ld: error: cannot find -lssl
# /sysroot/bin/ld: error: cannot find -lcrypto
# /tmp/conftest-e440a8.o:conftest.c:function main: error: undefined reference to 'initscr'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14003: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "irssi"
# | #define PACKAGE_TARNAME "irssi"
# | #define PACKAGE_VERSION "0.8.19"
# | #define PACKAGE_STRING "irssi 0.8.19"
# | #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 HAVE_REGEX_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_OPENSSL /**/
# | /* 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 initscr ();
# | int
# | main ()
# | {
# | return initscr ();
# | ;
# | return 0;
# | }
# configure:14012: result: no
# configure:14021: checking for initscr in -lcurses
# configure:14046: clang -o conftest -Wall conftest.c -lcurses -lcurses -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lssl -lcrypto >&5
# /sysroot/bin/ld: error: cannot find -lcurses
# /sysroot/bin/ld: error: cannot find -lcurses
# /sysroot/bin/ld: error: cannot find -lgmodule-2.0
# /sysroot/bin/ld: error: cannot find -lglib-2.0
# /sysroot/bin/ld: error: cannot find -lssl
# /sysroot/bin/ld: error: cannot find -lcrypto
# /tmp/conftest-7d17e3.o:conftest.c:function main: error: undefined reference to 'initscr'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14046: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "irssi"
# | #define PACKAGE_TARNAME "irssi"
# | #define PACKAGE_VERSION "0.8.19"
# | #define PACKAGE_STRING "irssi 0.8.19"
# | #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 HAVE_REGEX_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_OPENSSL /**/
# | /* 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 initscr ();
# | int
# | main ()
# | {
# | return initscr ();
# | ;
# | return 0;
# | }
# configure:14055: result: no
# configure:14748: checking for setupterm
# configure:14748: clang -o conftest -Wall conftest.c -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lssl -lcrypto -lncurses >&5
# /sysroot/bin/ld: error: cannot find -lgmodule-2.0
# /sysroot/bin/ld: error: cannot find -lglib-2.0
# /sysroot/bin/ld: error: cannot find -lssl
# /sysroot/bin/ld: error: cannot find -lcrypto
# /sysroot/bin/ld: error: cannot find -lncurses
# /tmp/conftest-ecaef4.o:conftest.c:function main: error: undefined reference to 'setupterm'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14748: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "irssi"
# | #define PACKAGE_TARNAME "irssi"
# | #define PACKAGE_VERSION "0.8.19"
# | #define PACKAGE_STRING "irssi 0.8.19"
# | #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 HAVE_REGEX_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_OPENSSL /**/
# | #define HAS_CURSES 1
# | #define USE_NCURSES 1
# | /* end confdefs.h. */
# | /* Define setupterm to an innocuous variant, in case declares setupterm.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define setupterm innocuous_setupterm
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char setupterm (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef setupterm
# |
# | /* 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 ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_setupterm || defined __stub___setupterm
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return setupterm ();
# | ;
# | return 0;
# | }
# configure:14748: result: no
# configure:14899: checking for tparm
# configure:14899: clang -o conftest -Wall conftest.c -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lssl -lcrypto >&5
# /sysroot/bin/ld: error: cannot find -lgmodule-2.0
# /sysroot/bin/ld: error: cannot find -lglib-2.0
# /sysroot/bin/ld: error: cannot find -lssl
# /sysroot/bin/ld: error: cannot find -lcrypto
# /tmp/conftest-9ba5e7.o:conftest.c:function main: error: undefined reference to 'tparm'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14899: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "irssi"
# | #define PACKAGE_TARNAME "irssi"
# | #define PACKAGE_VERSION "0.8.19"
# | #define PACKAGE_STRING "irssi 0.8.19"
# | #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 HAVE_REGEX_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_OPENSSL /**/
# | #define HAS_CURSES 1
# | #define USE_NCURSES 1
# | /* end confdefs.h. */
# | /* Define tparm to an innocuous variant, in case declares tparm.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define tparm innocuous_tparm
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char tparm (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef tparm
# |
# | /* 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 tparm ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_tparm || defined __stub___tparm
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return tparm ();
# | ;
# | return 0;
# | }
# configure:14899: result: no
# configure:14914: checking for working Perl support
# configure:14964: result: error linking with perl libraries, building without Perl
# configure:15153: checking for IPv6
# configure:15174: clang -c -Wall conftest.c >&5
# configure:15174: $? = 0
# configure:15184: result: yes
# configure:15366: checking that generated files are newer than configure
# configure:15372: result: done
# configure:15423: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by irssi config.status 0.8.19, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 78b0acce8563
#
# config.status:1180: creating Makefile
# config.status:1180: creating src/Makefile
# config.status:1180: creating src/core/Makefile
# config.status:1180: creating src/irc/Makefile
# config.status:1180: creating src/irc/core/Makefile
# config.status:1180: creating src/irc/dcc/Makefile
# config.status:1180: creating src/irc/notifylist/Makefile
# config.status:1180: creating src/irc/proxy/Makefile
# config.status:1180: creating src/irc/flood/Makefile
# config.status:1180: creating src/fe-common/Makefile
# config.status:1180: creating src/fe-common/core/Makefile
# config.status:1180: creating src/fe-common/irc/Makefile
# config.status:1180: creating src/fe-common/irc/dcc/Makefile
# config.status:1180: creating src/fe-common/irc/notifylist/Makefile
# config.status:1180: creating src/fe-none/Makefile
# config.status:1180: creating src/fe-text/Makefile
# config.status:1180: creating src/lib-config/Makefile
# config.status:1180: creating src/perl/Makefile
# config.status:1180: creating src/perl/common/Makefile.PL
# config.status:1180: creating src/perl/irc/Makefile.PL
# config.status:1180: creating src/perl/ui/Makefile.PL
# config.status:1180: creating src/perl/textui/Makefile.PL
# config.status:1180: creating scripts/Makefile
# config.status:1180: creating scripts/examples/Makefile
# config.status:1180: creating docs/Makefile
# config.status:1180: creating docs/help/Makefile
# config.status:1180: creating docs/help/in/Makefile
# config.status:1180: creating irssi-config
# config.status:1180: creating irssi-config.h
# config.status:1409: executing depfiles commands
# config.status:1409: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# 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_SSL_CFLAGS_set=
# ac_cv_env_SSL_CFLAGS_value=
# ac_cv_env_SSL_LIBS_set=
# ac_cv_env_SSL_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_setupterm=no
# ac_cv_func_tparm=no
# 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_regex_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-unknown-linux-gnu
# ac_cv_lib_curses_initscr=no
# ac_cv_lib_ncurses_initscr=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/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_path_perlpath=/usr/sbin/perl
# ac_cv_path_sedpath=/usr/sbin/sed
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_search_inet_addr='none required'
# 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_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=/sysroot/bin/ld
# lt_cv_path_NM='/sysroot/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# 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='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\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/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='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_SSL_CFLAGS=
# pkg_cv_SSL_LIBS='-lssl -lcrypto'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/irssi/src/irssi-0.8.19/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} /tmp/irssi/src/irssi-0.8.19/build-aux/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/irssi/src/irssi-0.8.19/build-aux/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/irssi/src/irssi-0.8.19/build-aux/missing automake-1.15'
# AWK='gawk'
# BUILD_IRSSIBOT_FALSE=''
# BUILD_IRSSIBOT_TRUE='#'
# BUILD_IRSSIPROXY_FALSE='#'
# BUILD_IRSSIPROXY_TRUE=''
# BUILD_TEXTUI_FALSE='#'
# BUILD_TEXTUI_TRUE=''
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -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='clang -E'
# CPPFLAGS=''
# CURSES_INCLUDEDIR=''
# CURSES_LIBS='-lncurses'
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# FGREP='/usr/sbin/grep -F'
# GLIB_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# GLIB_GENMARSHAL='glib-genmarshal'
# GLIB_LIBS='-Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0'
# GLIB_MKENUMS='glib-mkenums'
# GOBJECT_QUERY='gobject-query'
# GREP='/usr/sbin/grep'
# 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='/sysroot/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# LT_SYS_LIBRARY_PATH=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/irssi/src/irssi-0.8.19/build-aux/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/sbin/mkdir -p'
# NEED_TPARM_FALSE='#'
# NEED_TPARM_TRUE=''
# NM='/sysroot/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='irssi'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='irssi'
# PACKAGE_STRING='irssi 0.8.19'
# PACKAGE_TARNAME='irssi'
# PACKAGE_URL=''
# PACKAGE_VERSION='0.8.19'
# PATH_SEPARATOR=':'
# PERL_CFLAGS=' -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE '
# PERL_EXTRA_OPTS=''
# PERL_FE_LINK_LIBS=''
# PERL_LDFLAGS='-Wl,-E -Wl,-rpath,/usr/lib/perl5/core_perl/CORE -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib -L/usr/lib/perl5/core_perl/CORE -lperl -lpthread -lnsl -ldl -lm -lcrypt -lutil'
# PERL_LINK_FLAGS=''
# PERL_LINK_LIBS=''
# PERL_MM_PARAMS='INSTALLDIRS=vendor'
# PERL_STATIC_LIBS=''
# PERL_USE_LIB=''
# PKG_CONFIG='/usr/sbin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# PROG_LIBS=' -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lssl -lcrypto'
# RANLIB='ranlib'
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# SSL_CFLAGS=''
# SSL_LIBS='-lssl -lcrypto'
# STRIP='strip'
# TEXTUI_LIBS='-lncurses'
# USE_CURSES_FALSE=''
# USE_CURSES_TRUE='#'
# VERSION='0.8.19'
# ac_ct_AR='ar'
# ac_ct_CC=''
# 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-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/irssi/src/irssi-0.8.19/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=''
# perl_static_lib=''
# perlpath='/usr/sbin/perl'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sedpath='/usr/sbin/sed'
# sharedstatedir='${prefix}/com'
# sysconfdir='/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "irssi"
# #define PACKAGE_TARNAME "irssi"
# #define PACKAGE_VERSION "0.8.19"
# #define PACKAGE_STRING "irssi 0.8.19"
# #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 HAVE_REGEX_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_OPENSSL /**/
# #define HAS_CURSES 1
# #define USE_NCURSES 1
# #define HAVE_IPV6 1
#
# configure: exit 0