xchat/xchat-2.8.8/config.log

2658 lines
87 KiB
Plaintext

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by XChat configure 2.8.8, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = somejuan
uname -m = x86_64
uname -r = 4.15.0-112-generic
uname -s = Linux
uname -v = #113-Ubuntu SMP Thu Jul 9 23:41:39 UTC 2020
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/jdaugherty/.ciao/build/bin
PATH: /home/jdaugherty/.ciaoroot/master/build/bin
PATH: /home/jdaugherty/perl5/bin
PATH: /home/jdaugherty/.autojump/bin
PATH: /home/jdaugherty/bin
PATH: /home/jdaugherty/perl5/bin
PATH: /home/jdaugherty/perl5/bin
PATH: /home/jdaugherty/.local/bin
PATH: /home/jdaugherty/bin
PATH: /home/jdaugherty/.cabal/bin
PATH: /home/jdaugherty/.ghcup/bin
PATH: /home/jdaugherty/.nvm/versions/node/v16.2.0/bin
PATH: /home/jdaugherty/perl5/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
PATH: /snap/bin
PATH: /home/jdaugherty/.dotnet/tools
PATH: /home/jdaugherty/work/pl/logtalk/tools/lgtdoc/xml
PATH: /home/jdaugherty/work/pl/logtalk/scripts
PATH: /home/jdaugherty/work/pl/logtalk/integration
PATH: /home/jdaugherty/Android/Sdk/emulator
PATH: /home/jdaugherty/Android/Sdk/tools
PATH: /home/jdaugherty/Android/Sdk/tools/bin
PATH: /home/jdaugherty/Android/Sdk/platform-tools
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2789: checking for a BSD-compatible install
configure:2857: result: /usr/bin/install -c
configure:2868: checking whether build environment is sane
configure:2918: result: yes
configure:3059: checking for a thread-safe mkdir -p
configure:3098: result: /bin/mkdir -p
configure:3111: checking for gawk
configure:3127: found /usr/bin/gawk
configure:3138: result: gawk
configure:3149: checking whether make sets $(MAKE)
configure:3171: result: yes
configure:3244: checking whether to enable maintainer-specific portions of Makefiles
configure:3253: result: no
configure:3314: checking for gcc
configure:3330: found /usr/bin/gcc
configure:3341: result: gcc
configure:3570: checking for C compiler version
configure:3579: gcc --version >&5
gcc (Ubuntu 8.4.0-1ubuntu1~18.04) 8.4.0
Copyright (C) 2018 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:3590: $? = 0
configure:3579: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 8.4.0-1ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 8.4.0 (Ubuntu 8.4.0-1ubuntu1~18.04)
configure:3590: $? = 0
configure:3579: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3590: $? = 1
configure:3579: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3590: $? = 1
configure:3610: checking whether the C compiler works
configure:3632: gcc -lgmodule-2.0 conftest.c >&5
configure:3636: $? = 0
configure:3685: result: yes
configure:3688: checking for C compiler default output file name
configure:3690: result: a.out
configure:3696: checking for suffix of executables
configure:3703: gcc -o conftest -lgmodule-2.0 conftest.c >&5
configure:3707: $? = 0
configure:3729: result:
configure:3751: checking whether we are cross compiling
configure:3759: gcc -o conftest -lgmodule-2.0 conftest.c >&5
configure:3763: $? = 0
configure:3770: ./conftest
configure:3774: $? = 0
configure:3789: result: no
configure:3794: checking for suffix of object files
configure:3816: gcc -c conftest.c >&5
configure:3820: $? = 0
configure:3841: result: o
configure:3845: checking whether we are using the GNU C compiler
configure:3864: gcc -c conftest.c >&5
configure:3864: $? = 0
configure:3873: result: yes
configure:3882: checking whether gcc accepts -g
configure:3902: gcc -c -g conftest.c >&5
configure:3902: $? = 0
configure:3943: result: yes
configure:3960: checking for gcc option to accept ISO C89
configure:4024: gcc -c -g -O2 conftest.c >&5
configure:4024: $? = 0
configure:4037: result: none needed
configure:4068: checking for style of include used by make
configure:4096: result: GNU
configure:4121: checking dependency style of gcc
configure:4231: result: gcc3
configure:4247: checking whether gcc and cc understand -c and -o together
configure:4278: gcc -c conftest.c -o conftest2.o >&5
configure:4282: $? = 0
configure:4288: gcc -c conftest.c -o conftest2.o >&5
configure:4292: $? = 0
configure:4303: cc -c conftest.c >&5
configure:4307: $? = 0
configure:4315: cc -c conftest.c -o conftest2.o >&5
configure:4319: $? = 0
configure:4325: cc -c conftest.c -o conftest2.o >&5
configure:4329: $? = 0
configure:4347: result: yes
configure:4377: checking how to run the C preprocessor
configure:4408: gcc -E conftest.c
configure:4408: $? = 0
configure:4422: gcc -E conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:4422: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "XChat"
| #define PACKAGE_TARNAME "xchat"
| #define PACKAGE_VERSION "2.8.8"
| #define PACKAGE_STRING "XChat 2.8.8"
| #define PACKAGE_BUGREPORT "http://www.xchat.org/"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4447: result: gcc -E
configure:4467: gcc -E conftest.c
configure:4467: $? = 0
configure:4481: gcc -E conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:4481: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "XChat"
| #define PACKAGE_TARNAME "xchat"
| #define PACKAGE_VERSION "2.8.8"
| #define PACKAGE_STRING "XChat 2.8.8"
| #define PACKAGE_BUGREPORT "http://www.xchat.org/"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4518: checking dependency style of gcc
configure:4626: result: gcc3
configure:4701: checking build system type
configure:4715: result: x86_64-unknown-linux-gnu
configure:4735: checking host system type
configure:4748: result: x86_64-unknown-linux-gnu
configure:4768: checking for a sed that does not truncate output
configure:4832: result: /bin/sed
configure:4850: checking for grep that handles long lines and -e
configure:4908: result: /usr/local/bin/grep
configure:4913: checking for egrep
configure:4975: result: /usr/local/bin/grep -E
configure:4980: checking for fgrep
configure:5042: result: /usr/local/bin/grep -F
configure:5077: checking for ld used by gcc
configure:5144: result: /usr/bin/ld
configure:5151: checking if the linker (/usr/bin/ld) is GNU ld
configure:5166: result: yes
configure:5178: checking for BSD- or MS-compatible name lister (nm)
configure:5227: result: /usr/bin/nm -B
configure:5345: checking the name lister (/usr/bin/nm -B) interface
configure:5352: gcc -c -g -O2 conftest.c >&5
configure:5355: /usr/bin/nm -B "conftest.o"
configure:5358: output
0000000000000000 B some_variable
configure:5365: result: BSD nm
configure:5368: checking whether ln -s works
configure:5372: result: yes
configure:5380: checking the maximum length of command line arguments
configure:5500: result: 1879296
configure:5517: checking whether the shell understands some XSI constructs
configure:5527: result: yes
configure:5531: checking whether the shell understands "+="
configure:5537: result: yes
configure:5572: checking for /usr/bin/ld option to reload object files
configure:5579: result: -r
configure:5648: checking for objdump
configure:5664: found /usr/bin/objdump
configure:5675: result: objdump
configure:5707: checking how to recognize dependent libraries
configure:5903: result: pass_all
configure:5963: checking for ar
configure:5979: found /usr/bin/ar
configure:5990: result: ar
configure:6068: checking for strip
configure:6084: found /usr/bin/strip
configure:6095: result: strip
configure:6167: checking for ranlib
configure:6183: found /usr/bin/ranlib
configure:6194: result: ranlib
configure:6284: checking command to parse /usr/bin/nm -B output from gcc object
configure:6402: gcc -c -g -O2 conftest.c >&5
configure:6405: $? = 0
configure:6409: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:6412: $? = 0
configure:6466: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c conftstm.o >&5
configure:6469: $? = 0
configure:6507: result: ok
configure:6603: gcc -c -g -O2 conftest.c >&5
configure:6606: $? = 0
configure:7312: checking for ANSI C header files
configure:7332: gcc -c -g -O2 conftest.c >&5
configure:7332: $? = 0
configure:7405: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
configure:7405: $? = 0
configure:7405: ./conftest
configure:7405: $? = 0
configure:7416: result: yes
configure:7429: checking for sys/types.h
configure:7429: gcc -c -g -O2 conftest.c >&5
configure:7429: $? = 0
configure:7429: result: yes
configure:7429: checking for sys/stat.h
configure:7429: gcc -c -g -O2 conftest.c >&5
configure:7429: $? = 0
configure:7429: result: yes
configure:7429: checking for stdlib.h
configure:7429: gcc -c -g -O2 conftest.c >&5
configure:7429: $? = 0
configure:7429: result: yes
configure:7429: checking for string.h
configure:7429: gcc -c -g -O2 conftest.c >&5
configure:7429: $? = 0
configure:7429: result: yes
configure:7429: checking for memory.h
configure:7429: gcc -c -g -O2 conftest.c >&5
configure:7429: $? = 0
configure:7429: result: yes
configure:7429: checking for strings.h
configure:7429: gcc -c -g -O2 conftest.c >&5
configure:7429: $? = 0
configure:7429: result: yes
configure:7429: checking for inttypes.h
configure:7429: gcc -c -g -O2 conftest.c >&5
configure:7429: $? = 0
configure:7429: result: yes
configure:7429: checking for stdint.h
configure:7429: gcc -c -g -O2 conftest.c >&5
configure:7429: $? = 0
configure:7429: result: yes
configure:7429: checking for unistd.h
configure:7429: gcc -c -g -O2 conftest.c >&5
configure:7429: $? = 0
configure:7429: result: yes
configure:7444: checking for dlfcn.h
configure:7444: gcc -c -g -O2 conftest.c >&5
configure:7444: $? = 0
configure:7444: result: yes
configure:7598: checking for objdir
configure:7613: result: .libs
configure:7905: checking if gcc supports -fno-rtti -fno-exceptions
configure:7923: 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:7927: $? = 0
configure:7940: result: no
configure:7960: checking for gcc option to produce PIC
configure:8232: result: -fPIC -DPIC
configure:8244: checking if gcc PIC flag -fPIC -DPIC works
configure:8262: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:8266: $? = 0
configure:8279: result: yes
configure:8303: checking if gcc static flag -static works
configure:8331: result: yes
configure:8346: checking if gcc supports -c -o file.o
configure:8367: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:8371: $? = 0
configure:8393: result: yes
configure:8401: checking if gcc supports -c -o file.o
configure:8448: result: yes
configure:8481: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:9467: result: yes
configure:9504: checking whether -lc should be explicitly linked in
configure:9509: gcc -c -g -O2 conftest.c >&5
configure:9512: $? = 0
configure:9527: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/local/bin/grep -lc \>/dev/null 2\>\&1
configure:9530: $? = 0
configure:9542: result: no
configure:9706: checking dynamic linker characteristics
configure:10139: gcc -o conftest -g -O2 -lgmodule-2.0 -Wl,-rpath -Wl,/foo conftest.c >&5
configure:10139: $? = 0
configure:10360: result: GNU/Linux ld.so
configure:10462: checking how to hardcode library paths into programs
configure:10487: result: immediate
configure:11007: checking whether stripping libraries is possible
configure:11012: result: yes
configure:11047: checking if libtool supports shared libraries
configure:11049: result: yes
configure:11052: checking whether to build shared libraries
configure:11073: result: yes
configure:11076: checking whether to build static libraries
configure:11080: result: no
configure:11126: checking whether NLS is requested
configure:11135: result: yes
configure:11176: checking for msgfmt
configure: trying /usr/bin/msgfmt...
0 translated messages.
configure:11208: result: /usr/bin/msgfmt
configure:11217: checking for gmsgfmt
configure:11248: result: /usr/bin/msgfmt
configure:11299: checking for xgettext
configure: trying /usr/bin/xgettext...
/usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
configure:11331: result: /usr/bin/xgettext
configure:11377: checking for msgmerge
configure: trying /usr/bin/msgmerge...
configure:11408: result: /usr/bin/msgmerge
configure:11426: checking whether we are using the GNU C Library 2 or newer
configure:11453: result: yes
configure:11502: checking for ranlib
configure:11529: result: ranlib
configure:11556: checking for simple visibility declarations
configure:11578: gcc -c -g -O2 -fvisibility=hidden conftest.c >&5
configure:11578: $? = 0
configure:11587: result: yes
configure:11602: checking for inline
configure:11618: gcc -c -g -O2 conftest.c >&5
configure:11618: $? = 0
configure:11626: result: inline
configure:11644: checking for size_t
configure:11644: gcc -c -g -O2 conftest.c >&5
configure:11644: $? = 0
configure:11644: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:59:21: error: expected expression before ')' token
if (sizeof ((size_t)))
^
configure:11644: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "XChat"
| #define PACKAGE_TARNAME "xchat"
| #define PACKAGE_VERSION "2.8.8"
| #define PACKAGE_STRING "XChat 2.8.8"
| #define PACKAGE_BUGREPORT "http://www.xchat.org/"
| #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 GETTEXT_PACKAGE "xchat"
| #define HAVE_VISIBILITY 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:11644: result: yes
configure:11656: checking for stdint.h
configure:11673: gcc -c -g -O2 conftest.c >&5
configure:11673: $? = 0
configure:11680: result: yes
configure:11692: checking for working alloca.h
configure:11709: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
configure:11709: $? = 0
configure:11717: result: yes
configure:11725: checking for alloca
configure:11762: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
configure:11762: $? = 0
configure:11770: result: yes
configure:11886: checking for stdlib.h
configure:11886: result: yes
configure:11886: checking for unistd.h
configure:11886: result: yes
configure:11886: checking for sys/param.h
configure:11886: gcc -c -g -O2 conftest.c >&5
configure:11886: $? = 0
configure:11886: result: yes
configure:11907: checking for getpagesize
configure:11907: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
configure:11907: $? = 0
configure:11907: result: yes
configure:11916: checking for working mmap
configure:12063: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
configure:12063: $? = 0
configure:12063: ./conftest
configure:12063: $? = 0
configure:12073: result: yes
configure:12084: checking whether integer division by zero raises SIGFPE
configure:12150: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
conftest.c:45:5: warning: built-in function 'nan' declared as non-function [-Wbuiltin-declaration-mismatch]
int nan;
^~~
configure:12150: $? = 0
configure:12150: ./conftest
configure:12150: $? = 0
configure:12162: result: yes
configure:12175: checking for inttypes.h
configure:12192: gcc -c -g -O2 conftest.c >&5
configure:12192: $? = 0
configure:12199: result: yes
configure:12210: checking for unsigned long long int
configure:12250: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
configure:12250: $? = 0
configure:12258: result: yes
configure:12288: checking for inttypes.h
configure:12288: result: yes
configure:12299: checking whether the inttypes.h PRIxNN macros are broken
configure:12320: gcc -c -g -O2 conftest.c >&5
configure:12320: $? = 0
configure:12328: result: no
configure:12344: checking minix/config.h usability
configure:12344: gcc -c -g -O2 conftest.c >&5
conftest.c:69:10: fatal error: minix/config.h: No such file or directory
#include <minix/config.h>
^~~~~~~~~~~~~~~~
compilation terminated.
configure:12344: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "XChat"
| #define PACKAGE_TARNAME "xchat"
| #define PACKAGE_VERSION "2.8.8"
| #define PACKAGE_STRING "XChat 2.8.8"
| #define PACKAGE_BUGREPORT "http://www.xchat.org/"
| #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 GETTEXT_PACKAGE "xchat"
| #define HAVE_VISIBILITY 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:12344: result: no
configure:12344: checking minix/config.h presence
configure:12344: gcc -E conftest.c
conftest.c:36:10: fatal error: minix/config.h: No such file or directory
#include <minix/config.h>
^~~~~~~~~~~~~~~~
compilation terminated.
configure:12344: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "XChat"
| #define PACKAGE_TARNAME "xchat"
| #define PACKAGE_VERSION "2.8.8"
| #define PACKAGE_STRING "XChat 2.8.8"
| #define PACKAGE_BUGREPORT "http://www.xchat.org/"
| #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 GETTEXT_PACKAGE "xchat"
| #define HAVE_VISIBILITY 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| /* end confdefs.h. */
| #include <minix/config.h>
configure:12344: result: no
configure:12344: checking for minix/config.h
configure:12344: result: no
configure:12365: checking whether it is safe to define __EXTENSIONS__
configure:12383: gcc -c -g -O2 conftest.c >&5
configure:12383: $? = 0
configure:12390: result: yes
configure:12484: checking for ld used by GCC
configure:12548: result: /usr/bin/ld -m elf_x86_64
configure:12555: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:12568: result: yes
configure:12575: checking for shared library run path origin
configure:12588: result: done
configure:12634: checking whether imported symbols can be declared weak
configure:12649: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
configure:12649: $? = 0
configure:12654: result: yes
configure:12659: checking pthread.h usability
configure:12659: gcc -c -g -O2 conftest.c >&5
configure:12659: $? = 0
configure:12659: result: yes
configure:12659: checking pthread.h presence
configure:12659: gcc -E conftest.c
configure:12659: $? = 0
configure:12659: result: yes
configure:12659: checking for pthread.h
configure:12659: result: yes
configure:12687: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
conftest.c: In function 'main':
conftest.c:45:1: warning: null argument where non-null required (argument 1) [-Wnonnull]
pthread_mutex_lock((pthread_mutex_t*)0);
^~~~~~~~~~~~~~~~~~
conftest.c:46:12: warning: null argument where non-null required (argument 1) [-Wnonnull]
pthread_mutexattr_init((pthread_mutexattr_t*)0);
^~~~~~~~~~~~~~~~~~~~~~
/tmp/ccOXFGUs.o: In function `main':
/home/jdaugherty/work/pkgs/xchat/xchat-2.8.8/conftest.c:46: undefined reference to `pthread_mutexattr_init'
collect2: error: ld returned 1 exit status
configure:12687: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "XChat"
| #define PACKAGE_TARNAME "xchat"
| #define PACKAGE_VERSION "2.8.8"
| #define PACKAGE_STRING "XChat 2.8.8"
| #define PACKAGE_BUGREPORT "http://www.xchat.org/"
| #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 GETTEXT_PACKAGE "xchat"
| #define HAVE_VISIBILITY 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_mutex_lock((pthread_mutex_t*)0);
| pthread_mutexattr_init((pthread_mutexattr_t*)0);
| ;
| return 0;
| }
configure:12750: checking for pthread_kill in -lpthread
configure:12775: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c -lpthread >&5
configure:12775: $? = 0
configure:12784: result: yes
configure:12854: checking for pthread_rwlock_t
configure:12854: gcc -c -g -O2 conftest.c >&5
configure:12854: $? = 0
configure:12854: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:48:31: error: expected expression before ')' token
if (sizeof ((pthread_rwlock_t)))
^
configure:12854: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "XChat"
| #define PACKAGE_TARNAME "xchat"
| #define PACKAGE_VERSION "2.8.8"
| #define PACKAGE_STRING "XChat 2.8.8"
| #define PACKAGE_BUGREPORT "http://www.xchat.org/"
| #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 GETTEXT_PACKAGE "xchat"
| #define HAVE_VISIBILITY 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| /* end confdefs.h. */
| #include <pthread.h>
|
| int
| main ()
| {
| if (sizeof ((pthread_rwlock_t)))
| return 0;
| ;
| return 0;
| }
configure:12854: result: yes
configure:12879: gcc -c -g -O2 conftest.c >&5
configure:12879: $? = 0
configure:13477: checking for multithread API to use
configure:13479: result: posix
configure:13947: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
configure:13947: $? = 0
configure:13958: checking argz.h usability
configure:13958: gcc -c -g -O2 conftest.c >&5
configure:13958: $? = 0
configure:13958: result: yes
configure:13958: checking argz.h presence
configure:13958: gcc -E conftest.c
configure:13958: $? = 0
configure:13958: result: yes
configure:13958: checking for argz.h
configure:13958: result: yes
configure:13958: checking for inttypes.h
configure:13958: result: yes
configure:13958: checking limits.h usability
configure:13958: gcc -c -g -O2 conftest.c >&5
configure:13958: $? = 0
configure:13958: result: yes
configure:13958: checking limits.h presence
configure:13958: gcc -E conftest.c
configure:13958: $? = 0
configure:13958: result: yes
configure:13958: checking for limits.h
configure:13958: result: yes
configure:13958: checking for unistd.h
configure:13958: result: yes
configure:13958: checking for sys/param.h
configure:13958: result: yes
configure:13974: checking for getcwd
configure:13974: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
configure:13974: $? = 0
configure:13974: result: yes
configure:13974: checking for getegid
configure:13974: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
configure:13974: $? = 0
configure:13974: result: yes
configure:13974: checking for geteuid
configure:13974: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
configure:13974: $? = 0
configure:13974: result: yes
configure:13974: checking for getgid
configure:13974: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
configure:13974: $? = 0
configure:13974: result: yes
configure:13974: checking for getuid
configure:13974: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
configure:13974: $? = 0
configure:13974: result: yes
configure:13974: checking for mempcpy
configure:13974: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
conftest.c:79:6: warning: conflicting types for built-in function 'mempcpy' [-Wbuiltin-declaration-mismatch]
char mempcpy ();
^~~~~~~
configure:13974: $? = 0
configure:13974: result: yes
configure:13974: checking for munmap
configure:13974: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
configure:13974: $? = 0
configure:13974: result: yes
configure:13974: checking for stpcpy
configure:13974: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
conftest.c:81:6: warning: conflicting types for built-in function 'stpcpy' [-Wbuiltin-declaration-mismatch]
char stpcpy ();
^~~~~~
configure:13974: $? = 0
configure:13974: result: yes
configure:13974: checking for strcasecmp
configure:13974: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
conftest.c:82:6: warning: conflicting types for built-in function 'strcasecmp' [-Wbuiltin-declaration-mismatch]
char strcasecmp ();
^~~~~~~~~~
configure:13974: $? = 0
configure:13974: result: yes
configure:13974: checking for strdup
configure:13974: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
conftest.c:83:6: warning: conflicting types for built-in function 'strdup' [-Wbuiltin-declaration-mismatch]
char strdup ();
^~~~~~
configure:13974: $? = 0
configure:13974: result: yes
configure:13974: checking for strtoul
configure:13974: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
configure:13974: $? = 0
configure:13974: result: yes
configure:13974: checking for tsearch
configure:13974: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
configure:13974: $? = 0
configure:13974: result: yes
configure:13974: checking for argz_count
configure:13974: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
configure:13974: $? = 0
configure:13974: result: yes
configure:13974: checking for argz_stringify
configure:13974: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
configure:13974: $? = 0
configure:13974: result: yes
configure:13974: checking for argz_next
configure:13974: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
configure:13974: $? = 0
configure:13974: result: yes
configure:13974: checking for __fsetlocking
configure:13974: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
configure:13974: $? = 0
configure:13974: result: yes
configure:13986: checking whether feof_unlocked is declared
configure:14006: gcc -c -g -O2 conftest.c >&5
configure:14006: $? = 0
configure:14013: result: yes
configure:14027: checking whether fgets_unlocked is declared
configure:14047: gcc -c -g -O2 conftest.c >&5
configure:14047: $? = 0
configure:14054: result: yes
configure:14098: checking for iconv
configure:14120: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
/tmp/ccjfiD5x.o: In function `main':
/home/jdaugherty/work/pkgs/xchat/xchat-2.8.8/conftest.c:74: undefined reference to `libiconv_open'
/home/jdaugherty/work/pkgs/xchat/xchat-2.8.8/conftest.c:75: undefined reference to `libiconv'
/home/jdaugherty/work/pkgs/xchat/xchat-2.8.8/conftest.c:76: undefined reference to `libiconv_close'
collect2: error: ld returned 1 exit status
configure:14120: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "XChat"
| #define PACKAGE_TARNAME "xchat"
| #define PACKAGE_VERSION "2.8.8"
| #define PACKAGE_STRING "XChat 2.8.8"
| #define PACKAGE_BUGREPORT "http://www.xchat.org/"
| #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 GETTEXT_PACKAGE "xchat"
| #define HAVE_VISIBILITY 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE_ARGZ_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| /* end confdefs.h. */
| #include <stdlib.h>
| #include <iconv.h>
| int
| main ()
| {
| iconv_t cd = iconv_open("","");
| iconv(cd,NULL,NULL,NULL,NULL);
| iconv_close(cd);
| ;
| return 0;
| }
configure:14142: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c -liconv >&5
configure:14142: $? = 0
configure:14152: result: yes
configure:14155: checking for working iconv
configure:14231: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c -liconv >&5
configure:14231: $? = 0
configure:14231: ./conftest
configure:14231: $? = 0
configure:14243: result: yes
configure:14258: checking how to link with libiconv
configure:14260: result: -liconv
configure:14271: checking for iconv declaration
configure:14300: gcc -c -g -O2 conftest.c >&5
configure:14300: $? = 0
configure:14311: result: install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:14322: checking for NL_LOCALE_NAME macro
configure:14341: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
configure:14341: $? = 0
configure:14350: result: yes
configure:14362: checking for bison
configure:14378: found /usr/bin/bison
configure:14389: result: bison
configure:14403: checking version of bison
configure:14412: result: 3.0.4, ok
configure:14420: checking for long long int
configure:14460: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
configure:14460: $? = 0
configure:14490: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
configure:14490: $? = 0
configure:14490: ./conftest
configure:14490: $? = 0
configure:14505: result: yes
configure:14514: checking for wchar_t
configure:14531: gcc -c -g -O2 conftest.c >&5
configure:14531: $? = 0
configure:14538: result: yes
configure:14547: checking for wint_t
configure:14572: gcc -c -g -O2 conftest.c >&5
configure:14572: $? = 0
configure:14579: result: yes
configure:14590: checking for intmax_t
configure:14616: gcc -c -g -O2 conftest.c >&5
configure:14616: $? = 0
configure:14623: result: yes
configure:14633: checking whether printf() supports POSIX/XSI format strings
configure:14674: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
configure:14674: $? = 0
configure:14674: ./conftest
configure:14674: $? = 0
configure:14685: result: yes
configure:14696: checking whether we are using the GNU C Library 2.1 or newer
configure:14723: result: yes
configure:14732: checking for stdint.h
configure:14732: result: yes
configure:14742: checking for SIZE_MAX
configure:14814: result: yes
configure:14829: checking for stdint.h
configure:14829: result: yes
configure:14841: checking for CFPreferencesCopyAppValue
configure:14859: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:79:10: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
#include <CoreFoundation/CFPreferences.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:14859: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "XChat"
| #define PACKAGE_TARNAME "xchat"
| #define PACKAGE_VERSION "2.8.8"
| #define PACKAGE_STRING "XChat 2.8.8"
| #define PACKAGE_BUGREPORT "http://www.xchat.org/"
| #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 GETTEXT_PACKAGE "xchat"
| #define HAVE_VISIBILITY 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE_ARGZ_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_NL_LOCALE_NAME 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h. */
| #include <CoreFoundation/CFPreferences.h>
| int
| main ()
| {
| CFPreferencesCopyAppValue(NULL, NULL)
| ;
| return 0;
| }
configure:14868: result: no
configure:14875: checking for CFLocaleCopyCurrent
configure:14893: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:79:10: fatal error: CoreFoundation/CFLocale.h: No such file or directory
#include <CoreFoundation/CFLocale.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:14893: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "XChat"
| #define PACKAGE_TARNAME "xchat"
| #define PACKAGE_VERSION "2.8.8"
| #define PACKAGE_STRING "XChat 2.8.8"
| #define PACKAGE_BUGREPORT "http://www.xchat.org/"
| #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 GETTEXT_PACKAGE "xchat"
| #define HAVE_VISIBILITY 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE_ARGZ_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_NL_LOCALE_NAME 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h. */
| #include <CoreFoundation/CFLocale.h>
| int
| main ()
| {
| CFLocaleCopyCurrent();
| ;
| return 0;
| }
configure:14902: result: no
configure:14920: checking for ptrdiff_t
configure:14920: gcc -c -g -O2 conftest.c >&5
configure:14920: $? = 0
configure:14920: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:115:24: error: expected expression before ')' token
if (sizeof ((ptrdiff_t)))
^
configure:14920: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "XChat"
| #define PACKAGE_TARNAME "xchat"
| #define PACKAGE_VERSION "2.8.8"
| #define PACKAGE_STRING "XChat 2.8.8"
| #define PACKAGE_BUGREPORT "http://www.xchat.org/"
| #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 GETTEXT_PACKAGE "xchat"
| #define HAVE_VISIBILITY 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE_ARGZ_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_NL_LOCALE_NAME 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_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
| int
| main ()
| {
| if (sizeof ((ptrdiff_t)))
| return 0;
| ;
| return 0;
| }
configure:14920: result: yes
configure:14933: checking stddef.h usability
configure:14933: gcc -c -g -O2 conftest.c >&5
configure:14933: $? = 0
configure:14933: result: yes
configure:14933: checking stddef.h presence
configure:14933: gcc -E conftest.c
configure:14933: $? = 0
configure:14933: result: yes
configure:14933: checking for stddef.h
configure:14933: result: yes
configure:14933: checking for stdlib.h
configure:14933: result: yes
configure:14933: checking for string.h
configure:14933: result: yes
configure:14947: checking for asprintf
configure:14947: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
configure:14947: $? = 0
configure:14947: result: yes
configure:14947: checking for fwprintf
configure:14947: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
configure:14947: $? = 0
configure:14947: result: yes
configure:14947: checking for putenv
configure:14947: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
configure:14947: $? = 0
configure:14947: result: yes
configure:14947: checking for setenv
configure:14947: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
configure:14947: $? = 0
configure:14947: result: yes
configure:14947: checking for setlocale
configure:14947: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
configure:14947: $? = 0
configure:14947: result: yes
configure:14947: checking for snprintf
configure:14947: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
conftest.c:110:6: warning: conflicting types for built-in function 'snprintf' [-Wbuiltin-declaration-mismatch]
char snprintf ();
^~~~~~~~
configure:14947: $? = 0
configure:14947: result: yes
configure:14947: checking for wcslen
configure:14947: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
configure:14947: $? = 0
configure:14947: result: yes
configure:14959: checking whether _snprintf is declared
configure:14979: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:95:22: error: '_snprintf' undeclared (first use in this function); did you mean 'vsnprintf'?
char *p = (char *) _snprintf;
^~~~~~~~~
vsnprintf
conftest.c:95:22: note: each undeclared identifier is reported only once for each function it appears in
configure:14979: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "XChat"
| #define PACKAGE_TARNAME "xchat"
| #define PACKAGE_VERSION "2.8.8"
| #define PACKAGE_STRING "XChat 2.8.8"
| #define PACKAGE_BUGREPORT "http://www.xchat.org/"
| #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 GETTEXT_PACKAGE "xchat"
| #define HAVE_VISIBILITY 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE_ARGZ_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_NL_LOCALE_NAME 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_FWPRINTF 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| /* end confdefs.h. */
| #include <stdio.h>
| int
| main ()
| {
|
| #ifndef _snprintf
| char *p = (char *) _snprintf;
| #endif
|
| ;
| return 0;
| }
configure:14986: result: no
configure:15000: checking whether _snwprintf is declared
configure:15020: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:96:22: error: '_snwprintf' undeclared (first use in this function); did you mean 'vsnprintf'?
char *p = (char *) _snwprintf;
^~~~~~~~~~
vsnprintf
conftest.c:96:22: note: each undeclared identifier is reported only once for each function it appears in
configure:15020: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "XChat"
| #define PACKAGE_TARNAME "xchat"
| #define PACKAGE_VERSION "2.8.8"
| #define PACKAGE_STRING "XChat 2.8.8"
| #define PACKAGE_BUGREPORT "http://www.xchat.org/"
| #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 GETTEXT_PACKAGE "xchat"
| #define HAVE_VISIBILITY 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE_ARGZ_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_NL_LOCALE_NAME 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_FWPRINTF 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_DECL__SNPRINTF 0
| /* end confdefs.h. */
| #include <stdio.h>
| int
| main ()
| {
|
| #ifndef _snwprintf
| char *p = (char *) _snwprintf;
| #endif
|
| ;
| return 0;
| }
configure:15027: result: no
configure:15042: checking whether getc_unlocked is declared
configure:15062: gcc -c -g -O2 conftest.c >&5
configure:15062: $? = 0
configure:15069: result: yes
configure:15108: checking for nl_langinfo and CODESET
configure:15124: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
configure:15124: $? = 0
configure:15133: result: yes
configure:15142: checking for LC_MESSAGES
configure:15158: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
configure:15158: $? = 0
configure:15166: result: yes
configure:15317: checking for CFPreferencesCopyAppValue
configure:15344: result: no
configure:15351: checking for CFLocaleCopyCurrent
configure:15378: result: no
configure:15413: checking whether included gettext is requested
configure:15423: result: no
configure:15446: checking for GNU gettext in libc
configure:15466: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c >&5
configure:15466: $? = 0
configure:15475: result: yes
configure:16038: checking whether to use NLS
configure:16040: result: yes
configure:16043: checking where the gettext function comes from
configure:16054: result: libc
configure:16164: checking for sed
configure:16182: found /bin/sed
configure:16194: result: /bin/sed
configure:16208: checking for uname
configure:16226: found /bin/uname
configure:16238: result: /bin/uname
configure:16249: checking system type
configure:16252: result: Linux
configure:16482: checking for pkg-config
configure:16500: found /usr/bin/pkg-config
configure:16512: result: /usr/bin/pkg-config
configure:16537: checking pkg-config is at least version 0.16
configure:16540: result: yes
configure:16558: checking for GLIB - version >= 2.0.3
configure:16672: gcc -o conftest -g -O2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -lgmodule-2.0 conftest.c -lglib-2.0 >&5
configure:16672: $? = 0
configure:16672: ./conftest
configure:16672: $? = 0
configure:16686: result: yes (version 2.56.4)
configure:16782: checking for pkg-config
configure:16813: result: /usr/bin/pkg-config
configure:16835: checking for GTK+ - version >= 2.10.0
configure:16945: gcc -o conftest -g -O2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -lgmodule-2.0 conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype >&5
configure:16945: $? = 0
configure:16945: ./conftest
configure:16945: $? = 0
configure:16959: result: yes (version 2.24.32)
configure:17057: checking for gconftool-2
configure:17075: found /usr/bin/gconftool-2
configure:17088: result: /usr/bin/gconftool-2
configure:17173: checking for XSetWMHints in -lX11
configure:17198: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c -lX11 >&5
configure:17198: $? = 0
configure:17207: result: yes
configure:17227: checking for perl
configure:17245: found /usr/bin/perl
configure:17257: result: /usr/bin/perl
configure:17265: checking for Perl compile flags
configure:17281: result: ok
configure:17290: checking for perl >= 5.8.0
configure:17294: result: yes
configure:17296: checking if perl plugin will be backward compatible
configure:17299: result: yes
configure:17320: checking for python2
configure:17338: found /usr/bin/python2
configure:17350: result: /usr/bin/python2
configure:17403: checking Python version
configure:17409: result: 2.7
configure:17412: checking Python compile flags
configure:17419: result: ok
configure:17434: checking for location of tclConfig.sh
configure:17447: result: /usr/lib/tclConfig.sh
configure:17459: checking for select
configure:17459: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c -lX11 >&5
configure:17459: $? = 0
configure:17459: result: yes
configure:17697: checking for select in -lsocket
configure:17722: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c -lsocket -lX11 >&5
/usr/bin/ld: cannot find -lsocket
collect2: error: ld returned 1 exit status
configure:17722: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "XChat"
| #define PACKAGE_TARNAME "xchat"
| #define PACKAGE_VERSION "2.8.8"
| #define PACKAGE_STRING "XChat 2.8.8"
| #define PACKAGE_BUGREPORT "http://www.xchat.org/"
| #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 GETTEXT_PACKAGE "xchat"
| #define HAVE_VISIBILITY 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE_ARGZ_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_NL_LOCALE_NAME 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_FWPRINTF 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define USING_LINUX 1
| #define USE_XLIB 1
| #define HAVE_LIBX11 1
| #define OLD_PERL 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 select ();
| int
| main ()
| {
| return select ();
| ;
| return 0;
| }
configure:17731: result: no
configure:17774: checking for pkg-config
configure:17792: found /usr/bin/pkg-config
configure:17804: result: /usr/bin/pkg-config
configure:17812: checking for openssl through pkg-config
configure:17819: result: yes
configure:17916: checking for dlopen
configure:17916: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c -lX11 -lssl -lcrypto >&5
/tmp/ccLlExWz.o: In function `main':
/home/jdaugherty/work/pkgs/xchat/xchat-2.8.8/conftest.c:136: undefined reference to `dlopen'
collect2: error: ld returned 1 exit status
configure:17916: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "XChat"
| #define PACKAGE_TARNAME "xchat"
| #define PACKAGE_VERSION "2.8.8"
| #define PACKAGE_STRING "XChat 2.8.8"
| #define PACKAGE_BUGREPORT "http://www.xchat.org/"
| #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 GETTEXT_PACKAGE "xchat"
| #define HAVE_VISIBILITY 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE_ARGZ_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_NL_LOCALE_NAME 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_FWPRINTF 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define USING_LINUX 1
| #define USE_XLIB 1
| #define HAVE_LIBX11 1
| #define OLD_PERL 1
| #define USE_OPENSSL 1
| /* end confdefs.h. */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define dlopen innocuous_dlopen
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char dlopen (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef dlopen
|
| /* 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 dlopen ();
| /* 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_dlopen || defined __stub___dlopen
| choke me
| #endif
|
| int
| main ()
| {
| return dlopen ();
| ;
| return 0;
| }
configure:17916: result: no
configure:17926: checking for dlopen in -ldl
configure:17951: gcc -o conftest -g -O2 -lgmodule-2.0 conftest.c -ldl -lX11 -lssl -lcrypto >&5
configure:17951: $? = 0
configure:17960: result: yes
configure:17975: checking for pkg-config
configure:18005: result: /usr/bin/pkg-config
configure:18032: checking for DBUS
configure:18039: $PKG_CONFIG --exists --print-errors "dbus-1 >= 0.60 dbus-glib-1 >= 0.60 gthread-2.0"
configure:18042: $? = 0
configure:18055: $PKG_CONFIG --exists --print-errors "dbus-1 >= 0.60 dbus-glib-1 >= 0.60 gthread-2.0"
configure:18058: $? = 0
configure:18101: result: yes
configure:18107: checking for dbus-binding-tool
configure:18125: found /usr/bin/dbus-binding-tool
configure:18138: result: /usr/bin/dbus-binding-tool
configure:18148: checking for glib-genmarshal
configure:18166: found /usr/bin/glib-genmarshal
configure:18179: result: /usr/bin/glib-genmarshal
configure:18321: checking for LIBSEXY
configure:18328: $PKG_CONFIG --exists --print-errors "libsexy >= 0.1.8"
Package libsexy was not found in the pkg-config search path.
Perhaps you should add the directory containing `libsexy.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libsexy' found
configure:18331: $? = 1
configure:18344: $PKG_CONFIG --exists --print-errors "libsexy >= 0.1.8"
Package libsexy was not found in the pkg-config search path.
Perhaps you should add the directory containing `libsexy.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libsexy' found
configure:18347: $? = 1
No package 'libsexy' found
configure:18374: result: no
configure:18376: result: no
configure:18731: checking if gcc accepts -Wno-pointer-sign
configure:18750: gcc -c -Wno-pointer-sign conftest.c >&5
configure:18750: $? = 0
configure:18753: result: yes
configure:18770: checking if gcc accepts -funsigned-char
configure:18789: gcc -c -funsigned-char conftest.c >&5
configure:18789: $? = 0
configure:18792: result: yes
configure:18810: checking for modern sigaction
configure:18825: gcc -c -g -O2 -Wall -pipe -Wno-pointer-sign -funsigned-char conftest.c >&5
conftest.c: In function 'main':
conftest.c:111:14: warning: unused variable 'si' [-Wunused-variable]
siginfo_t *si;
^~
conftest.c:110:18: warning: variable 'act' set but not used [-Wunused-but-set-variable]
struct sigaction act;
^~~
configure:18825: $? = 0
configure:18827: result: yes
configure:18840: checking for gdk-pixbuf-csource
configure:18858: found /usr/bin/gdk-pixbuf-csource
configure:18870: result: /usr/bin/gdk-pixbuf-csource
configure:18886: checking for snprintf
configure:18886: result: yes
configure:18886: checking for vsnprintf
configure:18886: gcc -o conftest -g -O2 -Wall -pipe -Wno-pointer-sign -funsigned-char -lgmodule-2.0 conftest.c -lX11 -lssl -lcrypto -ldl -Wl,--export-dynamic -pthread -lglib-2.0 >&5
conftest.c:131:6: warning: conflicting types for built-in function 'vsnprintf' [-Wbuiltin-declaration-mismatch]
char vsnprintf ();
^~~~~~~~~
configure:18886: $? = 0
configure:18886: result: yes
configure:18886: checking for memrchr
configure:18886: gcc -o conftest -g -O2 -Wall -pipe -Wno-pointer-sign -funsigned-char -lgmodule-2.0 conftest.c -lX11 -lssl -lcrypto -ldl -Wl,--export-dynamic -pthread -lglib-2.0 >&5
configure:18886: $? = 0
configure:18886: result: yes
configure:18886: checking for strtoull
configure:18886: gcc -o conftest -g -O2 -Wall -pipe -Wno-pointer-sign -funsigned-char -lgmodule-2.0 conftest.c -lX11 -lssl -lcrypto -ldl -Wl,--export-dynamic -pthread -lglib-2.0 >&5
configure:18886: $? = 0
configure:18886: result: yes
configure:18897: checking for gethostbyname
configure:18897: gcc -o conftest -g -O2 -Wall -pipe -Wno-pointer-sign -funsigned-char -lgmodule-2.0 conftest.c -lX11 -lssl -lcrypto -ldl -Wl,--export-dynamic -pthread -lglib-2.0 >&5
configure:18897: $? = 0
configure:18897: result: yes
configure:18995: checking for gethostname
configure:18995: gcc -o conftest -g -O2 -Wall -pipe -Wno-pointer-sign -funsigned-char -lgmodule-2.0 conftest.c -lX11 -lssl -lcrypto -ldl -Wl,--export-dynamic -pthread -lglib-2.0 >&5
configure:18995: $? = 0
configure:18995: result: yes
configure:19049: checking for strings.h
configure:19049: result: yes
configure:19060: checking for socklen_t
configure:19085: result: yes
configure:19324: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by XChat config.status 2.8.8, which was
generated by GNU Autoconf 2.65. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on somejuan
config.status:1299: creating Makefile
config.status:1299: creating src/Makefile
config.status:1299: creating src/common/Makefile
config.status:1299: creating src/common/dbus/Makefile
config.status:1299: creating src/fe-text/Makefile
config.status:1299: creating src/fe-gtk/Makefile
config.status:1299: creating src/pixmaps/Makefile
config.status:1299: creating plugins/Makefile
config.status:1299: creating plugins/python/Makefile
config.status:1299: creating plugins/perl/Makefile
config.status:1299: creating plugins/tcl/Makefile
config.status:1299: creating intl/Makefile
config.status:1299: creating po/Makefile.in
config.status:1299: creating config.h
config.status:1519: executing depfiles commands
config.status:1519: executing libtool commands
config.status:1519: executing po-directories commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_env_CCASFLAGS_set=
ac_cv_env_CCASFLAGS_value=
ac_cv_env_CCAS_set=
ac_cv_env_CCAS_value=
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_DBUS_CFLAGS_set=
ac_cv_env_DBUS_CFLAGS_value=
ac_cv_env_DBUS_LIBS_set=
ac_cv_env_DBUS_LIBS_value=
ac_cv_env_GTKSPELL_CFLAGS_set=
ac_cv_env_GTKSPELL_CFLAGS_value=
ac_cv_env_GTKSPELL_LIBS_set=
ac_cv_env_GTKSPELL_LIBS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-lgmodule-2.0
ac_cv_env_LIBSEXY_CFLAGS_set=
ac_cv_env_LIBSEXY_CFLAGS_value=
ac_cv_env_LIBSEXY_LIBS_set=
ac_cv_env_LIBSEXY_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_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_func___fsetlocking=yes
ac_cv_func_alloca_works=yes
ac_cv_func_argz_count=yes
ac_cv_func_argz_next=yes
ac_cv_func_argz_stringify=yes
ac_cv_func_asprintf=yes
ac_cv_func_dlopen=no
ac_cv_func_fwprintf=yes
ac_cv_func_getcwd=yes
ac_cv_func_getegid=yes
ac_cv_func_geteuid=yes
ac_cv_func_getgid=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_gethostname=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getuid=yes
ac_cv_func_mempcpy=yes
ac_cv_func_memrchr=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_munmap=yes
ac_cv_func_putenv=yes
ac_cv_func_select=yes
ac_cv_func_setenv=yes
ac_cv_func_setlocale=yes
ac_cv_func_snprintf=yes
ac_cv_func_stpcpy=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strdup=yes
ac_cv_func_strtoul=yes
ac_cv_func_strtoull=yes
ac_cv_func_tsearch=yes
ac_cv_func_vsnprintf=yes
ac_cv_func_wcslen=yes
ac_cv_gnu_library_2=yes
ac_cv_gnu_library_2_1=yes
ac_cv_have_decl__snprintf=no
ac_cv_have_decl__snwprintf=no
ac_cv_have_decl_feof_unlocked=yes
ac_cv_have_decl_fgets_unlocked=yes
ac_cv_have_decl_getc_unlocked=yes
ac_cv_header_argz_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_pthread_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=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_param_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_X11_XSetWMHints=yes
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_pthread_pthread_kill=yes
ac_cv_lib_socket_select=no
ac_cv_objext=o
ac_cv_path_DBUS_BINDING_TOOL=/usr/bin/dbus-binding-tool
ac_cv_path_EGREP='/usr/local/bin/grep -E'
ac_cv_path_FGREP='/usr/local/bin/grep -F'
ac_cv_path_GCONFTOOL=/usr/bin/gconftool-2
ac_cv_path_GLIB_GENMARSHAL=/usr/bin/glib-genmarshal
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/usr/local/bin/grep
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_SED=/bin/sed
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_gdkpixbufcsourcepath=/usr/bin/gdk-pixbuf-csource
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_path_perlpath=/usr/bin/perl
ac_cv_path_pkgconfigpath=/usr/bin/pkg-config
ac_cv_path_pythonpath=/usr/bin/python2
ac_cv_path_sedpath=/bin/sed
ac_cv_path_unamepath=/bin/uname
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_INTLBISON=bison
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_type_long_long_int=yes
ac_cv_type_pthread_rwlock_t=yes
ac_cv_type_ptrdiff_t=yes
ac_cv_type_size_t=yes
ac_cv_type_socklen_t=yes
ac_cv_type_unsigned_long_long_int=yes
ac_cv_working_alloca_h=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_path_LD='/usr/bin/ld -m elf_x86_64'
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
am_cv_CCAS_dependencies_compiler_type=gcc3
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_func_iconv=yes
am_cv_func_iconv_works=yes
am_cv_langinfo_codeset=yes
am_cv_lib_iconv=yes
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1=
gl_cv_cc_visibility=yes
gl_cv_header_inttypes_h=yes
gl_cv_header_stdint_h=yes
gl_cv_size_max=yes
gt_cv_c_intmax_t=yes
gt_cv_c_wchar_t=yes
gt_cv_c_wint_t=yes
gt_cv_func_CFLocaleCopyCurrent=no
gt_cv_func_CFPreferencesCopyAppValue=no
gt_cv_func_gnugettext1_libc=yes
gt_cv_func_printf_posix=yes
gt_cv_int_divbyzero_sigfpe=yes
gt_cv_inttypes_pri_broken=no
gt_cv_nl_locale_name=yes
gt_cv_val_LC_MESSAGES=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1879296
nls_cv_force_use_gnu_gettext=no
nls_cv_header_intl=
nls_cv_header_libgt=
nls_cv_use_gnu_gettext=no
pkg_cv_DBUS_CFLAGS='-pthread -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include'
pkg_cv_DBUS_LIBS='-ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lgthread-2.0 -pthread -lglib-2.0'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/jdaugherty/work/pkgs/xchat/xchat-2.8.8/missing --run aclocal-1.11'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/jdaugherty/work/pkgs/xchat/xchat-2.8.8/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /home/jdaugherty/work/pkgs/xchat/xchat-2.8.8/missing --run autoconf'
AUTOHEADER='${SHELL} /home/jdaugherty/work/pkgs/xchat/xchat-2.8.8/missing --run autoheader'
AUTOMAKE='${SHELL} /home/jdaugherty/work/pkgs/xchat/xchat-2.8.8/missing --run automake-1.11'
AWK='gawk'
BUILD_INCLUDED_LIBINTL='no'
CATOBJEXT='.gmo'
CC='gcc'
CCAS='gcc'
CCASDEPMODE='depmode=gcc3'
CCASFLAGS='-g -O2'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -Wall -pipe -Wno-pointer-sign -funsigned-char '
CFLAG_VISIBILITY='-fvisibility=hidden'
COMMON_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include'
COMMON_LIBS='-lglib-2.0 -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lgthread-2.0 -pthread -lglib-2.0'
CPP='gcc -E'
CPPFLAGS=' '
CYGPATH_W='echo'
DATADIR='${prefix}/share'
DATADIRNAME='share'
DBUS_BINDING_TOOL='/usr/bin/dbus-binding-tool'
DBUS_CFLAGS='-pthread -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include'
DBUS_LIBS='-ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lgthread-2.0 -pthread -lglib-2.0'
DBUS_SERVICES_DIR='${prefix}/share/dbus-1/services'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DO_GCONF_FALSE='#'
DO_GCONF_TRUE=''
DO_GTK_FALSE='#'
DO_GTK_TRUE=''
DO_PERL_FALSE='#'
DO_PERL_TRUE=''
DO_PLUGIN_FALSE='#'
DO_PLUGIN_TRUE=''
DO_PYTHON_FALSE='#'
DO_PYTHON_TRUE=''
DO_TCL_FALSE='#'
DO_TCL_TRUE=''
DO_TEXT_FALSE=''
DO_TEXT_TRUE='#'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/local/bin/grep -E'
EXEEXT=''
FGREP='/usr/local/bin/grep -F'
GCONFTOOL='/usr/bin/gconftool-2'
GENCAT='gencat'
GETTEXT_MACRO_VERSION='0.17'
GETTEXT_PACKAGE='xchat'
GLIBC21='yes'
GLIBC2='yes'
GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include'
GLIB_GENMARSHAL='/usr/bin/glib-genmarshal'
GLIB_LIBS='-lglib-2.0'
GLIB_MKENUMS='glib-mkenums'
GMSGFMT='/usr/bin/msgfmt'
GMSGFMT_015='/usr/bin/msgfmt'
GOBJECT_QUERY='gobject-query'
GREP='/usr/local/bin/grep'
GTKSPELL_CFLAGS=''
GTKSPELL_LIBS=''
GTK_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16'
GTK_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype'
GUI_CFLAGS=' -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16'
GUI_LIBS=' -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -Wl,--version-script,$(srcdir)/../version-script -lglib-2.0 -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lgthread-2.0 -pthread -lglib-2.0'
HAVE_ASPRINTF='1'
HAVE_POSIX_PRINTF='1'
HAVE_SNPRINTF='1'
HAVE_VISIBILITY='1'
HAVE_WPRINTF='0'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INSTOBJEXT='.mo'
INTLBISON='bison'
INTLLIBS=''
INTLOBJS=''
INTL_LIBTOOL_SUFFIX_PREFIX=''
INTL_MACOSX_LIBS=''
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS='-lgmodule-2.0'
LIBICONV='-liconv'
LIBINTL=''
LIBMULTITHREAD='-lpthread'
LIBOBJS=''
LIBPTH=''
LIBPTH_PREFIX=''
LIBS='-lX11 -lssl -lcrypto -ldl -Wl,--export-dynamic -pthread -lglib-2.0 '
LIBSEXY_CFLAGS=''
LIBSEXY_LIBS=''
LIBTHREAD=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBC='-lc'
LTLIBICONV='-liconv'
LTLIBINTL=''
LTLIBMULTITHREAD='-lpthread'
LTLIBOBJS=''
LTLIBPTH=''
LTLIBTHREAD=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/jdaugherty/work/pkgs/xchat/xchat-2.8.8/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
MSGFMT='/usr/bin/msgfmt'
MSGFMT_015='/usr/bin/msgfmt'
MSGMERGE='/usr/bin/msgmerge'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='xchat'
PACKAGE_BUGREPORT='http://www.xchat.org/'
PACKAGE_NAME='XChat'
PACKAGE_STRING='XChat 2.8.8'
PACKAGE_TARNAME='xchat'
PACKAGE_URL=''
PACKAGE_VERSION='2.8.8'
PATH_SEPARATOR=':'
PERL_CFLAGS=' -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/x86_64-linux-gnu/perl/5.26/CORE '
PERL_LDFLAGS='-Wl,-E -fstack-protector-strong -L/usr/local/lib -L/usr/lib/x86_64-linux-gnu/perl/5.26/CORE -lperl -ldl -lm -lpthread -lcrypt'
PKG_CONFIG='/usr/bin/pkg-config'
PLUGIN_INCLUDES='-I$(top_srcdir)/plugins'
POSUB='po'
PRI_MACROS_BROKEN='0'
PY_CFLAGS='-I/usr/include/python2.7'
PY_LIBS='-L/usr/lib/python2.7/config -lpython2.7 -lpthread -lutil'
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
TCL_CFLAGS='-I/usr/include -I/usr/include/tcl8.6'
TCL_LIBS='-L/usr/lib/x86_64-linux-gnu -ltcl8.6 -ldl -lz -lpthread -lm'
USE_DBUS_FALSE='#'
USE_DBUS_TRUE=''
USE_INCLUDED_LIBINTL='no'
USE_LIBSEXY_FALSE='#'
USE_LIBSEXY_TRUE=''
USE_MMX_FALSE=''
USE_MMX_TRUE='#'
USE_NLS='yes'
USE_OPENSSL_FALSE='#'
USE_OPENSSL_TRUE=''
VERSION='2.8.8'
WINDRES=''
WOE32='no'
WOE32DLL='no'
XGETTEXT='/usr/bin/xgettext'
XGETTEXT_015='/usr/bin/xgettext'
XGETTEXT_EXTRA_OPTIONS=''
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCCAS_FALSE='#'
am__fastdepCCAS_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} 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='/usr/local'
gdkpixbufcsourcepath='/usr/bin/gdk-pixbuf-csource'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/jdaugherty/work/pkgs/xchat/xchat-2.8.8/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='echo'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
perlpath='/usr/bin/perl'
pkgconfigpath='/usr/bin/pkg-config'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
pythonpath='/usr/bin/python2'
sbindir='${exec_prefix}/sbin'
sedpath='/bin/sed'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
unamepath='/bin/uname'
xchatlibdir='${exec_prefix}/lib/xchat'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "XChat"
#define PACKAGE_TARNAME "xchat"
#define PACKAGE_VERSION "2.8.8"
#define PACKAGE_STRING "XChat 2.8.8"
#define PACKAGE_BUGREPORT "http://www.xchat.org/"
#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 GETTEXT_PACKAGE "xchat"
#define HAVE_VISIBILITY 1
#define HAVE_STDINT_H_WITH_UINTMAX 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define INTDIV0_RAISES_SIGFPE 1
#define HAVE_INTTYPES_H_WITH_UINTMAX 1
#define HAVE_UNSIGNED_LONG_LONG_INT 1
#define HAVE_UINTMAX_T 1
#define HAVE_INTTYPES_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define USE_POSIX_THREADS 1
#define USE_POSIX_THREADS_WEAK 1
#define HAVE_PTHREAD_RWLOCK 1
#define HAVE_PTHREAD_MUTEX_RECURSIVE 1
#define HAVE_BUILTIN_EXPECT 1
#define HAVE_ARGZ_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIMITS_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_GETCWD 1
#define HAVE_GETEGID 1
#define HAVE_GETEUID 1
#define HAVE_GETGID 1
#define HAVE_GETUID 1
#define HAVE_MEMPCPY 1
#define HAVE_MUNMAP 1
#define HAVE_STPCPY 1
#define HAVE_STRCASECMP 1
#define HAVE_STRDUP 1
#define HAVE_STRTOUL 1
#define HAVE_TSEARCH 1
#define HAVE_ARGZ_COUNT 1
#define HAVE_ARGZ_STRINGIFY 1
#define HAVE_ARGZ_NEXT 1
#define HAVE___FSETLOCKING 1
#define HAVE_DECL_FEOF_UNLOCKED 1
#define HAVE_DECL_FGETS_UNLOCKED 1
#define HAVE_ICONV 1
#define ICONV_CONST
#define HAVE_NL_LOCALE_NAME 1
#define HAVE_LONG_LONG_INT 1
#define HAVE_WCHAR_T 1
#define HAVE_WINT_T 1
#define HAVE_INTMAX_T 1
#define HAVE_POSIX_PRINTF 1
#define HAVE_STDINT_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_ASPRINTF 1
#define HAVE_FWPRINTF 1
#define HAVE_PUTENV 1
#define HAVE_SETENV 1
#define HAVE_SETLOCALE 1
#define HAVE_SNPRINTF 1
#define HAVE_WCSLEN 1
#define HAVE_DECL__SNPRINTF 0
#define HAVE_DECL__SNWPRINTF 0
#define HAVE_DECL_GETC_UNLOCKED 1
#define HAVE_LANGINFO_CODESET 1
#define HAVE_LC_MESSAGES 1
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define USING_LINUX 1
#define USE_XLIB 1
#define HAVE_LIBX11 1
#define OLD_PERL 1
#define USE_OPENSSL 1
#define USE_PLUGIN 1
#define USE_DBUS 1
#define DBUS_SERVICES_DIR "${prefix}/share/dbus-1/services"
#define USE_LIBSEXY 1
#define USE_SIGACTION 1
#define HAVE_SNPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_MEMRCHR 1
#define HAVE_STRTOULL 1
#define HAVE_STRINGS_H 1
#define PREFIX "/usr/local"
#define XCHATLIBDIR "/usr/local/lib/xchat"
#define XCHATSHAREDIR "${prefix}/share"
configure: exit 0