Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 163026 Details for
Bug 234853
net-im/centerim-4.22.5 won't build with sys-devel/libtool-2.2.4 please adjust deps
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log
config.log (text/plain), 190.22 KB, created by
Michael Gaber
on 2008-08-16 09:57:07 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Michael Gaber
Created:
2008-08-16 09:57:07 UTC
Size:
190.22 KB
patch
obsolete
>This file contains any messages produced by compilers while >running configure, to aid debugging if configure makes a mistake. > >It was created by centerim configure 4.22.5, which was >generated by GNU Autoconf 2.62. Invocation command line was > > $ ./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --with-ssl --disable-aim --without-fribidi --with-libjpeg --without-libotr --disable-gg --enable-icq --disable-irc --enable-jabber --disable-lj --disable-msn --enable-locales-fix --enable-nls --disable-rss --disable-yahoo --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu build_alias=x86_64-pc-linux-gnu host_alias=x86_64-pc-linux-gnu CFLAGS=-O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse LDFLAGS=-Wl,-O1 CXXFLAGS=-O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse --with-ssl --with-openssl=/usr --no-create --no-recursion > >## --------- ## >## Platform. ## >## --------- ## > >hostname = keksdose-mobile >uname -m = x86_64 >uname -r = 2.6.26-thinkpad >uname -s = Linux >uname -v = #1 SMP PREEMPT Sun Aug 3 05:12:35 CEST 2008 > >/usr/bin/uname -p = Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz >/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: /usr/local/sbin >PATH: /sbin >PATH: /usr/sbin >PATH: /usr/lib64/portage/bin >PATH: /usr/local/bin >PATH: /bin >PATH: /usr/bin >PATH: /opt/bin >PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.3.1 >PATH: /usr/kde/3.5/sbin >PATH: /usr/kde/3.5/bin >PATH: /usr/qt/3/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2080: loading site script /usr/share/config.site >| #!/bin/bash >| >| TOPDIR=/usr/share/crossdev/include/site >| >| config_site_arch() { >| local host=$(echo ${CHOST/-/ } | awk '{print $1}') >| >| [[ ${host/arm.*eb/} != ${host} ]] && host=armeb >| [[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm >| >| [[ ${host/mips.*el/} != ${host} ]] && host=mipsel >| >| #[[ ${host/i[4-5]/6} != ${host} ]] && host=i686 >| >| echo ${host} >| } >| >| config_site_names() { >| local site_arch=$(config_site_arch) >| local sites="" >| local x >| >| [[ ${CHOST/-linux-/} != $CHOST ]] && sites="${sites} linux" >| [[ ${CHOST/darwin/} != $CHOST ]] && sites="${sites} darwin" >| >| [[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites="${sites} ${site_arch}-linux-uclibc linux-uclibc" >| [[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites="${sites} ${site_arch}-linux-gnu linux-gnu" >| >| [[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites="${sites} ${site_arch}-linux-uclibceabi linux-uclibceabi" >| [[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites="${sites} ${site_arch}-linux-gnueabi linux-gnueabi" >| >| for x in ${CHOST} ${sites} ${site}; do >| [[ -e ${TOPDIR}/$x ]] && echo ${TOPDIR}/$x >| done >| } >| >| if [[ ${CHOST} != "" ]]; then >| sites="$(config_site_names)" >| if [[ ${sites} != "" ]]; then >| for site in ${sites}; do >| echo "$(basename $0): loading site script $site" >| . ${site} >| done >| fi >| unset site >| unset sites >| fi >configure:2247: checking for a BSD-compatible install >configure:2315: result: /usr/bin/install -c >configure:2326: checking whether build environment is sane >configure:2369: result: yes >configure:2394: checking for a thread-safe mkdir -p >configure:2433: result: /bin/mkdir -p >configure:2446: checking for gawk >configure:2462: found /bin/gawk >configure:2473: result: gawk >configure:2484: checking whether make sets $(MAKE) >configure:2506: result: yes >configure:2707: checking for style of include used by make >configure:2735: result: GNU >configure:2765: checking for x86_64-pc-linux-gnu-gcc >configure:2781: found /usr/bin/x86_64-pc-linux-gnu-gcc >configure:2792: result: x86_64-pc-linux-gnu-gcc >configure:3070: checking for C compiler version >configure:3078: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 4.3.1-r1 p1.1) 4.3.1 >Copyright (C) 2008 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:3082: $? = 0 >configure:3089: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.3.1-r1/work/gcc-4.3.1/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.3.1 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.1/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.1 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.1/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.1/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.1/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-cld --disable-libgcj --enable-languages=c,c++,treelang,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.3.1-r1 p1.1' >Thread model: posix >gcc version 4.3.1 (Gentoo 4.3.1-r1 p1.1) >configure:3093: $? = 0 >configure:3100: x86_64-pc-linux-gnu-gcc -V >&5 >x86_64-pc-linux-gnu-gcc: '-V' option must have argument >configure:3104: $? = 1 >configure:3127: checking for C compiler default output file name >configure:3149: x86_64-pc-linux-gnu-gcc -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >configure:3153: $? = 0 >configure:3191: result: a.out >configure:3208: checking whether the C compiler works >configure:3218: ./a.out >configure:3222: $? = 0 >configure:3239: result: yes >configure:3246: checking whether we are cross compiling >configure:3248: result: no >configure:3251: checking for suffix of executables >configure:3258: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >configure:3262: $? = 0 >configure:3286: result: >configure:3292: checking for suffix of object files >configure:3318: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >configure:3322: $? = 0 >configure:3345: result: o >configure:3349: checking whether we are using the GNU C compiler >configure:3378: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >configure:3385: $? = 0 >configure:3402: result: yes >configure:3411: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:3441: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 >configure:3448: $? = 0 >configure:3549: result: yes >configure:3566: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:3640: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >configure:3647: $? = 0 >configure:3670: result: none needed >configure:3690: checking dependency style of x86_64-pc-linux-gnu-gcc >configure:3781: result: gcc3 >configure:3797: checking for library containing strerror >configure:3838: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >configure:3845: $? = 0 >configure:3876: result: none required >configure:3891: checking build system type >configure:3909: result: x86_64-pc-linux-gnu >configure:3931: checking host system type >configure:3946: result: x86_64-pc-linux-gnu >configure:3974: checking how to run the C preprocessor >configure:4014: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:4021: $? = 0 >configure:4052: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:10:28: error: ac_nonexistent.h: No such file or directory >configure:4059: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "centerim" >| #define PACKAGE_TARNAME "centerim" >| #define PACKAGE_VERSION "4.22.5" >| #define PACKAGE_STRING "centerim 4.22.5" >| #define PACKAGE_BUGREPORT "http://bugzilla.centerim.org" >| #define PACKAGE "centerim" >| #define VERSION "4.22.5" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4092: result: x86_64-pc-linux-gnu-gcc -E >configure:4121: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:4128: $? = 0 >configure:4159: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:10:28: error: ac_nonexistent.h: No such file or directory >configure:4166: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "centerim" >| #define PACKAGE_TARNAME "centerim" >| #define PACKAGE_VERSION "4.22.5" >| #define PACKAGE_STRING "centerim 4.22.5" >| #define PACKAGE_BUGREPORT "http://bugzilla.centerim.org" >| #define PACKAGE "centerim" >| #define VERSION "4.22.5" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4204: checking for grep that handles long lines and -e >configure:4264: result: /bin/grep >configure:4269: checking for egrep >configure:4333: result: /bin/grep -E >configure:4338: checking for ANSI C header files >configure:4368: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >configure:4375: $? = 0 >configure:4474: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >configure:4478: $? = 0 >configure:4484: ./conftest >configure:4488: $? = 0 >configure:4506: result: yes >configure:4530: checking for sys/types.h >configure:4551: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >configure:4558: $? = 0 >configure:4575: result: yes >configure:4530: checking for sys/stat.h >configure:4551: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >configure:4558: $? = 0 >configure:4575: result: yes >configure:4530: checking for stdlib.h >configure:4551: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >configure:4558: $? = 0 >configure:4575: result: yes >configure:4530: checking for string.h >configure:4551: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >configure:4558: $? = 0 >configure:4575: result: yes >configure:4530: checking for memory.h >configure:4551: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >configure:4558: $? = 0 >configure:4575: result: yes >configure:4530: checking for strings.h >configure:4551: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >configure:4558: $? = 0 >configure:4575: result: yes >configure:4530: checking for inttypes.h >configure:4551: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >configure:4558: $? = 0 >configure:4575: result: yes >configure:4530: checking for stdint.h >configure:4551: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >configure:4558: $? = 0 >configure:4575: result: yes >configure:4530: checking for unistd.h >configure:4551: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >configure:4558: $? = 0 >configure:4575: result: yes >configure:4599: checking minix/config.h usability >configure:4616: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >conftest.c:53:26: error: minix/config.h: No such file or directory >configure:4623: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "centerim" >| #define PACKAGE_TARNAME "centerim" >| #define PACKAGE_VERSION "4.22.5" >| #define PACKAGE_STRING "centerim 4.22.5" >| #define PACKAGE_BUGREPORT "http://bugzilla.centerim.org" >| #define PACKAGE "centerim" >| #define VERSION "4.22.5" >| #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 >| /* 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:4637: result: no >configure:4641: checking minix/config.h presence >configure:4656: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:20:26: error: minix/config.h: No such file or directory >configure:4663: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "centerim" >| #define PACKAGE_TARNAME "centerim" >| #define PACKAGE_VERSION "4.22.5" >| #define PACKAGE_STRING "centerim 4.22.5" >| #define PACKAGE_BUGREPORT "http://bugzilla.centerim.org" >| #define PACKAGE "centerim" >| #define VERSION "4.22.5" >| #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 >| /* end confdefs.h. */ >| #include <minix/config.h> >configure:4677: result: no >configure:4710: checking for minix/config.h >configure:4717: result: no >configure:4748: checking whether it is safe to define __EXTENSIONS__ >configure:4776: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >configure:4783: $? = 0 >configure:4798: result: yes >configure:4834: checking for x86_64-pc-linux-gnu-gcc >configure:4861: result: x86_64-pc-linux-gnu-gcc >configure:5139: checking for C compiler version >configure:5147: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 4.3.1-r1 p1.1) 4.3.1 >Copyright (C) 2008 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:5151: $? = 0 >configure:5158: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.3.1-r1/work/gcc-4.3.1/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.3.1 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.1/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.1 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.1/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.1/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.1/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-cld --disable-libgcj --enable-languages=c,c++,treelang,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.3.1-r1 p1.1' >Thread model: posix >gcc version 4.3.1 (Gentoo 4.3.1-r1 p1.1) >configure:5162: $? = 0 >configure:5169: x86_64-pc-linux-gnu-gcc -V >&5 >x86_64-pc-linux-gnu-gcc: '-V' option must have argument >configure:5173: $? = 1 >configure:5176: checking whether we are using the GNU C compiler >configure:5229: result: yes >configure:5238: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:5376: result: yes >configure:5393: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:5497: result: none needed >configure:5517: checking dependency style of x86_64-pc-linux-gnu-gcc >configure:5608: result: gcc3 >configure:5637: checking for x86_64-pc-linux-gnu-g++ >configure:5653: found /usr/bin/x86_64-pc-linux-gnu-g++ >configure:5664: result: x86_64-pc-linux-gnu-g++ >configure:5739: checking for C++ compiler version >configure:5747: x86_64-pc-linux-gnu-g++ --version >&5 >x86_64-pc-linux-gnu-g++ (Gentoo 4.3.1-r1 p1.1) 4.3.1 >Copyright (C) 2008 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:5751: $? = 0 >configure:5758: x86_64-pc-linux-gnu-g++ -v >&5 >Using built-in specs. >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.3.1-r1/work/gcc-4.3.1/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.3.1 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.1/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.1 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.1/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.1/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.1/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-cld --disable-libgcj --enable-languages=c,c++,treelang,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.3.1-r1 p1.1' >Thread model: posix >gcc version 4.3.1 (Gentoo 4.3.1-r1 p1.1) >configure:5762: $? = 0 >configure:5769: x86_64-pc-linux-gnu-g++ -V >&5 >x86_64-pc-linux-gnu-g++: '-V' option must have argument >configure:5773: $? = 1 >configure:5776: checking whether we are using the GNU C++ compiler >configure:5805: x86_64-pc-linux-gnu-g++ -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.cpp >&5 >configure:5812: $? = 0 >configure:5829: result: yes >configure:5838: checking whether x86_64-pc-linux-gnu-g++ accepts -g >configure:5868: x86_64-pc-linux-gnu-g++ -c -g conftest.cpp >&5 >configure:5875: $? = 0 >configure:5976: result: yes >configure:6001: checking dependency style of x86_64-pc-linux-gnu-g++ >configure:6092: result: gcc3 >configure:6132: checking for a sed that does not truncate output >configure:6198: result: /bin/sed >configure:6216: checking for fgrep >configure:6280: result: /bin/grep -F >configure:6315: checking for ld used by x86_64-pc-linux-gnu-gcc >configure:6382: result: /usr/x86_64-pc-linux-gnu/bin/ld >configure:6391: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld >configure:6406: result: yes >configure:6418: checking for BSD- or MS-compatible name lister (nm) >configure:6467: result: /usr/bin/nm -B >configure:6589: checking the name lister (/usr/bin/nm -B) interface >configure:6596: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >configure:6599: /usr/bin/nm -B "conftest.o" >configure:6602: output >0000000000000000 B some_variable >configure:6609: result: BSD nm >configure:6612: checking whether ln -s works >configure:6616: result: yes >configure:6624: checking the maximum length of command line arguments >configure:6744: result: 3458764513820540925 >configure:6761: checking whether the shell understands some XSI constructs >configure:6771: result: yes >configure:6775: checking whether the shell understands "+=" >configure:6781: result: yes >configure:6816: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files >configure:6823: result: -r >configure:6850: checking how to recognize dependent libraries >configure:7040: result: pass_all >configure:7060: checking for x86_64-pc-linux-gnu-ar >configure:7076: found /usr/bin/x86_64-pc-linux-gnu-ar >configure:7087: result: x86_64-pc-linux-gnu-ar >configure:7169: checking for x86_64-pc-linux-gnu-strip >configure:7185: found /usr/bin/x86_64-pc-linux-gnu-strip >configure:7196: result: x86_64-pc-linux-gnu-strip >configure:7272: checking for x86_64-pc-linux-gnu-ranlib >configure:7288: found /usr/bin/x86_64-pc-linux-gnu-ranlib >configure:7299: result: x86_64-pc-linux-gnu-ranlib >configure:7433: checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object >configure:7551: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >configure:7554: $? = 0 >configure:7558: /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:7561: $? = 0 >configure:7615: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c conftstm.o >&5 >configure:7618: $? = 0 >configure:7656: result: ok >configure:7751: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >configure:7754: $? = 0 >configure:8541: checking for dlfcn.h >configure:8562: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >configure:8569: $? = 0 >configure:8586: result: yes >configure:8716: checking for C++ compiler version >configure:8724: x86_64-pc-linux-gnu-g++ --version >&5 >x86_64-pc-linux-gnu-g++ (Gentoo 4.3.1-r1 p1.1) 4.3.1 >Copyright (C) 2008 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:8728: $? = 0 >configure:8735: x86_64-pc-linux-gnu-g++ -v >&5 >Using built-in specs. >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.3.1-r1/work/gcc-4.3.1/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.3.1 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.1/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.1 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.1/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.1/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.1/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-cld --disable-libgcj --enable-languages=c,c++,treelang,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.3.1-r1 p1.1' >Thread model: posix >gcc version 4.3.1 (Gentoo 4.3.1-r1 p1.1) >configure:8739: $? = 0 >configure:8746: x86_64-pc-linux-gnu-g++ -V >&5 >x86_64-pc-linux-gnu-g++: '-V' option must have argument >configure:8750: $? = 1 >configure:8753: checking whether we are using the GNU C++ compiler >configure:8806: result: yes >configure:8815: checking whether x86_64-pc-linux-gnu-g++ accepts -g >configure:8953: result: yes >configure:8978: checking dependency style of x86_64-pc-linux-gnu-g++ >configure:9069: result: gcc3 >configure:9092: checking how to run the C++ preprocessor >configure:9128: x86_64-pc-linux-gnu-g++ -E conftest.cpp >configure:9135: $? = 0 >configure:9166: x86_64-pc-linux-gnu-g++ -E conftest.cpp >conftest.cpp:26:28: error: ac_nonexistent.h: No such file or directory >configure:9173: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "centerim" >| #define PACKAGE_TARNAME "centerim" >| #define PACKAGE_VERSION "4.22.5" >| #define PACKAGE_STRING "centerim 4.22.5" >| #define PACKAGE_BUGREPORT "http://bugzilla.centerim.org" >| #define PACKAGE "centerim" >| #define VERSION "4.22.5" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:9206: result: x86_64-pc-linux-gnu-g++ -E >configure:9235: x86_64-pc-linux-gnu-g++ -E conftest.cpp >configure:9242: $? = 0 >configure:9273: x86_64-pc-linux-gnu-g++ -E conftest.cpp >conftest.cpp:26:28: error: ac_nonexistent.h: No such file or directory >configure:9280: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "centerim" >| #define PACKAGE_TARNAME "centerim" >| #define PACKAGE_VERSION "4.22.5" >| #define PACKAGE_STRING "centerim 4.22.5" >| #define PACKAGE_BUGREPORT "http://bugzilla.centerim.org" >| #define PACKAGE "centerim" >| #define VERSION "4.22.5" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:9492: checking for objdir >configure:9507: result: .libs >configure:9799: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions >configure:9817: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -fno-rtti -fno-exceptions conftest.c >&5 >cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C >configure:9821: $? = 0 >configure:9834: result: no >configure:9854: checking for x86_64-pc-linux-gnu-gcc option to produce PIC >configure:10111: result: -fPIC -DPIC >configure:10123: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works >configure:10141: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -fPIC -DPIC -DPIC conftest.c >&5 >configure:10145: $? = 0 >configure:10158: result: yes >configure:10182: checking if x86_64-pc-linux-gnu-gcc static flag -static works >configure:10210: result: yes >configure:10225: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o >configure:10246: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -o out/conftest2.o conftest.c >&5 >configure:10250: $? = 0 >configure:10272: result: yes >configure:10280: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o >configure:10327: result: yes >configure:10360: checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries >configure:11426: result: yes >configure:11463: checking whether -lc should be explicitly linked in >configure:11468: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >configure:11471: $? = 0 >configure:11486: x86_64-pc-linux-gnu-gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 >configure:11489: $? = 0 >configure:11501: result: no >configure:11665: checking dynamic linker characteristics >configure:12121: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 -Wl,-rpath -Wl,/foo conftest.c >&5 >configure:12128: $? = 0 >configure:12361: result: GNU/Linux ld.so >configure:12463: checking how to hardcode library paths into programs >configure:12488: result: immediate >configure:13329: checking whether stripping libraries is possible >configure:13334: result: yes >configure:13369: checking if libtool supports shared libraries >configure:13371: result: yes >configure:13374: checking whether to build shared libraries >configure:13395: result: yes >configure:13398: checking whether to build static libraries >configure:13402: result: yes >configure:13552: checking for ld used by x86_64-pc-linux-gnu-g++ >configure:13619: result: /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64 >configure:13628: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld >configure:13643: result: yes >configure:13698: checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries >configure:14668: result: yes >configure:14696: x86_64-pc-linux-gnu-g++ -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.cpp >&5 >configure:14699: $? = 0 >configure:14881: checking for x86_64-pc-linux-gnu-g++ option to produce PIC >configure:15190: result: -fPIC -DPIC >configure:15199: checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works >configure:15217: x86_64-pc-linux-gnu-g++ -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -fPIC -DPIC -DPIC conftest.cpp >&5 >configure:15221: $? = 0 >configure:15234: result: yes >configure:15255: checking if x86_64-pc-linux-gnu-g++ static flag -static works >configure:15283: result: yes >configure:15295: checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o >configure:15316: x86_64-pc-linux-gnu-g++ -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -o out/conftest2.o conftest.cpp >&5 >configure:15320: $? = 0 >configure:15342: result: yes >configure:15347: checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o >configure:15394: result: yes >configure:15424: checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries >configure:15450: result: yes >configure:15587: checking dynamic linker characteristics >configure:15991: x86_64-pc-linux-gnu-g++ -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 -Wl,-rpath -Wl,/foo conftest.cpp >&5 >configure:15998: $? = 0 >configure:16231: result: GNU/Linux ld.so >configure:16282: checking how to hardcode library paths into programs >configure:16307: result: immediate >configure:16379: checking for a BSD-compatible install >configure:16447: result: /usr/bin/install -c >configure:16458: checking whether ln -s works >configure:16462: result: yes >configure:16469: checking whether make sets $(MAKE) >configure:16491: result: yes >configure:16501: checking whether NLS is requested >configure:16510: result: yes >configure:16548: checking for msgfmt >configure: trying /usr/bin/msgfmt... >0 translated messages. >configure:16580: result: /usr/bin/msgfmt >configure:16589: checking for gmsgfmt >configure:16607: found /usr/bin/gmsgfmt >configure:16620: result: /usr/bin/gmsgfmt >configure:16671: checking for xgettext >configure: trying /usr/bin/xgettext... >/usr/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C >configure:16703: result: /usr/bin/xgettext >configure:16749: checking for msgmerge >configure: trying /usr/bin/msgmerge... >configure:16780: result: /usr/bin/msgmerge >configure:16795: checking whether we are using the GNU C Library 2 or newer >configure:16826: result: yes >configure:16835: checking for x86_64-pc-linux-gnu-ranlib >configure:16862: result: x86_64-pc-linux-gnu-ranlib >configure:16933: checking for simple visibility declarations >configure:16965: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -fvisibility=hidden conftest.c >&5 >configure:16972: $? = 0 >configure:16989: result: yes >configure:17004: checking for inline >configure:17030: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >configure:17037: $? = 0 >configure:17055: result: inline >configure:17074: checking for size_t >configure:17102: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >configure:17109: $? = 0 >configure:17136: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >conftest.c: In function 'main': >conftest.c:64: error: expected expression before ')' token >configure:17143: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "centerim" >| #define PACKAGE_TARNAME "centerim" >| #define PACKAGE_VERSION "4.22.5" >| #define PACKAGE_STRING "centerim 4.22.5" >| #define PACKAGE_BUGREPORT "http://bugzilla.centerim.org" >| #define PACKAGE "centerim" >| #define VERSION "4.22.5" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #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:17166: result: yes >configure:17179: checking for stdint.h >configure:17206: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >configure:17213: $? = 0 >configure:17228: result: yes >configure:17240: checking for working alloca.h >configure:17267: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >configure:17274: $? = 0 >configure:17294: result: yes >configure:17304: checking for alloca >configure:17351: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >configure:17358: $? = 0 >configure:17378: result: yes >configure:17620: checking for stdlib.h >configure:17627: result: yes >configure:17620: checking for unistd.h >configure:17627: result: yes >configure:17769: checking for getpagesize >configure:17825: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >configure:17832: $? = 0 >configure:17854: result: yes >configure:17865: checking for working mmap >configure:18012: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >configure:18016: $? = 0 >configure:18022: ./conftest >configure:18026: $? = 0 >configure:18043: result: yes >configure:18056: checking whether integer division by zero raises SIGFPE >configure:18123: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >conftest.c:53: warning: built-in function 'nan' declared as non-function >configure:18127: $? = 0 >configure:18133: ./conftest >configure:18137: $? = 0 >configure:18155: result: yes >configure:18168: checking for inttypes.h >configure:18195: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >configure:18202: $? = 0 >configure:18217: result: yes >configure:18228: checking for unsigned long long int >configure:18259: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >configure:18266: $? = 0 >configure:18286: result: yes >configure:18334: checking for inttypes.h >configure:18341: result: yes >configure:18480: checking whether the inttypes.h PRIxNN macros are broken >configure:18511: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >configure:18518: $? = 0 >configure:18534: result: no >configure:18628: checking for ld used by GCC >configure:18692: result: /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64 >configure:18701: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld >configure:18714: result: yes >configure:18721: checking for shared library run path origin >configure:18734: result: done >configure:18778: checking whether imported symbols can be declared weak >configure:18803: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >configure:18810: $? = 0 >configure:18829: result: yes >configure:18844: checking pthread.h usability >configure:18861: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >configure:18868: $? = 0 >configure:18882: result: yes >configure:18886: checking pthread.h presence >configure:18901: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:18908: $? = 0 >configure:18922: result: yes >configure:18955: checking for pthread.h >configure:18962: result: yes >configure:19003: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >/var/tmp/portage/net-im/centerim-4.22.5/temp/cciJx0BI.o: In function `main': >conftest.c:(.text+0xe): undefined reference to `pthread_mutexattr_init' >collect2: ld returned 1 exit status >configure:19010: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "centerim" >| #define PACKAGE_TARNAME "centerim" >| #define PACKAGE_VERSION "4.22.5" >| #define PACKAGE_STRING "centerim 4.22.5" >| #define PACKAGE_BUGREPORT "http://bugzilla.centerim.org" >| #define PACKAGE "centerim" >| #define VERSION "4.22.5" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #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_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_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 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:19118: checking for pthread_kill in -lpthread >configure:19153: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c -lpthread >&5 >configure:19160: $? = 0 >configure:19181: result: yes >configure:19284: checking for pthread_rwlock_t >configure:19313: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >configure:19320: $? = 0 >configure:19348: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >conftest.c: In function 'main': >conftest.c:48: error: expected expression before ')' token >configure:19355: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "centerim" >| #define PACKAGE_TARNAME "centerim" >| #define PACKAGE_VERSION "4.22.5" >| #define PACKAGE_STRING "centerim 4.22.5" >| #define PACKAGE_BUGREPORT "http://bugzilla.centerim.org" >| #define PACKAGE "centerim" >| #define VERSION "4.22.5" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #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_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_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 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:19378: result: yes >configure:19415: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >configure:19422: $? = 0 >configure:20059: checking for multithread API to use >configure:20061: result: posix >configure:20497: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >configure:20504: $? = 0 >configure:20548: checking argz.h usability >configure:20565: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >configure:20572: $? = 0 >configure:20586: result: yes >configure:20590: checking argz.h presence >configure:20605: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:20612: $? = 0 >configure:20626: result: yes >configure:20659: checking for argz.h >configure:20668: result: yes >configure:20537: checking for inttypes.h >configure:20544: result: yes >configure:20548: checking limits.h usability >configure:20565: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >configure:20572: $? = 0 >configure:20586: result: yes >configure:20590: checking limits.h presence >configure:20605: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:20612: $? = 0 >configure:20626: result: yes >configure:20659: checking for limits.h >configure:20668: result: yes >configure:20537: checking for unistd.h >configure:20544: result: yes >configure:20548: checking sys/param.h usability >configure:20565: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >configure:20572: $? = 0 >configure:20586: result: yes >configure:20590: checking sys/param.h presence >configure:20605: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:20612: $? = 0 >configure:20626: result: yes >configure:20659: checking for sys/param.h >configure:20668: result: yes >configure:20703: checking for getcwd >configure:20759: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >configure:20766: $? = 0 >configure:20788: result: yes >configure:20703: checking for getegid >configure:20759: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >configure:20766: $? = 0 >configure:20788: result: yes >configure:20703: checking for geteuid >configure:20759: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >configure:20766: $? = 0 >configure:20788: result: yes >configure:20703: checking for getgid >configure:20759: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >configure:20766: $? = 0 >configure:20788: result: yes >configure:20703: checking for getuid >configure:20759: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >configure:20766: $? = 0 >configure:20788: result: yes >configure:20703: checking for mempcpy >configure:20759: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >conftest.c:79: warning: conflicting types for built-in function 'mempcpy' >configure:20766: $? = 0 >configure:20788: result: yes >configure:20703: checking for munmap >configure:20759: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >configure:20766: $? = 0 >configure:20788: result: yes >configure:20703: checking for stpcpy >configure:20759: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >conftest.c:81: warning: conflicting types for built-in function 'stpcpy' >configure:20766: $? = 0 >configure:20788: result: yes >configure:20703: checking for strcasecmp >configure:20759: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >conftest.c:82: warning: conflicting types for built-in function 'strcasecmp' >configure:20766: $? = 0 >configure:20788: result: yes >configure:20703: checking for strdup >configure:20759: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >conftest.c:83: warning: conflicting types for built-in function 'strdup' >configure:20766: $? = 0 >configure:20788: result: yes >configure:20703: checking for strtoul >configure:20759: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >configure:20766: $? = 0 >configure:20788: result: yes >configure:20703: checking for tsearch >configure:20759: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >configure:20766: $? = 0 >configure:20788: result: yes >configure:20703: checking for argz_count >configure:20759: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >configure:20766: $? = 0 >configure:20788: result: yes >configure:20703: checking for argz_stringify >configure:20759: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >configure:20766: $? = 0 >configure:20788: result: yes >configure:20703: checking for argz_next >configure:20759: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >configure:20766: $? = 0 >configure:20788: result: yes >configure:20703: checking for __fsetlocking >configure:20759: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >configure:20766: $? = 0 >configure:20788: result: yes >configure:20801: checking whether feof_unlocked is declared >configure:20831: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >configure:20838: $? = 0 >configure:20853: result: yes >configure:20867: checking whether fgets_unlocked is declared >configure:20897: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >configure:20904: $? = 0 >configure:20919: result: yes >configure:20963: checking for iconv >configure:20995: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >configure:21002: $? = 0 >configure:21079: result: yes >configure:21102: checking for iconv declaration >configure:21141: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >configure:21148: $? = 0 >configure:21167: result: > extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); >configure:21178: checking for NL_LOCALE_NAME macro >configure:21205: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >configure:21212: $? = 0 >configure:21233: result: yes >configure:21247: checking for bison >configure:21263: found /usr/bin/bison >configure:21274: result: bison >configure:21288: checking version of bison >configure:21297: result: 2.3, ok >configure:21305: checking for long long int >configure:21338: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >configure:21345: $? = 0 >configure:21365: result: yes >configure:21376: checking for long double >configure:21433: result: yes >configure:21444: checking for wchar_t >configure:21471: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >configure:21478: $? = 0 >configure:21493: result: yes >configure:21504: checking for wint_t >configure:21531: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >configure:21538: $? = 0 >configure:21553: result: yes >configure:21566: checking for intmax_t >configure:21602: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >configure:21609: $? = 0 >configure:21624: result: yes >configure:21636: checking whether printf() supports POSIX/XSI format strings >configure:21691: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >configure:21695: $? = 0 >configure:21701: ./conftest >configure:21705: $? = 0 >configure:21723: result: yes >configure:21736: checking whether we are using the GNU C Library 2.1 or newer >configure:21767: result: yes >configure:21779: checking for stdint.h >configure:21786: result: yes >configure:21924: checking for SIZE_MAX >configure:22660: result: yes >configure:22678: checking for stdint.h >configure:22685: result: yes >configure:22825: checking for CFPreferencesCopyAppValue >configure:22853: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 >conftest.c:80:42: error: CoreFoundation/CFPreferences.h: No such file or directory >conftest.c: In function 'main': >conftest.c:84: error: 'NULL' undeclared (first use in this function) >conftest.c:84: error: (Each undeclared identifier is reported only once >conftest.c:84: error: for each function it appears in.) >configure:22860: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "centerim" >| #define PACKAGE_TARNAME "centerim" >| #define PACKAGE_VERSION "4.22.5" >| #define PACKAGE_STRING "centerim 4.22.5" >| #define PACKAGE_BUGREPORT "http://bugzilla.centerim.org" >| #define PACKAGE "centerim" >| #define VERSION "4.22.5" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #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_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_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 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_LONG_DOUBLE 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:22881: result: no >configure:22890: checking for CFLocaleCopyCurrent >configure:22918: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 >conftest.c:80:37: error: CoreFoundation/CFLocale.h: No such file or directory >configure:22925: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "centerim" >| #define PACKAGE_TARNAME "centerim" >| #define PACKAGE_VERSION "4.22.5" >| #define PACKAGE_STRING "centerim 4.22.5" >| #define PACKAGE_BUGREPORT "http://bugzilla.centerim.org" >| #define PACKAGE "centerim" >| #define VERSION "4.22.5" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #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_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_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 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_LONG_DOUBLE 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:22946: result: no >configure:22966: checking for ptrdiff_t >configure:22994: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >configure:23001: $? = 0 >configure:23028: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >conftest.c: In function 'main': >conftest.c:116: error: expected expression before ')' token >configure:23035: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "centerim" >| #define PACKAGE_TARNAME "centerim" >| #define PACKAGE_VERSION "4.22.5" >| #define PACKAGE_STRING "centerim 4.22.5" >| #define PACKAGE_BUGREPORT "http://bugzilla.centerim.org" >| #define PACKAGE "centerim" >| #define VERSION "4.22.5" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #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_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_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 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_LONG_DOUBLE 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:23058: result: yes >configure:23089: checking stddef.h usability >configure:23106: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >configure:23113: $? = 0 >configure:23127: result: yes >configure:23131: checking stddef.h presence >configure:23146: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:23153: $? = 0 >configure:23167: result: yes >configure:23200: checking for stddef.h >configure:23209: result: yes >configure:23078: checking for stdlib.h >configure:23085: result: yes >configure:23078: checking for string.h >configure:23085: result: yes >configure:23233: checking for asprintf >configure:23289: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >configure:23296: $? = 0 >configure:23318: result: yes >configure:23233: checking for fwprintf >configure:23289: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >configure:23296: $? = 0 >configure:23318: result: yes >configure:23233: checking for putenv >configure:23289: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >configure:23296: $? = 0 >configure:23318: result: yes >configure:23233: checking for setenv >configure:23289: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >configure:23296: $? = 0 >configure:23318: result: yes >configure:23233: checking for setlocale >configure:23289: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >configure:23296: $? = 0 >configure:23318: result: yes >configure:23233: checking for snprintf >configure:23289: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >conftest.c:111: warning: conflicting types for built-in function 'snprintf' >configure:23296: $? = 0 >configure:23318: result: yes >configure:23233: checking for wcslen >configure:23289: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >configure:23296: $? = 0 >configure:23318: result: yes >configure:23331: checking whether _snprintf is declared >configure:23361: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >conftest.c: In function 'main': >conftest.c:96: error: '_snprintf' undeclared (first use in this function) >conftest.c:96: error: (Each undeclared identifier is reported only once >conftest.c:96: error: for each function it appears in.) >configure:23368: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "centerim" >| #define PACKAGE_TARNAME "centerim" >| #define PACKAGE_VERSION "4.22.5" >| #define PACKAGE_STRING "centerim 4.22.5" >| #define PACKAGE_BUGREPORT "http://bugzilla.centerim.org" >| #define PACKAGE "centerim" >| #define VERSION "4.22.5" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #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_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_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 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_LONG_DOUBLE 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:23383: result: no >configure:23397: checking whether _snwprintf is declared >configure:23427: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >conftest.c: In function 'main': >conftest.c:97: error: '_snwprintf' undeclared (first use in this function) >conftest.c:97: error: (Each undeclared identifier is reported only once >conftest.c:97: error: for each function it appears in.) >configure:23434: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "centerim" >| #define PACKAGE_TARNAME "centerim" >| #define PACKAGE_VERSION "4.22.5" >| #define PACKAGE_STRING "centerim 4.22.5" >| #define PACKAGE_BUGREPORT "http://bugzilla.centerim.org" >| #define PACKAGE "centerim" >| #define VERSION "4.22.5" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #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_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_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 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_LONG_DOUBLE 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:23449: result: no >configure:23464: checking whether getc_unlocked is declared >configure:23494: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse conftest.c >&5 >configure:23501: $? = 0 >configure:23516: result: yes >configure:23555: checking for nl_langinfo and CODESET >configure:23581: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >configure:23588: $? = 0 >configure:23609: result: yes >configure:23620: checking for LC_MESSAGES >configure:23646: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >configure:23653: $? = 0 >configure:23673: result: yes >configure:23720: checking for CFPreferencesCopyAppValue >configure:23776: result: no >configure:23785: checking for CFLocaleCopyCurrent >configure:23841: result: no >configure:23878: checking whether included gettext is requested >configure:23888: result: no >configure:23911: checking for GNU gettext in libc >configure:23941: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c >&5 >configure:23948: $? = 0 >configure:23970: result: yes >configure:24554: checking whether to use NLS >configure:24556: result: yes >configure:24559: checking where the gettext function comes from >configure:24570: result: libc >configure:24665: checking for bison >configure:24681: found /usr/bin/bison >configure:24692: result: bison -y >configure:24705: checking whether x86_64-pc-linux-gnu-gcc needs -traditional >configure:24747: result: no >configure:24872: checking for gpgme-config >configure:24890: found /usr/bin/gpgme-config >configure:24903: result: /usr/bin/gpgme-config >configure:24931: checking for GPGME - version >= 0.4.2 >configure:24972: result: yes >configure:25038: checking for gawk >configure:25065: result: gawk >configure:25128: checking for curl-config >configure:25146: found /usr/bin/curl-config >configure:25158: result: /usr/bin/curl-config >configure:25169: checking for the version of libcurl >configure:25176: result: 7.18.2 >configure:25183: checking for libcurl >= version 4.12.0 >configure:25196: result: yes >configure:25237: checking whether libcurl is usable >configure:25280: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c -lcurl >&5 >configure:25287: $? = 0 >configure:25313: result: yes >configure:25326: checking for curl_free >configure:25382: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -Wl,-O1 conftest.c -lcurl >&5 >configure:25389: $? = 0 >configure:25409: result: yes >configure:25514: checking whether to use fribidi >configure:25654: result: no >configure:25660: checking for SSL >configure:25662: result: >configure:25667: checking for OpenSSL >configure:25679: result: found in /usr >configure:25687: checking for main in -lcrypto >configure:25716: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -Wl,-O1 conftest.c -lcrypto >&5 >configure:25723: $? = 0 >configure:25744: result: yes >configure:25748: checking for SSLeay_add_all_algorithms in -lcrypto >configure:25783: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -Wl,-O1 conftest.c -lcrypto >&5 >/var/tmp/portage/net-im/centerim-4.22.5/temp/ccO6ZyJo.o: In function `main': >conftest.c:(.text+0x7): undefined reference to `SSLeay_add_all_algorithms' >collect2: ld returned 1 exit status >configure:25790: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "centerim" >| #define PACKAGE_TARNAME "centerim" >| #define PACKAGE_VERSION "4.22.5" >| #define PACKAGE_STRING "centerim 4.22.5" >| #define PACKAGE_BUGREPORT "http://bugzilla.centerim.org" >| #define PACKAGE "centerim" >| #define VERSION "4.22.5" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #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_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_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 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_LONG_DOUBLE 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 HAVE_LIBCURL 1 >| #define LIBCURL_FEATURE_SSL 1 >| #define LIBCURL_FEATURE_IPV6 1 >| #define LIBCURL_FEATURE_LIBZ 1 >| #define LIBCURL_FEATURE_NTLM 1 >| #define LIBCURL_PROTOCOL_HTTP 1 >| #define LIBCURL_PROTOCOL_HTTPS 1 >| #define LIBCURL_PROTOCOL_FTP 1 >| #define LIBCURL_PROTOCOL_FTPS 1 >| #define LIBCURL_PROTOCOL_FILE 1 >| #define LIBCURL_PROTOCOL_TELNET 1 >| #define LIBCURL_PROTOCOL_DICT 1 >| #define LIBCURL_PROTOCOL_TFTP 1 >| #define HAVE_OPENSSL 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 SSLeay_add_all_algorithms (); >| int >| main () >| { >| return SSLeay_add_all_algorithms (); >| ; >| return 0; >| } >configure:25811: result: no >configure:25827: checking for main in -lssl >configure:25856: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -Wl,-O1 conftest.c -lssl >&5 >configure:25863: $? = 0 >configure:25884: result: yes >configure:26374: checking for libjpeg (for Gadu-Gadu registration) >configure:26380: result: >configure:26383: checking for jpeg_start_decompress in -ljpeg >configure:26418: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >configure:26425: $? = 0 >configure:26446: result: yes >configure:26466: checking jpeglib.h usability >configure:26483: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme conftest.c >&5 >configure:26490: $? = 0 >configure:26504: result: yes >configure:26508: checking jpeglib.h presence >configure:26523: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:26530: $? = 0 >configure:26544: result: yes >configure:26577: checking for jpeglib.h >configure:26586: result: yes >configure:26618: checking for libotr >configure:26891: checking for iconv >configure:27007: result: yes >configure:27032: checking for socket in -lsocket >configure:27067: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lsocket -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.1/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lsocket >collect2: ld returned 1 exit status >configure:27074: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "centerim" >| #define PACKAGE_TARNAME "centerim" >| #define PACKAGE_VERSION "4.22.5" >| #define PACKAGE_STRING "centerim 4.22.5" >| #define PACKAGE_BUGREPORT "http://bugzilla.centerim.org" >| #define PACKAGE "centerim" >| #define VERSION "4.22.5" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #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_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_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 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_LONG_DOUBLE 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 HAVE_LIBCURL 1 >| #define LIBCURL_FEATURE_SSL 1 >| #define LIBCURL_FEATURE_IPV6 1 >| #define LIBCURL_FEATURE_LIBZ 1 >| #define LIBCURL_FEATURE_NTLM 1 >| #define LIBCURL_PROTOCOL_HTTP 1 >| #define LIBCURL_PROTOCOL_HTTPS 1 >| #define LIBCURL_PROTOCOL_FTP 1 >| #define LIBCURL_PROTOCOL_FTPS 1 >| #define LIBCURL_PROTOCOL_FILE 1 >| #define LIBCURL_PROTOCOL_TELNET 1 >| #define LIBCURL_PROTOCOL_DICT 1 >| #define LIBCURL_PROTOCOL_TFTP 1 >| #define HAVE_OPENSSL 1 >| #define HAVE_LIBSSL 1 >| #define HAVE_GPGME 1 >| #define HAVE_JPEGLIB_H 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_ICONV 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 socket (); >| int >| main () >| { >| return socket (); >| ; >| return 0; >| } >configure:27095: result: no >configure:27107: checking for gethostbyname in -lnsl >configure:27142: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >configure:27149: $? = 0 >configure:27170: result: yes >configure:27182: checking for get_wch in -lncursesw >configure:27217: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >configure:27224: $? = 0 >configure:27245: result: yes >configure:27437: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme conftest.c >&5 >configure:27444: $? = 0 >configure:27657: checking for working alloca.h >configure:27711: result: yes >configure:27721: checking for alloca >configure:27795: result: yes >configure:28039: checking for dirent.h that defines DIR >configure:28068: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme conftest.c >&5 >configure:28075: $? = 0 >configure:28092: result: yes >configure:28106: checking for library containing opendir >configure:28147: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >configure:28154: $? = 0 >configure:28185: result: none required >configure:28283: checking for ANSI C header files >configure:28451: result: yes >configure:28461: checking for sys/wait.h that is POSIX.1 compatible >configure:28497: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme conftest.c >&5 >configure:28504: $? = 0 >configure:28519: result: yes >configure:28562: checking for argz.h >configure:28569: result: yes >configure:28573: checking arpa/inet.h usability >configure:28590: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme conftest.c >&5 >configure:28597: $? = 0 >configure:28611: result: yes >configure:28615: checking arpa/inet.h presence >configure:28630: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:28637: $? = 0 >configure:28651: result: yes >configure:28684: checking for arpa/inet.h >configure:28693: result: yes >configure:28573: checking fcntl.h usability >configure:28590: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme conftest.c >&5 >configure:28597: $? = 0 >configure:28611: result: yes >configure:28615: checking fcntl.h presence >configure:28630: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:28637: $? = 0 >configure:28651: result: yes >configure:28684: checking for fcntl.h >configure:28693: result: yes >configure:28573: checking float.h usability >configure:28590: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme conftest.c >&5 >configure:28597: $? = 0 >configure:28611: result: yes >configure:28615: checking float.h presence >configure:28630: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:28637: $? = 0 >configure:28651: result: yes >configure:28684: checking for float.h >configure:28693: result: yes >configure:28562: checking for inttypes.h >configure:28569: result: yes >configure:28573: checking langinfo.h usability >configure:28590: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme conftest.c >&5 >configure:28597: $? = 0 >configure:28611: result: yes >configure:28615: checking langinfo.h presence >configure:28630: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:28637: $? = 0 >configure:28651: result: yes >configure:28684: checking for langinfo.h >configure:28693: result: yes >configure:28573: checking libintl.h usability >configure:28590: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme conftest.c >&5 >configure:28597: $? = 0 >configure:28611: result: yes >configure:28615: checking libintl.h presence >configure:28630: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:28637: $? = 0 >configure:28651: result: yes >configure:28684: checking for libintl.h >configure:28693: result: yes >configure:28562: checking for limits.h >configure:28569: result: yes >configure:28573: checking locale.h usability >configure:28590: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme conftest.c >&5 >configure:28597: $? = 0 >configure:28611: result: yes >configure:28615: checking locale.h presence >configure:28630: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:28637: $? = 0 >configure:28651: result: yes >configure:28684: checking for locale.h >configure:28693: result: yes >configure:28573: checking malloc.h usability >configure:28590: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme conftest.c >&5 >configure:28597: $? = 0 >configure:28611: result: yes >configure:28615: checking malloc.h presence >configure:28630: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:28637: $? = 0 >configure:28651: result: yes >configure:28684: checking for malloc.h >configure:28693: result: yes >configure:28573: checking netdb.h usability >configure:28590: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme conftest.c >&5 >configure:28597: $? = 0 >configure:28611: result: yes >configure:28615: checking netdb.h presence >configure:28630: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:28637: $? = 0 >configure:28651: result: yes >configure:28684: checking for netdb.h >configure:28693: result: yes >configure:28573: checking netinet/in.h usability >configure:28590: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme conftest.c >&5 >configure:28597: $? = 0 >configure:28611: result: yes >configure:28615: checking netinet/in.h presence >configure:28630: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:28637: $? = 0 >configure:28651: result: yes >configure:28684: checking for netinet/in.h >configure:28693: result: yes >configure:28562: checking for stddef.h >configure:28569: result: yes >configure:28562: checking for stdint.h >configure:28569: result: yes >configure:28573: checking stdio_ext.h usability >configure:28590: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme conftest.c >&5 >configure:28597: $? = 0 >configure:28611: result: yes >configure:28615: checking stdio_ext.h presence >configure:28630: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:28637: $? = 0 >configure:28651: result: yes >configure:28684: checking for stdio_ext.h >configure:28693: result: yes >configure:28562: checking for stdlib.h >configure:28569: result: yes >configure:28562: checking for string.h >configure:28569: result: yes >configure:28562: checking for strings.h >configure:28569: result: yes >configure:28573: checking sys/ioctl.h usability >configure:28590: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme conftest.c >&5 >configure:28597: $? = 0 >configure:28611: result: yes >configure:28615: checking sys/ioctl.h presence >configure:28630: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:28637: $? = 0 >configure:28651: result: yes >configure:28684: checking for sys/ioctl.h >configure:28693: result: yes >configure:28573: checking sys/mount.h usability >configure:28590: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme conftest.c >&5 >configure:28597: $? = 0 >configure:28611: result: yes >configure:28615: checking sys/mount.h presence >configure:28630: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:28637: $? = 0 >configure:28651: result: yes >configure:28684: checking for sys/mount.h >configure:28693: result: yes >configure:28562: checking for sys/param.h >configure:28569: result: yes >configure:28573: checking sys/socket.h usability >configure:28590: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme conftest.c >&5 >configure:28597: $? = 0 >configure:28611: result: yes >configure:28615: checking sys/socket.h presence >configure:28630: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:28637: $? = 0 >configure:28651: result: yes >configure:28684: checking for sys/socket.h >configure:28693: result: yes >configure:28573: checking sys/statvfs.h usability >configure:28590: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme conftest.c >&5 >configure:28597: $? = 0 >configure:28611: result: yes >configure:28615: checking sys/statvfs.h presence >configure:28630: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:28637: $? = 0 >configure:28651: result: yes >configure:28684: checking for sys/statvfs.h >configure:28693: result: yes >configure:28573: checking sys/time.h usability >configure:28590: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme conftest.c >&5 >configure:28597: $? = 0 >configure:28611: result: yes >configure:28615: checking sys/time.h presence >configure:28630: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:28637: $? = 0 >configure:28651: result: yes >configure:28684: checking for sys/time.h >configure:28693: result: yes >configure:28573: checking sys/vfs.h usability >configure:28590: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme conftest.c >&5 >configure:28597: $? = 0 >configure:28611: result: yes >configure:28615: checking sys/vfs.h presence >configure:28630: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:28637: $? = 0 >configure:28651: result: yes >configure:28684: checking for sys/vfs.h >configure:28693: result: yes >configure:28573: checking syslog.h usability >configure:28590: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme conftest.c >&5 >configure:28597: $? = 0 >configure:28611: result: yes >configure:28615: checking syslog.h presence >configure:28630: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:28637: $? = 0 >configure:28651: result: yes >configure:28684: checking for syslog.h >configure:28693: result: yes >configure:28562: checking for unistd.h >configure:28569: result: yes >configure:28573: checking utmp.h usability >configure:28590: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme conftest.c >&5 >configure:28597: $? = 0 >configure:28611: result: yes >configure:28615: checking utmp.h presence >configure:28630: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:28637: $? = 0 >configure:28651: result: yes >configure:28684: checking for utmp.h >configure:28693: result: yes >configure:28573: checking wchar.h usability >configure:28590: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme conftest.c >&5 >configure:28597: $? = 0 >configure:28611: result: yes >configure:28615: checking wchar.h presence >configure:28630: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:28637: $? = 0 >configure:28651: result: yes >configure:28684: checking for wchar.h >configure:28693: result: yes >configure:28713: checking for stdint.h >configure:28720: result: yes >configure:28713: checking for sys/types.h >configure:28720: result: yes >configure:28892: checking vector usability >configure:28909: x86_64-pc-linux-gnu-g++ -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -I/usr/include/gpgme conftest.cpp >&5 >configure:28916: $? = 0 >configure:28930: result: yes >configure:28934: checking vector presence >configure:28949: x86_64-pc-linux-gnu-g++ -E conftest.cpp >configure:28956: $? = 0 >configure:28970: result: yes >configure:29003: checking for vector >configure:29012: result: yes >configure:28892: checking iostream usability >configure:28909: x86_64-pc-linux-gnu-g++ -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -I/usr/include/gpgme conftest.cpp >&5 >configure:28916: $? = 0 >configure:28930: result: yes >configure:28934: checking iostream presence >configure:28949: x86_64-pc-linux-gnu-g++ -E conftest.cpp >configure:28956: $? = 0 >configure:28970: result: yes >configure:29003: checking for iostream >configure:29012: result: yes >configure:28892: checking fstream usability >configure:28909: x86_64-pc-linux-gnu-g++ -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -I/usr/include/gpgme conftest.cpp >&5 >configure:28916: $? = 0 >configure:28930: result: yes >configure:28934: checking fstream presence >configure:28949: x86_64-pc-linux-gnu-g++ -E conftest.cpp >configure:28956: $? = 0 >configure:28970: result: yes >configure:29003: checking for fstream >configure:29012: result: yes >configure:28892: checking string usability >configure:28909: x86_64-pc-linux-gnu-g++ -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -I/usr/include/gpgme conftest.cpp >&5 >configure:28916: $? = 0 >configure:28930: result: yes >configure:28934: checking string presence >configure:28949: x86_64-pc-linux-gnu-g++ -E conftest.cpp >configure:28956: $? = 0 >configure:28970: result: yes >configure:29003: checking for string >configure:29012: result: yes >configure:28892: checking algorithm usability >configure:28909: x86_64-pc-linux-gnu-g++ -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -I/usr/include/gpgme conftest.cpp >&5 >configure:28916: $? = 0 >configure:28930: result: yes >configure:28934: checking algorithm presence >configure:28949: x86_64-pc-linux-gnu-g++ -E conftest.cpp >configure:28956: $? = 0 >configure:28970: result: yes >configure:29003: checking for algorithm >configure:29012: result: yes >configure:28892: checking list usability >configure:28909: x86_64-pc-linux-gnu-g++ -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -I/usr/include/gpgme conftest.cpp >&5 >configure:28916: $? = 0 >configure:28930: result: yes >configure:28934: checking list presence >configure:28949: x86_64-pc-linux-gnu-g++ -E conftest.cpp >configure:28956: $? = 0 >configure:28970: result: yes >configure:29003: checking for list >configure:29012: result: yes >configure:28892: checking memory usability >configure:28909: x86_64-pc-linux-gnu-g++ -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -I/usr/include/gpgme conftest.cpp >&5 >configure:28916: $? = 0 >configure:28930: result: yes >configure:28934: checking memory presence >configure:28949: x86_64-pc-linux-gnu-g++ -E conftest.cpp >configure:28956: $? = 0 >configure:28970: result: yes >configure:29003: checking for memory >configure:29012: result: yes >configure:28892: checking iterator usability >configure:28909: x86_64-pc-linux-gnu-g++ -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -I/usr/include/gpgme conftest.cpp >&5 >configure:28916: $? = 0 >configure:28930: result: yes >configure:28934: checking iterator presence >configure:28949: x86_64-pc-linux-gnu-g++ -E conftest.cpp >configure:28956: $? = 0 >configure:28970: result: yes >configure:29003: checking for iterator >configure:29012: result: yes >configure:28892: checking exception usability >configure:28909: x86_64-pc-linux-gnu-g++ -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -I/usr/include/gpgme conftest.cpp >&5 >configure:28916: $? = 0 >configure:28930: result: yes >configure:28934: checking exception presence >configure:28949: x86_64-pc-linux-gnu-g++ -E conftest.cpp >configure:28956: $? = 0 >configure:28970: result: yes >configure:29003: checking for exception >configure:29012: result: yes >configure:28892: checking utility usability >configure:28909: x86_64-pc-linux-gnu-g++ -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -I/usr/include/gpgme conftest.cpp >&5 >configure:28916: $? = 0 >configure:28930: result: yes >configure:28934: checking utility presence >configure:28949: x86_64-pc-linux-gnu-g++ -E conftest.cpp >configure:28956: $? = 0 >configure:28970: result: yes >configure:29003: checking for utility >configure:29012: result: yes >configure:29049: checking hash_map usability >configure:29066: x86_64-pc-linux-gnu-g++ -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -I/usr/include/gpgme conftest.cpp >&5 >In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.1/include/g++-v4/backward/hash_map:64, > from conftest.cpp:200: >/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.1/include/g++-v4/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. >configure:29073: $? = 0 >configure:29087: result: yes >configure:29091: checking hash_map presence >configure:29106: x86_64-pc-linux-gnu-g++ -E conftest.cpp >In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.1/include/g++-v4/backward/hash_map:64, > from conftest.cpp:167: >/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.1/include/g++-v4/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. >configure:29113: $? = 0 >configure:29127: result: yes >configure:29160: checking for hash_map >configure:29169: result: yes >configure:29049: checking strstream usability >configure:29066: x86_64-pc-linux-gnu-g++ -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -I/usr/include/gpgme conftest.cpp >&5 >In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.1/include/g++-v4/backward/strstream:51, > from conftest.cpp:201: >/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.1/include/g++-v4/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. >configure:29073: $? = 0 >configure:29087: result: yes >configure:29091: checking strstream presence >configure:29106: x86_64-pc-linux-gnu-g++ -E conftest.cpp >In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.1/include/g++-v4/backward/strstream:51, > from conftest.cpp:168: >/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.1/include/g++-v4/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. >configure:29113: $? = 0 >configure:29127: result: yes >configure:29160: checking for strstream >configure:29169: result: yes >configure:29049: checking ext/hash_map usability >configure:29066: x86_64-pc-linux-gnu-g++ -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -I/usr/include/gpgme conftest.cpp >&5 >In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.1/include/g++-v4/ext/hash_map:64, > from conftest.cpp:202: >/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.1/include/g++-v4/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. >configure:29073: $? = 0 >configure:29087: result: yes >configure:29091: checking ext/hash_map presence >configure:29106: x86_64-pc-linux-gnu-g++ -E conftest.cpp >In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.1/include/g++-v4/ext/hash_map:64, > from conftest.cpp:169: >/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.1/include/g++-v4/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. >configure:29113: $? = 0 >configure:29127: result: yes >configure:29160: checking for ext/hash_map >configure:29169: result: yes >configure:29049: checking sstream usability >configure:29066: x86_64-pc-linux-gnu-g++ -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -I/usr/include/gpgme conftest.cpp >&5 >configure:29073: $? = 0 >configure:29087: result: yes >configure:29091: checking sstream presence >configure:29106: x86_64-pc-linux-gnu-g++ -E conftest.cpp >configure:29113: $? = 0 >configure:29127: result: yes >configure:29160: checking for sstream >configure:29169: result: yes >configure:29193: checking whether struct tm is in sys/time.h or time.h >configure:29223: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme conftest.c >&5 >configure:29230: $? = 0 >configure:29245: result: time.h >configure:29255: checking for struct tm.tm_zone >configure:29286: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme conftest.c >&5 >configure:29293: $? = 0 >configure:29354: result: yes >configure:29510: checking for stdbool.h that conforms to C99 >configure:29605: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme conftest.c >&5 >configure:29612: $? = 0 >configure:29627: result: yes >configure:29629: checking for _Bool >configure:29657: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme conftest.c >&5 >configure:29664: $? = 0 >configure:29691: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme conftest.c >&5 >conftest.c: In function 'main': >conftest.c:209: error: expected expression before ')' token >configure:29698: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "centerim" >| #define PACKAGE_TARNAME "centerim" >| #define PACKAGE_VERSION "4.22.5" >| #define PACKAGE_STRING "centerim 4.22.5" >| #define PACKAGE_BUGREPORT "http://bugzilla.centerim.org" >| #define PACKAGE "centerim" >| #define VERSION "4.22.5" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #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_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_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 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_LONG_DOUBLE 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 HAVE_LIBCURL 1 >| #define LIBCURL_FEATURE_SSL 1 >| #define LIBCURL_FEATURE_IPV6 1 >| #define LIBCURL_FEATURE_LIBZ 1 >| #define LIBCURL_FEATURE_NTLM 1 >| #define LIBCURL_PROTOCOL_HTTP 1 >| #define LIBCURL_PROTOCOL_HTTPS 1 >| #define LIBCURL_PROTOCOL_FTP 1 >| #define LIBCURL_PROTOCOL_FTPS 1 >| #define LIBCURL_PROTOCOL_FILE 1 >| #define LIBCURL_PROTOCOL_TELNET 1 >| #define LIBCURL_PROTOCOL_DICT 1 >| #define LIBCURL_PROTOCOL_TFTP 1 >| #define HAVE_OPENSSL 1 >| #define HAVE_LIBSSL 1 >| #define HAVE_GPGME 1 >| #define HAVE_JPEGLIB_H 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_ICONV 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBNCURSESW 1 >| #define BUILD_ICQ 1 >| #define BUILD_JABBER 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_DIRENT_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_ARGZ_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBINTL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_VECTOR 1 >| #define HAVE_IOSTREAM 1 >| #define HAVE_FSTREAM 1 >| #define HAVE_STRING 1 >| #define HAVE_ALGORITHM 1 >| #define HAVE_LIST 1 >| #define HAVE_MEMORY 1 >| #define HAVE_ITERATOR 1 >| #define HAVE_EXCEPTION 1 >| #define HAVE_UTILITY 1 >| #define HAVE_HASH_MAP 1 >| #define HAVE_STRSTREAM 1 >| #define HAVE_EXT_HASH_MAP 1 >| #define HAVE_SSTREAM 1 >| #define HAVE_STRUCT_TM_TM_ZONE 1 >| #define HAVE_TM_ZONE 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 ((_Bool))) >| return 0; >| ; >| return 0; >| } >configure:29721: result: yes >configure:29740: checking for an ANSI C-conforming const >configure:29815: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme conftest.c >&5 >configure:29822: $? = 0 >configure:29837: result: yes >configure:29847: checking for inline >configure:29898: result: inline >configure:29917: checking for C/C++ restrict keyword >configure:29952: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme conftest.c >&5 >configure:29959: $? = 0 >configure:29977: result: __restrict >configure:29993: checking for size_t >configure:30085: result: yes >configure:30097: checking whether time.h and sys/time.h may both be included >configure:30127: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme conftest.c >&5 >configure:30134: $? = 0 >configure:30149: result: yes >configure:30159: checking whether struct tm is in sys/time.h or time.h >configure:30211: result: time.h >configure:30221: checking for working volatile >configure:30250: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme conftest.c >&5 >configure:30257: $? = 0 >configure:30272: result: yes >configure:30282: checking for ptrdiff_t >configure:30374: result: yes >configure:30385: checking return type of signal handlers >configure:30413: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme conftest.c >&5 >conftest.c: In function 'main': >conftest.c:184: error: void value not ignored as it ought to be >configure:30420: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "centerim" >| #define PACKAGE_TARNAME "centerim" >| #define PACKAGE_VERSION "4.22.5" >| #define PACKAGE_STRING "centerim 4.22.5" >| #define PACKAGE_BUGREPORT "http://bugzilla.centerim.org" >| #define PACKAGE "centerim" >| #define VERSION "4.22.5" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #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_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_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 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_LONG_DOUBLE 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 HAVE_LIBCURL 1 >| #define LIBCURL_FEATURE_SSL 1 >| #define LIBCURL_FEATURE_IPV6 1 >| #define LIBCURL_FEATURE_LIBZ 1 >| #define LIBCURL_FEATURE_NTLM 1 >| #define LIBCURL_PROTOCOL_HTTP 1 >| #define LIBCURL_PROTOCOL_HTTPS 1 >| #define LIBCURL_PROTOCOL_FTP 1 >| #define LIBCURL_PROTOCOL_FTPS 1 >| #define LIBCURL_PROTOCOL_FILE 1 >| #define LIBCURL_PROTOCOL_TELNET 1 >| #define LIBCURL_PROTOCOL_DICT 1 >| #define LIBCURL_PROTOCOL_TFTP 1 >| #define HAVE_OPENSSL 1 >| #define HAVE_LIBSSL 1 >| #define HAVE_GPGME 1 >| #define HAVE_JPEGLIB_H 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_ICONV 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBNCURSESW 1 >| #define BUILD_ICQ 1 >| #define BUILD_JABBER 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_DIRENT_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_ARGZ_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBINTL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_VECTOR 1 >| #define HAVE_IOSTREAM 1 >| #define HAVE_FSTREAM 1 >| #define HAVE_STRING 1 >| #define HAVE_ALGORITHM 1 >| #define HAVE_LIST 1 >| #define HAVE_MEMORY 1 >| #define HAVE_ITERATOR 1 >| #define HAVE_EXCEPTION 1 >| #define HAVE_UTILITY 1 >| #define HAVE_HASH_MAP 1 >| #define HAVE_STRSTREAM 1 >| #define HAVE_EXT_HASH_MAP 1 >| #define HAVE_SSTREAM 1 >| #define HAVE_STRUCT_TM_TM_ZONE 1 >| #define HAVE_TM_ZONE 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define restrict __restrict >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_PTRDIFF_T 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <signal.h> >| >| int >| main () >| { >| return *(signal (0, 0)) (0) == 1; >| ; >| return 0; >| } >configure:30435: result: void >configure:30468: checking whether closedir returns void >configure:30502: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >configure:30506: $? = 0 >configure:30512: ./conftest >configure:30516: $? = 0 >configure:30533: result: no >configure:30543: checking for error_at_line >configure:30569: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >configure:30576: $? = 0 >configure:30596: result: yes >configure:30607: checking for pid_t >configure:30635: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme conftest.c >&5 >configure:30642: $? = 0 >configure:30669: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme conftest.c >&5 >conftest.c: In function 'main': >conftest.c:215: error: expected expression before ')' token >configure:30676: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "centerim" >| #define PACKAGE_TARNAME "centerim" >| #define PACKAGE_VERSION "4.22.5" >| #define PACKAGE_STRING "centerim 4.22.5" >| #define PACKAGE_BUGREPORT "http://bugzilla.centerim.org" >| #define PACKAGE "centerim" >| #define VERSION "4.22.5" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #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_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_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 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_LONG_DOUBLE 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 HAVE_LIBCURL 1 >| #define LIBCURL_FEATURE_SSL 1 >| #define LIBCURL_FEATURE_IPV6 1 >| #define LIBCURL_FEATURE_LIBZ 1 >| #define LIBCURL_FEATURE_NTLM 1 >| #define LIBCURL_PROTOCOL_HTTP 1 >| #define LIBCURL_PROTOCOL_HTTPS 1 >| #define LIBCURL_PROTOCOL_FTP 1 >| #define LIBCURL_PROTOCOL_FTPS 1 >| #define LIBCURL_PROTOCOL_FILE 1 >| #define LIBCURL_PROTOCOL_TELNET 1 >| #define LIBCURL_PROTOCOL_DICT 1 >| #define LIBCURL_PROTOCOL_TFTP 1 >| #define HAVE_OPENSSL 1 >| #define HAVE_LIBSSL 1 >| #define HAVE_GPGME 1 >| #define HAVE_JPEGLIB_H 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_ICONV 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBNCURSESW 1 >| #define BUILD_ICQ 1 >| #define BUILD_JABBER 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_DIRENT_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_ARGZ_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBINTL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_VECTOR 1 >| #define HAVE_IOSTREAM 1 >| #define HAVE_FSTREAM 1 >| #define HAVE_STRING 1 >| #define HAVE_ALGORITHM 1 >| #define HAVE_LIST 1 >| #define HAVE_MEMORY 1 >| #define HAVE_ITERATOR 1 >| #define HAVE_EXCEPTION 1 >| #define HAVE_UTILITY 1 >| #define HAVE_HASH_MAP 1 >| #define HAVE_STRSTREAM 1 >| #define HAVE_EXT_HASH_MAP 1 >| #define HAVE_SSTREAM 1 >| #define HAVE_STRUCT_TM_TM_ZONE 1 >| #define HAVE_TM_ZONE 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define restrict __restrict >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_PTRDIFF_T 1 >| #define RETSIGTYPE void >| /* 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 ((pid_t))) >| return 0; >| ; >| return 0; >| } >configure:30699: result: yes >configure:30727: checking vfork.h usability >configure:30744: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme conftest.c >&5 >conftest.c:212:19: error: vfork.h: No such file or directory >configure:30751: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "centerim" >| #define PACKAGE_TARNAME "centerim" >| #define PACKAGE_VERSION "4.22.5" >| #define PACKAGE_STRING "centerim 4.22.5" >| #define PACKAGE_BUGREPORT "http://bugzilla.centerim.org" >| #define PACKAGE "centerim" >| #define VERSION "4.22.5" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #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_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_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 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_LONG_DOUBLE 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 HAVE_LIBCURL 1 >| #define LIBCURL_FEATURE_SSL 1 >| #define LIBCURL_FEATURE_IPV6 1 >| #define LIBCURL_FEATURE_LIBZ 1 >| #define LIBCURL_FEATURE_NTLM 1 >| #define LIBCURL_PROTOCOL_HTTP 1 >| #define LIBCURL_PROTOCOL_HTTPS 1 >| #define LIBCURL_PROTOCOL_FTP 1 >| #define LIBCURL_PROTOCOL_FTPS 1 >| #define LIBCURL_PROTOCOL_FILE 1 >| #define LIBCURL_PROTOCOL_TELNET 1 >| #define LIBCURL_PROTOCOL_DICT 1 >| #define LIBCURL_PROTOCOL_TFTP 1 >| #define HAVE_OPENSSL 1 >| #define HAVE_LIBSSL 1 >| #define HAVE_GPGME 1 >| #define HAVE_JPEGLIB_H 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_ICONV 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBNCURSESW 1 >| #define BUILD_ICQ 1 >| #define BUILD_JABBER 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_DIRENT_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_ARGZ_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBINTL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_VECTOR 1 >| #define HAVE_IOSTREAM 1 >| #define HAVE_FSTREAM 1 >| #define HAVE_STRING 1 >| #define HAVE_ALGORITHM 1 >| #define HAVE_LIST 1 >| #define HAVE_MEMORY 1 >| #define HAVE_ITERATOR 1 >| #define HAVE_EXCEPTION 1 >| #define HAVE_UTILITY 1 >| #define HAVE_HASH_MAP 1 >| #define HAVE_STRSTREAM 1 >| #define HAVE_EXT_HASH_MAP 1 >| #define HAVE_SSTREAM 1 >| #define HAVE_STRUCT_TM_TM_ZONE 1 >| #define HAVE_TM_ZONE 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define restrict __restrict >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_PTRDIFF_T 1 >| #define RETSIGTYPE void >| /* 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 <vfork.h> >configure:30765: result: no >configure:30769: checking vfork.h presence >configure:30784: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:179:19: error: vfork.h: No such file or directory >configure:30791: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "centerim" >| #define PACKAGE_TARNAME "centerim" >| #define PACKAGE_VERSION "4.22.5" >| #define PACKAGE_STRING "centerim 4.22.5" >| #define PACKAGE_BUGREPORT "http://bugzilla.centerim.org" >| #define PACKAGE "centerim" >| #define VERSION "4.22.5" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #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_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_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 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_LONG_DOUBLE 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 HAVE_LIBCURL 1 >| #define LIBCURL_FEATURE_SSL 1 >| #define LIBCURL_FEATURE_IPV6 1 >| #define LIBCURL_FEATURE_LIBZ 1 >| #define LIBCURL_FEATURE_NTLM 1 >| #define LIBCURL_PROTOCOL_HTTP 1 >| #define LIBCURL_PROTOCOL_HTTPS 1 >| #define LIBCURL_PROTOCOL_FTP 1 >| #define LIBCURL_PROTOCOL_FTPS 1 >| #define LIBCURL_PROTOCOL_FILE 1 >| #define LIBCURL_PROTOCOL_TELNET 1 >| #define LIBCURL_PROTOCOL_DICT 1 >| #define LIBCURL_PROTOCOL_TFTP 1 >| #define HAVE_OPENSSL 1 >| #define HAVE_LIBSSL 1 >| #define HAVE_GPGME 1 >| #define HAVE_JPEGLIB_H 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_ICONV 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBNCURSESW 1 >| #define BUILD_ICQ 1 >| #define BUILD_JABBER 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_DIRENT_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_ARGZ_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBINTL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_VECTOR 1 >| #define HAVE_IOSTREAM 1 >| #define HAVE_FSTREAM 1 >| #define HAVE_STRING 1 >| #define HAVE_ALGORITHM 1 >| #define HAVE_LIST 1 >| #define HAVE_MEMORY 1 >| #define HAVE_ITERATOR 1 >| #define HAVE_EXCEPTION 1 >| #define HAVE_UTILITY 1 >| #define HAVE_HASH_MAP 1 >| #define HAVE_STRSTREAM 1 >| #define HAVE_EXT_HASH_MAP 1 >| #define HAVE_SSTREAM 1 >| #define HAVE_STRUCT_TM_TM_ZONE 1 >| #define HAVE_TM_ZONE 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define restrict __restrict >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_PTRDIFF_T 1 >| #define RETSIGTYPE void >| /* end confdefs.h. */ >| #include <vfork.h> >configure:30805: result: no >configure:30838: checking for vfork.h >configure:30847: result: no >configure:30866: checking for fork >configure:30922: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >conftest.c:202: warning: conflicting types for built-in function 'fork' >configure:30929: $? = 0 >configure:30951: result: yes >configure:30866: checking for vfork >configure:30922: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >configure:30929: $? = 0 >configure:30951: result: yes >configure:30963: checking for working fork >configure:30995: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >configure:30999: $? = 0 >configure:31005: ./conftest >configure:31009: $? = 0 >configure:31026: result: yes >configure:31047: checking for working vfork >configure:31188: result: yes >configure:31219: checking whether lstat dereferences a symlink specified with a trailing slash >configure:31255: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >configure:31259: $? = 0 >configure:31265: ./conftest >configure:31269: $? = 0 >configure:31293: result: yes >configure:31312: checking whether lstat accepts an empty string >configure:31342: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >configure:31346: $? = 0 >configure:31352: ./conftest >configure:31356: $? = 0 >configure:31373: result: no >configure:31389: checking whether lstat dereferences a symlink specified with a trailing slash >configure:31463: result: yes >configure:31487: checking for stdlib.h >configure:31494: result: yes >configure:31632: checking for GNU libc compatible malloc >configure:31666: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >configure:31670: $? = 0 >configure:31676: ./conftest >configure:31680: $? = 0 >configure:31697: result: yes >configure:31725: checking for working memcmp >configure:31778: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >configure:31782: $? = 0 >configure:31788: ./conftest >configure:31792: $? = 0 >configure:31809: result: yes >configure:31826: checking for sys/time.h >configure:31833: result: yes >configure:31826: checking for unistd.h >configure:31833: result: yes >configure:31982: checking for alarm >configure:32038: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >configure:32045: $? = 0 >configure:32067: result: yes >configure:32094: checking for working mktime >configure:32309: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >configure:32313: $? = 0 >configure:32319: ./conftest >configure:32323: $? = 0 >configure:32340: result: yes >configure:32357: checking for stdlib.h >configure:32364: result: yes >configure:32357: checking for unistd.h >configure:32364: result: yes >configure:32506: checking for getpagesize >configure:32591: result: yes >configure:32602: checking for working mmap >configure:32780: result: yes >configure:32796: checking for stdlib.h >configure:32803: result: yes >configure:32941: checking for GNU libc compatible realloc >configure:32975: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >configure:32979: $? = 0 >configure:32985: ./conftest >configure:32989: $? = 0 >configure:33006: result: yes >configure:33051: checking sys/select.h usability >configure:33068: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme conftest.c >&5 >configure:33075: $? = 0 >configure:33089: result: yes >configure:33093: checking sys/select.h presence >configure:33108: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:33115: $? = 0 >configure:33129: result: yes >configure:33162: checking for sys/select.h >configure:33171: result: yes >configure:33040: checking for sys/socket.h >configure:33047: result: yes >configure:33185: checking types of arguments for select >configure:33223: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme conftest.c >&5 >configure:33230: $? = 0 >configure:33251: result: int,fd_set *,struct timeval * >configure:33274: checking whether stat accepts an empty string >configure:33304: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >configure:33308: $? = 0 >configure:33314: ./conftest >configure:33318: $? = 0 >configure:33335: result: no >configure:33355: checking for strftime >configure:33411: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >conftest.c:224: warning: conflicting types for built-in function 'strftime' >configure:33418: $? = 0 >configure:33440: result: yes >configure:33530: checking for vprintf >configure:33586: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >conftest.c:225: warning: conflicting types for built-in function 'vprintf' >configure:33593: $? = 0 >configure:33615: result: yes >configure:33623: checking for _doprnt >configure:33679: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >/var/tmp/portage/net-im/centerim-4.22.5/temp/ccFicw91.o: In function `main': >conftest.c:(.text+0x7): undefined reference to `_doprnt' >collect2: ld returned 1 exit status >configure:33686: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "centerim" >| #define PACKAGE_TARNAME "centerim" >| #define PACKAGE_VERSION "4.22.5" >| #define PACKAGE_STRING "centerim 4.22.5" >| #define PACKAGE_BUGREPORT "http://bugzilla.centerim.org" >| #define PACKAGE "centerim" >| #define VERSION "4.22.5" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #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_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_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 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_LONG_DOUBLE 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 HAVE_LIBCURL 1 >| #define LIBCURL_FEATURE_SSL 1 >| #define LIBCURL_FEATURE_IPV6 1 >| #define LIBCURL_FEATURE_LIBZ 1 >| #define LIBCURL_FEATURE_NTLM 1 >| #define LIBCURL_PROTOCOL_HTTP 1 >| #define LIBCURL_PROTOCOL_HTTPS 1 >| #define LIBCURL_PROTOCOL_FTP 1 >| #define LIBCURL_PROTOCOL_FTPS 1 >| #define LIBCURL_PROTOCOL_FILE 1 >| #define LIBCURL_PROTOCOL_TELNET 1 >| #define LIBCURL_PROTOCOL_DICT 1 >| #define LIBCURL_PROTOCOL_TFTP 1 >| #define HAVE_OPENSSL 1 >| #define HAVE_LIBSSL 1 >| #define HAVE_GPGME 1 >| #define HAVE_JPEGLIB_H 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_ICONV 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBNCURSESW 1 >| #define BUILD_ICQ 1 >| #define BUILD_JABBER 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_DIRENT_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_ARGZ_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBINTL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_VECTOR 1 >| #define HAVE_IOSTREAM 1 >| #define HAVE_FSTREAM 1 >| #define HAVE_STRING 1 >| #define HAVE_ALGORITHM 1 >| #define HAVE_LIST 1 >| #define HAVE_MEMORY 1 >| #define HAVE_ITERATOR 1 >| #define HAVE_EXCEPTION 1 >| #define HAVE_UTILITY 1 >| #define HAVE_HASH_MAP 1 >| #define HAVE_STRSTREAM 1 >| #define HAVE_EXT_HASH_MAP 1 >| #define HAVE_SSTREAM 1 >| #define HAVE_STRUCT_TM_TM_ZONE 1 >| #define HAVE_TM_ZONE 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define restrict __restrict >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_PTRDIFF_T 1 >| #define RETSIGTYPE void >| #define HAVE_FORK 1 >| #define HAVE_VFORK 1 >| #define HAVE_WORKING_VFORK 1 >| #define HAVE_WORKING_FORK 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ALARM 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_REALLOC 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define SELECT_TYPE_ARG1 int >| #define SELECT_TYPE_ARG234 (fd_set *) >| #define SELECT_TYPE_ARG5 (struct timeval *) >| #define HAVE_STRFTIME 1 >| #define HAVE_VPRINTF 1 >| /* end confdefs.h. */ >| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define _doprnt innocuous__doprnt >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char _doprnt (); 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 _doprnt >| >| /* 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 _doprnt (); >| /* 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__doprnt || defined __stub____doprnt >| choke me >| #endif >| >| int >| main () >| { >| return _doprnt (); >| ; >| return 0; >| } >configure:33706: result: no >configure:33720: checking for wait3 that fills in rusage >configure:33776: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >configure:33780: $? = 0 >configure:33786: ./conftest >configure:33790: $? = 0 >configure:33807: result: yes >configure:33862: checking for __argz_count >configure:33918: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >configure:33925: $? = 0 >configure:33947: result: yes >configure:33862: checking for __argz_next >configure:33918: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >configure:33925: $? = 0 >configure:33947: result: yes >configure:33862: checking for __argz_stringify >configure:33918: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >configure:33925: $? = 0 >configure:33947: result: yes >configure:33862: checking for alarm >configure:33947: result: yes >configure:33862: checking for atexit >configure:33918: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >configure:33925: $? = 0 >configure:33947: result: yes >configure:33862: checking for bzero >configure:33918: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >conftest.c:232: warning: conflicting types for built-in function 'bzero' >configure:33925: $? = 0 >configure:33947: result: yes >configure:33862: checking for dup2 >configure:33918: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >configure:33925: $? = 0 >configure:33947: result: yes >configure:33862: checking for floor >configure:33918: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >conftest.c:234: warning: conflicting types for built-in function 'floor' >/var/tmp/portage/net-im/centerim-4.22.5/temp/cc8EQmEV.o: In function `main': >conftest.c:(.text+0x7): undefined reference to `floor' >collect2: ld returned 1 exit status >configure:33925: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "centerim" >| #define PACKAGE_TARNAME "centerim" >| #define PACKAGE_VERSION "4.22.5" >| #define PACKAGE_STRING "centerim 4.22.5" >| #define PACKAGE_BUGREPORT "http://bugzilla.centerim.org" >| #define PACKAGE "centerim" >| #define VERSION "4.22.5" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #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_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_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 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_LONG_DOUBLE 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 HAVE_LIBCURL 1 >| #define LIBCURL_FEATURE_SSL 1 >| #define LIBCURL_FEATURE_IPV6 1 >| #define LIBCURL_FEATURE_LIBZ 1 >| #define LIBCURL_FEATURE_NTLM 1 >| #define LIBCURL_PROTOCOL_HTTP 1 >| #define LIBCURL_PROTOCOL_HTTPS 1 >| #define LIBCURL_PROTOCOL_FTP 1 >| #define LIBCURL_PROTOCOL_FTPS 1 >| #define LIBCURL_PROTOCOL_FILE 1 >| #define LIBCURL_PROTOCOL_TELNET 1 >| #define LIBCURL_PROTOCOL_DICT 1 >| #define LIBCURL_PROTOCOL_TFTP 1 >| #define HAVE_OPENSSL 1 >| #define HAVE_LIBSSL 1 >| #define HAVE_GPGME 1 >| #define HAVE_JPEGLIB_H 1 >| #define HAVE_LIBJPEG 1 >| #define HAVE_ICONV 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBNCURSESW 1 >| #define BUILD_ICQ 1 >| #define BUILD_JABBER 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_DIRENT_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_ARGZ_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBINTL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_VECTOR 1 >| #define HAVE_IOSTREAM 1 >| #define HAVE_FSTREAM 1 >| #define HAVE_STRING 1 >| #define HAVE_ALGORITHM 1 >| #define HAVE_LIST 1 >| #define HAVE_MEMORY 1 >| #define HAVE_ITERATOR 1 >| #define HAVE_EXCEPTION 1 >| #define HAVE_UTILITY 1 >| #define HAVE_HASH_MAP 1 >| #define HAVE_STRSTREAM 1 >| #define HAVE_EXT_HASH_MAP 1 >| #define HAVE_SSTREAM 1 >| #define HAVE_STRUCT_TM_TM_ZONE 1 >| #define HAVE_TM_ZONE 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define restrict __restrict >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_PTRDIFF_T 1 >| #define RETSIGTYPE void >| #define HAVE_FORK 1 >| #define HAVE_VFORK 1 >| #define HAVE_WORKING_VFORK 1 >| #define HAVE_WORKING_FORK 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ALARM 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_REALLOC 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define SELECT_TYPE_ARG1 int >| #define SELECT_TYPE_ARG234 (fd_set *) >| #define SELECT_TYPE_ARG5 (struct timeval *) >| #define HAVE_STRFTIME 1 >| #define HAVE_VPRINTF 1 >| #define HAVE_WAIT3 1 >| #define HAVE___ARGZ_COUNT 1 >| #define HAVE___ARGZ_NEXT 1 >| #define HAVE___ARGZ_STRINGIFY 1 >| #define HAVE_ALARM 1 >| #define HAVE_ATEXIT 1 >| #define HAVE_BZERO 1 >| #define HAVE_DUP2 1 >| /* end confdefs.h. */ >| /* Define floor to an innocuous variant, in case <limits.h> declares floor. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define floor innocuous_floor >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char floor (); 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 floor >| >| /* 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 floor (); >| /* 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_floor || defined __stub___floor >| choke me >| #endif >| >| int >| main () >| { >| return floor (); >| ; >| return 0; >| } >configure:33947: result: no >configure:33862: checking for getcwd >configure:33947: result: yes >configure:33862: checking for gethostbyname >configure:33918: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >configure:33925: $? = 0 >configure:33947: result: yes >configure:33862: checking for gethostname >configure:33918: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >configure:33925: $? = 0 >configure:33947: result: yes >configure:33862: checking for gettimeofday >configure:33918: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >configure:33925: $? = 0 >configure:33947: result: yes >configure:33862: checking for inet_ntoa >configure:33918: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >configure:33925: $? = 0 >configure:33947: result: yes >configure:33862: checking for isascii >configure:33918: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >conftest.c:239: warning: conflicting types for built-in function 'isascii' >configure:33925: $? = 0 >configure:33947: result: yes >configure:33862: checking for memmove >configure:33918: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >conftest.c:240: warning: conflicting types for built-in function 'memmove' >configure:33925: $? = 0 >configure:33947: result: yes >configure:33862: checking for mempcpy >configure:33947: result: yes >configure:33862: checking for memset >configure:33918: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >conftest.c:242: warning: conflicting types for built-in function 'memset' >configure:33925: $? = 0 >configure:33947: result: yes >configure:33862: checking for mkdir >configure:33918: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >configure:33925: $? = 0 >configure:33947: result: yes >configure:33862: checking for modf >configure:33918: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >conftest.c:244: warning: conflicting types for built-in function 'modf' >configure:33925: $? = 0 >configure:33947: result: yes >configure:33862: checking for munmap >configure:33947: result: yes >configure:33862: checking for nl_langinfo >configure:33918: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >configure:33925: $? = 0 >configure:33947: result: yes >configure:33862: checking for putenv >configure:33947: result: yes >configure:33862: checking for regcomp >configure:33918: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >configure:33925: $? = 0 >configure:33947: result: yes >configure:33862: checking for rmdir >configure:33918: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >configure:33925: $? = 0 >configure:33947: result: yes >configure:33862: checking for select >configure:33918: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >configure:33925: $? = 0 >configure:33947: result: yes >configure:33862: checking for setenv >configure:33947: result: yes >configure:33862: checking for setlocale >configure:33947: result: yes >configure:33862: checking for socket >configure:33918: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >configure:33925: $? = 0 >configure:33947: result: yes >configure:33862: checking for stpcpy >configure:33947: result: yes >configure:33862: checking for strcasecmp >configure:33947: result: yes >configure:33862: checking for strchr >configure:33918: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >conftest.c:256: warning: conflicting types for built-in function 'strchr' >configure:33925: $? = 0 >configure:33947: result: yes >configure:33862: checking for strcspn >configure:33918: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >conftest.c:257: warning: conflicting types for built-in function 'strcspn' >configure:33925: $? = 0 >configure:33947: result: yes >configure:33862: checking for strdup >configure:33947: result: yes >configure:33862: checking for strerror >configure:33918: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >configure:33925: $? = 0 >configure:33947: result: yes >configure:33862: checking for strncasecmp >configure:33918: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >conftest.c:260: warning: conflicting types for built-in function 'strncasecmp' >configure:33925: $? = 0 >configure:33947: result: yes >configure:33862: checking for strpbrk >configure:33918: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >conftest.c:261: warning: conflicting types for built-in function 'strpbrk' >configure:33925: $? = 0 >configure:33947: result: yes >configure:33862: checking for strrchr >configure:33918: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >conftest.c:262: warning: conflicting types for built-in function 'strrchr' >configure:33925: $? = 0 >configure:33947: result: yes >configure:33862: checking for strspn >configure:33918: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >conftest.c:263: warning: conflicting types for built-in function 'strspn' >configure:33925: $? = 0 >configure:33947: result: yes >configure:33862: checking for strstr >configure:33918: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >conftest.c:264: warning: conflicting types for built-in function 'strstr' >configure:33925: $? = 0 >configure:33947: result: yes >configure:33862: checking for strtol >configure:33918: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >configure:33925: $? = 0 >configure:33947: result: yes >configure:33862: checking for strtoul >configure:33947: result: yes >configure:33862: checking for uname >configure:33918: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -Wl,-O1 conftest.c -lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl >&5 >configure:33925: $? = 0 >configure:33947: result: yes >configure:34193: creating ./config.status >configure:36980: result: >Build options: > Version 4.22.5 > Install prefix /usr > Build shared libs yes > Build static libs yes > CFLAGS -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme > CXXFLAGS -O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -I/usr/include/gpgme > >Protocols and Clients: >configure:36991: result: ICQ >configure:36997: result: jabber >configure:37027: result: >WARNING: libotr disabled (This means no otr encryption) > >configure:37033: result: >Enjoy! > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=x86_64-pc-linux-gnu >ac_cv_c_compiler_gnu=yes >ac_cv_c_const=yes >ac_cv_c_inline=inline >ac_cv_c_restrict=__restrict >ac_cv_c_socklen_t=yes >ac_cv_c_volatile=yes >ac_cv_cxx_compiler_gnu=yes >ac_cv_env_CCC_set= >ac_cv_env_CCC_value= >ac_cv_env_CC_set= >ac_cv_env_CC_value= >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse' >ac_cv_env_CPPFLAGS_set= >ac_cv_env_CPPFLAGS_value= >ac_cv_env_CPP_set= >ac_cv_env_CPP_value= >ac_cv_env_CXXCPP_set= >ac_cv_env_CXXCPP_value= >ac_cv_env_CXXFLAGS_set=set >ac_cv_env_CXXFLAGS_value='-O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse' >ac_cv_env_CXX_set= >ac_cv_env_CXX_value= >ac_cv_env_LDFLAGS_set=set >ac_cv_env_LDFLAGS_value=-Wl,-O1 >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_value= >ac_cv_env_YACC_set= >ac_cv_env_YACC_value= >ac_cv_env_YFLAGS_set= >ac_cv_env_YFLAGS_value= >ac_cv_env_build_alias_set=set >ac_cv_env_build_alias_value=x86_64-pc-linux-gnu >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=x86_64-pc-linux-gnu >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_file__usr_share_sgml_X11_defs_ent=1 >ac_cv_func___argz_count=yes >ac_cv_func___argz_next=yes >ac_cv_func___argz_stringify=yes >ac_cv_func___fsetlocking=yes >ac_cv_func__doprnt=no >ac_cv_func_alarm=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_atexit=yes >ac_cv_func_bzero=yes >ac_cv_func_calloc_0_nonnull=yes >ac_cv_func_closedir_void=no >ac_cv_func_curl_free=yes >ac_cv_func_dup2=yes >ac_cv_func_floor=no >ac_cv_func_fork=yes >ac_cv_func_fork_works=yes >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_gettimeofday=yes >ac_cv_func_getuid=yes >ac_cv_func_inet_ntoa=yes >ac_cv_func_isascii=yes >ac_cv_func_lstat_dereferences_slashed_symlink=yes >ac_cv_func_lstat_empty_string_bug=no >ac_cv_func_malloc_0_nonnull=yes >ac_cv_func_memcmp_working=yes >ac_cv_func_memmove=yes >ac_cv_func_mempcpy=yes >ac_cv_func_memset=yes >ac_cv_func_mkdir=yes >ac_cv_func_mmap_fixed_mapped=yes >ac_cv_func_modf=yes >ac_cv_func_munmap=yes >ac_cv_func_nl_langinfo=yes >ac_cv_func_putenv=yes >ac_cv_func_realloc_0_nonnull=yes >ac_cv_func_regcomp=yes >ac_cv_func_rmdir=yes >ac_cv_func_select=yes >ac_cv_func_select_args='int,fd_set *,struct timeval *' >ac_cv_func_setenv=yes >ac_cv_func_setgrent_void=yes >ac_cv_func_setlocale=yes >ac_cv_func_snprintf=yes >ac_cv_func_socket=yes >ac_cv_func_stat_empty_string_bug=no >ac_cv_func_stpcpy=yes >ac_cv_func_strcasecmp=yes >ac_cv_func_strchr=yes >ac_cv_func_strcspn=yes >ac_cv_func_strdup=yes >ac_cv_func_strerror=yes >ac_cv_func_strftime=yes >ac_cv_func_strncasecmp=yes >ac_cv_func_strnlen_working=yes >ac_cv_func_strpbrk=yes >ac_cv_func_strrchr=yes >ac_cv_func_strspn=yes >ac_cv_func_strstr=yes >ac_cv_func_strtol=yes >ac_cv_func_strtoul=yes >ac_cv_func_tsearch=yes >ac_cv_func_uname=yes >ac_cv_func_vfork=yes >ac_cv_func_vfork_works=yes >ac_cv_func_vprintf=yes >ac_cv_func_wait3_rusage=yes >ac_cv_func_wcslen=yes >ac_cv_func_working_mktime=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_algorithm=yes >ac_cv_header_argz_h=yes >ac_cv_header_arpa_inet_h=yes >ac_cv_header_dirent_dirent_h=yes >ac_cv_header_dlfcn_h=yes >ac_cv_header_exception=yes >ac_cv_header_ext_hash_map=yes >ac_cv_header_fcntl_h=yes >ac_cv_header_float_h=yes >ac_cv_header_fstream=yes >ac_cv_header_hash_map=yes >ac_cv_header_inttypes_h=yes >ac_cv_header_iostream=yes >ac_cv_header_iterator=yes >ac_cv_header_jpeglib_h=yes >ac_cv_header_langinfo_h=yes >ac_cv_header_libintl_h=yes >ac_cv_header_limits_h=yes >ac_cv_header_list=yes >ac_cv_header_locale_h=yes >ac_cv_header_malloc_h=yes >ac_cv_header_memory=yes >ac_cv_header_memory_h=yes >ac_cv_header_minix_config_h=no >ac_cv_header_netdb_h=yes >ac_cv_header_netinet_in_h=yes >ac_cv_header_pthread_h=yes >ac_cv_header_pwd_h=yes >ac_cv_header_sstream=yes >ac_cv_header_stdbool_h=yes >ac_cv_header_stdc=yes >ac_cv_header_stddef_h=yes >ac_cv_header_stdint_h=yes >ac_cv_header_stdio_ext_h=yes >ac_cv_header_stdlib_h=yes >ac_cv_header_string=yes >ac_cv_header_string_h=yes >ac_cv_header_strings_h=yes >ac_cv_header_strstream=yes >ac_cv_header_sys_ioctl_h=yes >ac_cv_header_sys_mount_h=yes >ac_cv_header_sys_param_h=yes >ac_cv_header_sys_select_h=yes >ac_cv_header_sys_socket_h=yes >ac_cv_header_sys_stat_h=yes >ac_cv_header_sys_statvfs_h=yes >ac_cv_header_sys_time_h=yes >ac_cv_header_sys_types_h=yes >ac_cv_header_sys_vfs_h=yes >ac_cv_header_sys_wait_h=yes >ac_cv_header_syslog_h=yes >ac_cv_header_time=yes >ac_cv_header_unistd_h=yes >ac_cv_header_utility=yes >ac_cv_header_utmp_h=yes >ac_cv_header_vector=yes >ac_cv_header_vfork_h=no >ac_cv_header_wchar_h=yes >ac_cv_host=x86_64-pc-linux-gnu >ac_cv_lib_crypto_SSLeay_add_all_algorithms=no >ac_cv_lib_crypto_main=yes >ac_cv_lib_error_at_line=yes >ac_cv_lib_jpeg_jpeg_start_decompress=yes >ac_cv_lib_ncursesw_get_wch=yes >ac_cv_lib_nsl_gethostbyname=yes >ac_cv_lib_pthread_pthread_kill=yes >ac_cv_lib_socket_socket=no >ac_cv_lib_ssl_main=yes >ac_cv_member_struct_tm_tm_zone=yes >ac_cv_objext=o >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_FGREP='/bin/grep -F' >ac_cv_path_GMSGFMT=/usr/bin/gmsgfmt >ac_cv_path_GPGME_CONFIG=/usr/bin/gpgme-config >ac_cv_path_GREP=/bin/grep >ac_cv_path_MSGFMT=/usr/bin/msgfmt >ac_cv_path_MSGMERGE=/usr/bin/msgmerge >ac_cv_path_SED=/bin/sed >ac_cv_path_XGETTEXT=/usr/bin/xgettext >ac_cv_path__libcurl_config=/usr/bin/curl-config >ac_cv_path_install='/usr/bin/install -c' >ac_cv_path_mkdir=/bin/mkdir >ac_cv_prog_AR=x86_64-pc-linux-gnu-ar >ac_cv_prog_AWK=gawk >ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc >ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E' >ac_cv_prog_CXX=x86_64-pc-linux-gnu-g++ >ac_cv_prog_CXXCPP='x86_64-pc-linux-gnu-g++ -E' >ac_cv_prog_INTLBISON=bison >ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib >ac_cv_prog_STRIP=x86_64-pc-linux-gnu-strip >ac_cv_prog_YACC='bison -y' >ac_cv_prog_cc_c89= >ac_cv_prog_cc_g=yes >ac_cv_prog_cxx_g=yes >ac_cv_prog_gcc_traditional=no >ac_cv_prog_make_make_set=yes >ac_cv_safe_to_define___extensions__=yes >ac_cv_search_opendir='none required' >ac_cv_search_strerror='none required' >ac_cv_struct_tm=time.h >ac_cv_type__Bool=yes >ac_cv_type_long_long_int=yes >ac_cv_type_pid_t=yes >ac_cv_type_pthread_rwlock_t=yes >ac_cv_type_ptrdiff_t=yes >ac_cv_type_signal=void >ac_cv_type_size_t=yes >ac_cv_type_unsigned_long_long=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/x86_64-pc-linux-gnu/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_CC_dependencies_compiler_type=gcc3 >am_cv_CXX_dependencies_compiler_type=gcc3 >am_cv_func_iconv=yes >am_cv_langinfo_codeset=yes >am_cv_lib_iconv=no >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_func_malloc_0_nonnull=yes >gl_cv_header_inttypes_h=yes >gl_cv_header_stdint_h=yes >gl_cv_size_max=yes >glib_cv___va_copy=yes >glib_cv_has__inline=yes >glib_cv_has__inline__=yes >glib_cv_hasinline=yes >glib_cv_rtldglobal_broken=no >glib_cv_sane_realloc=yes >glib_cv_sizeof_gmutex=40 >glib_cv_stack_grows=no >glib_cv_uscore=no >glib_cv_va_copy=yes >glib_cv_va_val_copy=no >gt_cv_c_intmax_t=yes >gt_cv_c_long_double=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 >libcurl_cv_lib_curl_usable=yes >libcurl_cv_lib_curl_version=7.18.2 >libcurl_cv_lib_version_ok=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/x86_64-pc-linux-gnu/bin/ld >lt_cv_path_LDCXX='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' >lt_cv_path_NM='/usr/bin/nm -B' >lt_cv_prog_compiler_c_o=yes >lt_cv_prog_compiler_c_o_CXX=yes >lt_cv_prog_compiler_pic_works=yes >lt_cv_prog_compiler_pic_works_CXX=yes >lt_cv_prog_compiler_rtti_exceptions=no >lt_cv_prog_compiler_static_works=yes >lt_cv_prog_compiler_static_works_CXX=yes >lt_cv_prog_gnu_ld=yes >lt_cv_prog_gnu_ldcxx=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=3458764513820540925 >nls_cv_force_use_gnu_gettext=no >nls_cv_header_intl= >nls_cv_header_libgt= >nls_cv_use_gnu_gettext=no > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='${SHELL} /var/tmp/portage/net-im/centerim-4.22.5/work/centerim-4.22.5/missing --run aclocal-1.10' >ALLOCA='' >AMDEPBACKSLASH='\' >AMDEP_FALSE='#' >AMDEP_TRUE='' >AMTAR='${SHELL} /var/tmp/portage/net-im/centerim-4.22.5/work/centerim-4.22.5/missing --run tar' >AR='x86_64-pc-linux-gnu-ar' >AUTOCONF='${SHELL} /var/tmp/portage/net-im/centerim-4.22.5/work/centerim-4.22.5/missing --run autoconf' >AUTOHEADER='${SHELL} /var/tmp/portage/net-im/centerim-4.22.5/work/centerim-4.22.5/missing --run autoheader' >AUTOMAKE='${SHELL} /var/tmp/portage/net-im/centerim-4.22.5/work/centerim-4.22.5/missing --run automake-1.10' >AWK='gawk' >BUILD_AIM_FALSE='' >BUILD_AIM_TRUE='#' >BUILD_FIRETALK_FALSE='' >BUILD_FIRETALK_TRUE='#' >BUILD_GADU_FALSE='' >BUILD_GADU_TRUE='#' >BUILD_ICQ_FALSE='#' >BUILD_ICQ_TRUE='' >BUILD_INCLUDED_LIBINTL='no' >BUILD_IRC_FALSE='' >BUILD_IRC_TRUE='#' >BUILD_JABBER_FALSE='#' >BUILD_JABBER_TRUE='' >BUILD_LJ_FALSE='' >BUILD_LJ_TRUE='#' >BUILD_MSN_FALSE='' >BUILD_MSN_TRUE='#' >BUILD_RSS_FALSE='' >BUILD_RSS_TRUE='#' >BUILD_YAHOO_FALSE='' >BUILD_YAHOO_TRUE='#' >CATOBJEXT='.gmo' >CC='x86_64-pc-linux-gnu-gcc' >CCDEPMODE='depmode=gcc3' >CFLAGS='-O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme ' >CFLAG_VISIBILITY='-fvisibility=hidden' >CPP='x86_64-pc-linux-gnu-gcc -E' >CPPFLAGS='' >CURL_CFLAGS='' >CURL_CXXFLAGS='' >CURL_LIBS='-lcurl' >CXX='x86_64-pc-linux-gnu-g++' >CXXCPP='x86_64-pc-linux-gnu-g++ -E' >CXXDEPMODE='depmode=gcc3' >CXXFLAGS='-O2 -march=core2 -pipe -fomit-frame-pointer -mfpmath=sse -I/usr -I/usr/include/gpgme -I/usr/include/gpgme ' >CYGPATH_W='echo' >DATADIRNAME='share' >DEFS='-DHAVE_CONFIG_H' >DEPDIR='.deps' >DSYMUTIL='' >DUMPBIN='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >EXEEXT='' >FGREP='/bin/grep -F' >FRIBIDI_CFLAGS='' >FRIBIDI_CONFIG='' >FRIBIDI_LIBS='' >FRIBIDI_PC='' >GENCAT='gencat' >GLIBC21='yes' >GLIBC2='yes' >GMSGFMT='/usr/bin/gmsgfmt' >GMSGFMT_015='/usr/bin/gmsgfmt' >GNUTLS_CFLAGS='' >GNUTLS_CXXFLAGS='' >GNUTLS_LIBS='' >GPGME_CFLAGS='-I/usr/include/gpgme' >GPGME_CONFIG='/usr/bin/gpgme-config' >GPGME_CXXFLAGS='-I/usr/include/gpgme' >GPGME_LIBS='-L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error' >GREP='/bin/grep' >HAVE_ASPRINTF='1' >HAVE_FRIBIDI_FALSE='' >HAVE_FRIBIDI_TRUE='#' >HAVE_LIBOTR_FALSE='' >HAVE_LIBOTR_TRUE='#' >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='' >JPEG_LIBS='-ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl' >LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' >LDFLAGS='-Wl,-O1' >LIBCURL='-lcurl' >LIBCURL_CPPFLAGS='' >LIBGNUTLS_EXTRA_CFLAGS='' >LIBGNUTLS_EXTRA_CONFIG='' >LIBGNUTLS_EXTRA_LIBS='' >LIBICONV='' >LIBINTL='' >LIBMULTITHREAD='-lpthread' >LIBOBJS='' >LIBPTH='' >LIBS='-lncursesw -lnsl -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl -ljpeg -lssl -L/usr/lib64 -lgpgme -L/usr/lib64 -lgpg-error -lcurl ' >LIBTHREAD='' >LIBTOOL='$(SHELL) $(top_builddir)/libtool' >LIPO='' >LN_S='ln -s' >LTLIBICONV='' >LTLIBINTL='' >LTLIBMULTITHREAD='-lpthread' >LTLIBOBJS='' >LTLIBPTH='' >LTLIBTHREAD='' >MAKEINFO='${SHELL} /var/tmp/portage/net-im/centerim-4.22.5/work/centerim-4.22.5/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='' >OBJEXT='o' >OTOOL64='' >OTOOL='' >PACKAGE='centerim' >PACKAGE_BUGREPORT='http://bugzilla.centerim.org' >PACKAGE_NAME='centerim' >PACKAGE_STRING='centerim 4.22.5' >PACKAGE_TARNAME='centerim' >PACKAGE_VERSION='4.22.5' >PATH_SEPARATOR=':' >POSUB='po' >PRI_MACROS_BROKEN='0' >RANLIB='x86_64-pc-linux-gnu-ranlib' >SED='/bin/sed' >SET_MAKE='' >SHELL='/bin/sh' >STRIP='x86_64-pc-linux-gnu-strip' >USE_INCLUDED_LIBINTL='no' >USE_NLS='yes' >VERSION='4.22.5' >WOE32DLL='no' >XGETTEXT='/usr/bin/xgettext' >XGETTEXT_015='/usr/bin/xgettext' >YACC='bison -y' >YFLAGS='' >_libcurl_config='' >ac_ct_CC='' >ac_ct_CXX='' >ac_ct_DUMPBIN='' >am__fastdepCC_FALSE='#' >am__fastdepCC_TRUE='' >am__fastdepCXX_FALSE='#' >am__fastdepCXX_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-pc-linux-gnu' >build_alias='x86_64-pc-linux-gnu' >build_cpu='x86_64' >build_os='linux-gnu' >build_vendor='pc' >datadir='/usr/share' >datarootdir='${prefix}/share' >docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' >dvidir='${docdir}' >exec_prefix='${prefix}' >host='x86_64-pc-linux-gnu' >host_alias='x86_64-pc-linux-gnu' >host_cpu='x86_64' >host_os='linux-gnu' >host_vendor='pc' >htmldir='${docdir}' >includedir='${prefix}/include' >infodir='/usr/share/info' >install_sh='$(SHELL) /var/tmp/portage/net-im/centerim-4.22.5/work/centerim-4.22.5/install-sh' >libdir='/usr/lib64' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >lt_ECHO='echo' >mandir='/usr/share/man' >mkdir_p='/bin/mkdir -p' >oldincludedir='/usr/include' >pdfdir='${docdir}' >prefix='/usr' >program_transform_name='s,x,x,' >psdir='${docdir}' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >subdirs=' connwrap firetalk kkconsui kkstrtext kksystr libgadu libicq2000 libjabber libmsn libyahoo2' >sysconfdir='/etc' >target_alias='' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >#define PACKAGE_NAME "centerim" >#define PACKAGE_TARNAME "centerim" >#define PACKAGE_VERSION "4.22.5" >#define PACKAGE_STRING "centerim 4.22.5" >#define PACKAGE_BUGREPORT "http://bugzilla.centerim.org" >#define PACKAGE "centerim" >#define VERSION "4.22.5" >#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 __EXTENSIONS__ 1 >#define _ALL_SOURCE 1 >#define _GNU_SOURCE 1 >#define _POSIX_PTHREAD_SEMANTICS 1 >#define _TANDEM_SOURCE 1 >#define HAVE_DLFCN_H 1 >#define LT_OBJDIR ".libs/" >#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_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_UNSIGNED_LONG_LONG 1 >#define HAVE_UINTMAX_T 1 >#define HAVE_INTTYPES_H 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_LONG_DOUBLE 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 HAVE_LIBCURL 1 >#define LIBCURL_FEATURE_SSL 1 >#define LIBCURL_FEATURE_IPV6 1 >#define LIBCURL_FEATURE_LIBZ 1 >#define LIBCURL_FEATURE_NTLM 1 >#define LIBCURL_PROTOCOL_HTTP 1 >#define LIBCURL_PROTOCOL_HTTPS 1 >#define LIBCURL_PROTOCOL_FTP 1 >#define LIBCURL_PROTOCOL_FTPS 1 >#define LIBCURL_PROTOCOL_FILE 1 >#define LIBCURL_PROTOCOL_TELNET 1 >#define LIBCURL_PROTOCOL_DICT 1 >#define LIBCURL_PROTOCOL_TFTP 1 >#define HAVE_OPENSSL 1 >#define HAVE_LIBSSL 1 >#define HAVE_GPGME 1 >#define HAVE_JPEGLIB_H 1 >#define HAVE_LIBJPEG 1 >#define HAVE_ICONV 1 >#define HAVE_LIBNSL 1 >#define HAVE_LIBNCURSESW 1 >#define BUILD_ICQ 1 >#define BUILD_JABBER 1 >#define HAVE_ALLOCA_H 1 >#define HAVE_ALLOCA 1 >#define HAVE_DIRENT_H 1 >#define STDC_HEADERS 1 >#define HAVE_SYS_WAIT_H 1 >#define HAVE_ARGZ_H 1 >#define HAVE_ARPA_INET_H 1 >#define HAVE_FCNTL_H 1 >#define HAVE_FLOAT_H 1 >#define HAVE_INTTYPES_H 1 >#define HAVE_LANGINFO_H 1 >#define HAVE_LIBINTL_H 1 >#define HAVE_LIMITS_H 1 >#define HAVE_LOCALE_H 1 >#define HAVE_MALLOC_H 1 >#define HAVE_NETDB_H 1 >#define HAVE_NETINET_IN_H 1 >#define HAVE_STDDEF_H 1 >#define HAVE_STDINT_H 1 >#define HAVE_STDIO_EXT_H 1 >#define HAVE_STDLIB_H 1 >#define HAVE_STRING_H 1 >#define HAVE_STRINGS_H 1 >#define HAVE_SYS_IOCTL_H 1 >#define HAVE_SYS_MOUNT_H 1 >#define HAVE_SYS_PARAM_H 1 >#define HAVE_SYS_SOCKET_H 1 >#define HAVE_SYS_STATVFS_H 1 >#define HAVE_SYS_TIME_H 1 >#define HAVE_SYS_VFS_H 1 >#define HAVE_SYSLOG_H 1 >#define HAVE_UNISTD_H 1 >#define HAVE_UTMP_H 1 >#define HAVE_WCHAR_H 1 >#define HAVE_STDINT_H 1 >#define HAVE_SYS_TYPES_H 1 >#define HAVE_VECTOR 1 >#define HAVE_IOSTREAM 1 >#define HAVE_FSTREAM 1 >#define HAVE_STRING 1 >#define HAVE_ALGORITHM 1 >#define HAVE_LIST 1 >#define HAVE_MEMORY 1 >#define HAVE_ITERATOR 1 >#define HAVE_EXCEPTION 1 >#define HAVE_UTILITY 1 >#define HAVE_HASH_MAP 1 >#define HAVE_STRSTREAM 1 >#define HAVE_EXT_HASH_MAP 1 >#define HAVE_SSTREAM 1 >#define HAVE_STRUCT_TM_TM_ZONE 1 >#define HAVE_TM_ZONE 1 >#define HAVE__BOOL 1 >#define HAVE_STDBOOL_H 1 >#define restrict __restrict >#define TIME_WITH_SYS_TIME 1 >#define HAVE_PTRDIFF_T 1 >#define RETSIGTYPE void >#define HAVE_FORK 1 >#define HAVE_VFORK 1 >#define HAVE_WORKING_VFORK 1 >#define HAVE_WORKING_FORK 1 >#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >#define HAVE_STDLIB_H 1 >#define HAVE_MALLOC 1 >#define HAVE_SYS_TIME_H 1 >#define HAVE_UNISTD_H 1 >#define HAVE_ALARM 1 >#define HAVE_STDLIB_H 1 >#define HAVE_UNISTD_H 1 >#define HAVE_GETPAGESIZE 1 >#define HAVE_MMAP 1 >#define HAVE_STDLIB_H 1 >#define HAVE_REALLOC 1 >#define HAVE_SYS_SELECT_H 1 >#define HAVE_SYS_SOCKET_H 1 >#define SELECT_TYPE_ARG1 int >#define SELECT_TYPE_ARG234 (fd_set *) >#define SELECT_TYPE_ARG5 (struct timeval *) >#define HAVE_STRFTIME 1 >#define HAVE_VPRINTF 1 >#define HAVE_WAIT3 1 >#define HAVE___ARGZ_COUNT 1 >#define HAVE___ARGZ_NEXT 1 >#define HAVE___ARGZ_STRINGIFY 1 >#define HAVE_ALARM 1 >#define HAVE_ATEXIT 1 >#define HAVE_BZERO 1 >#define HAVE_DUP2 1 >#define HAVE_GETCWD 1 >#define HAVE_GETHOSTBYNAME 1 >#define HAVE_GETHOSTNAME 1 >#define HAVE_GETTIMEOFDAY 1 >#define HAVE_INET_NTOA 1 >#define HAVE_ISASCII 1 >#define HAVE_MEMMOVE 1 >#define HAVE_MEMPCPY 1 >#define HAVE_MEMSET 1 >#define HAVE_MKDIR 1 >#define HAVE_MODF 1 >#define HAVE_MUNMAP 1 >#define HAVE_NL_LANGINFO 1 >#define HAVE_PUTENV 1 >#define HAVE_REGCOMP 1 >#define HAVE_RMDIR 1 >#define HAVE_SELECT 1 >#define HAVE_SETENV 1 >#define HAVE_SETLOCALE 1 >#define HAVE_SOCKET 1 >#define HAVE_STPCPY 1 >#define HAVE_STRCASECMP 1 >#define HAVE_STRCHR 1 >#define HAVE_STRCSPN 1 >#define HAVE_STRDUP 1 >#define HAVE_STRERROR 1 >#define HAVE_STRNCASECMP 1 >#define HAVE_STRPBRK 1 >#define HAVE_STRRCHR 1 >#define HAVE_STRSPN 1 >#define HAVE_STRSTR 1 >#define HAVE_STRTOL 1 >#define HAVE_STRTOUL 1 >#define HAVE_UNAME 1 > >configure: exit 0 > >## ---------------------- ## >## Running config.status. ## >## ---------------------- ## > >This file was extended by centerim config.status 4.22.5, which was >generated by GNU Autoconf 2.62. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > >on keksdose-mobile > >config.status:1366: creating Makefile >config.status:1366: creating misc/Makefile >config.status:1366: creating share/Makefile >config.status:1366: creating src/Makefile >config.status:1366: creating src/hooks/Makefile >config.status:1366: creating intl/Makefile >config.status:1366: creating po/Makefile.in >config.status:1366: creating config.h >config.status:1588: config.h is unchanged >config.status:1640: executing depfiles commands >config.status:1640: executing libtool commands >config.status:1640: executing po-directories commands > >## ---------------------- ## >## Running config.status. ## >## ---------------------- ## > >This file was extended by centerim config.status 4.22.5, which was >generated by GNU Autoconf 2.62. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status config.h > >on keksdose-mobile > >config.status:1366: creating config.h
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 234853
:
163021
|
163023
|
163025
| 163026