This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by unrealircd configure 3.2.8.1, which was generated by GNU Autoconf 2.65. Invocation command line was $ ./configure --with-showlistmodes --disable-nospoof --enable-ssl --enable-ziplinks --enable-inet6 --with-listen=5 --with-dpath=/home/ircd/Unreal3.2 --with-spath=/home/ircd/Unreal3.2/src/ircd --with-nick-history=2000 --with-sendq=3000000 --with-bufferpool=18 --with-permissions=0600 --with-fd-setsize=1024 --enable-dynamic-linking ## --------- ## ## Platform. ## ## --------- ## hostname = hydra.esse.ch uname -m = i386 uname -r = 4.8 uname -s = OpenBSD uname -v = GENERIC.MP#359 /usr/bin/uname -p = Intel(R) Pentium(R) 4 CPU 3.00GHz ("GenuineIntel" 686-class) /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = OpenBSD.i386 /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /home/ircd/bin PATH: /bin PATH: /sbin PATH: /usr/bin PATH: /usr/sbin PATH: /usr/X11R6/bin PATH: /usr/local/bin PATH: /usr/local/sbin PATH: /usr/games PATH: . ## ----------- ## ## Core tests. ## ## ----------- ## configure:2492: checking for gcc configure:2508: found /usr/bin/gcc configure:2519: result: gcc configure:2748: checking for C compiler version configure:2757: gcc --version >&5 gcc (GCC) 4.2.1 20070719 Copyright (C) 2007 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:2768: $? = 0 configure:2757: gcc -v >&5 Reading specs from /usr/lib/gcc-lib/i386-unknown-openbsd4.8/4.2.1/specs Target: i386-unknown-openbsd4.8 Configured with: OpenBSD/i386 system compiler Thread model: posix gcc version 4.2.1 20070719 configure:2768: $? = 0 configure:2757: gcc -V >&5 gcc: '-V' option must have argument configure:2768: $? = 1 configure:2757: gcc -qversion >&5 gcc: unrecognized option '-qversion' gcc: no input files configure:2768: $? = 1 configure:2788: checking whether the C compiler works configure:2810: gcc conftest.c >&5 configure:2814: $? = 0 configure:2863: result: yes configure:2866: checking for C compiler default output file name configure:2868: result: a.out configure:2874: checking for suffix of executables configure:2881: gcc -o conftest conftest.c >&5 configure:2885: $? = 0 configure:2907: result: configure:2929: checking whether we are cross compiling configure:2937: gcc -o conftest conftest.c >&5 configure:2941: $? = 0 configure:2948: ./conftest configure:2952: $? = 0 configure:2967: result: no configure:2972: checking for suffix of object files configure:2994: gcc -c conftest.c >&5 configure:2998: $? = 0 configure:3019: result: o configure:3023: checking whether we are using the GNU C compiler configure:3042: gcc -c conftest.c >&5 configure:3042: $? = 0 configure:3051: result: yes configure:3060: checking whether gcc accepts -g configure:3080: gcc -c -g conftest.c >&5 configure:3080: $? = 0 configure:3121: result: yes configure:3138: checking for gcc option to accept ISO C89 configure:3202: gcc -c -g -O2 conftest.c >&5 configure:3202: $? = 0 configure:3215: result: none needed configure:3238: checking if gcc has a working -pipe configure:3257: gcc -c -g -O2 -funsigned-char -pipe conftest.c >&5 configure:3257: $? = 0 configure:3266: result: yes configure:3284: checking for rm configure:3302: found /bin/rm configure:3314: result: /bin/rm configure:3324: checking for cp configure:3342: found /bin/cp configure:3354: result: /bin/cp configure:3364: checking for touch configure:3382: found /usr/bin/touch configure:3394: result: /usr/bin/touch configure:3404: checking for openssl configure:3422: found /usr/sbin/openssl configure:3434: result: /usr/sbin/openssl configure:3444: checking for install configure:3462: found /usr/bin/install configure:3474: result: /usr/bin/install configure:3484: checking for gmake configure:3500: found /usr/local/bin/gmake configure:3512: result: gmake configure:3522: checking for gmake configure:3540: found /usr/local/bin/gmake configure:3552: result: /usr/local/bin/gmake configure:3562: checking for gunzip configure:3580: found /usr/bin/gunzip configure:3592: result: /usr/bin/gunzip configure:3602: checking for pkg-config configure:3620: found /usr/bin/pkg-config configure:3632: result: /usr/bin/pkg-config configure:3641: checking for crypt in -ldescrypt configure:3666: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c -ldescrypt >&5 /usr/bin/ld: cannot find -ldescrypt collect2: ld returned 1 exit status configure:3666: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "unrealircd" | #define PACKAGE_TARNAME "unrealircd" | #define PACKAGE_VERSION "3.2.8.1" | #define PACKAGE_STRING "unrealircd 3.2.8.1" | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/" | #define PACKAGE_URL "http://unrealircd.org/" | /* 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 crypt (); | int | main () | { | return crypt (); | ; | return 0; | } configure:3675: result: no configure:3684: checking for crypt in -lcrypt configure:3709: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c -lcrypt >&5 /usr/bin/ld: cannot find -lcrypt collect2: ld returned 1 exit status configure:3709: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "unrealircd" | #define PACKAGE_TARNAME "unrealircd" | #define PACKAGE_VERSION "3.2.8.1" | #define PACKAGE_STRING "unrealircd 3.2.8.1" | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/" | #define PACKAGE_URL "http://unrealircd.org/" | /* 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 crypt (); | int | main () | { | return crypt (); | ; | return 0; | } configure:3718: result: no configure:3730: checking for socket in -lsocket configure:3755: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c -lsocket >&5 /usr/bin/ld: cannot find -lsocket collect2: ld returned 1 exit status configure:3755: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "unrealircd" | #define PACKAGE_TARNAME "unrealircd" | #define PACKAGE_VERSION "3.2.8.1" | #define PACKAGE_STRING "unrealircd 3.2.8.1" | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/" | #define PACKAGE_URL "http://unrealircd.org/" | /* 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:3764: result: no configure:3771: checking for inet_ntoa in -lnsl configure:3796: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c -lnsl >&5 /usr/bin/ld: cannot find -lnsl collect2: ld returned 1 exit status configure:3796: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "unrealircd" | #define PACKAGE_TARNAME "unrealircd" | #define PACKAGE_VERSION "3.2.8.1" | #define PACKAGE_STRING "unrealircd 3.2.8.1" | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/" | #define PACKAGE_URL "http://unrealircd.org/" | /* 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 inet_ntoa (); | int | main () | { | return inet_ntoa (); | ; | return 0; | } configure:3805: result: no configure:3824: checking how to run the C preprocessor configure:3855: gcc -E conftest.c configure:3855: $? = 0 configure:3869: gcc -E conftest.c conftest.c:9:28: error: ac_nonexistent.h: No such file or directory configure:3869: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "unrealircd" | #define PACKAGE_TARNAME "unrealircd" | #define PACKAGE_VERSION "3.2.8.1" | #define PACKAGE_STRING "unrealircd 3.2.8.1" | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/" | #define PACKAGE_URL "http://unrealircd.org/" | /* end confdefs.h. */ | #include configure:3894: result: gcc -E configure:3914: gcc -E conftest.c configure:3914: $? = 0 configure:3928: gcc -E conftest.c conftest.c:9:28: error: ac_nonexistent.h: No such file or directory configure:3928: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "unrealircd" | #define PACKAGE_TARNAME "unrealircd" | #define PACKAGE_VERSION "3.2.8.1" | #define PACKAGE_STRING "unrealircd 3.2.8.1" | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/" | #define PACKAGE_URL "http://unrealircd.org/" | /* end confdefs.h. */ | #include configure:3957: checking for grep that handles long lines and -e configure:4015: result: /usr/bin/grep configure:4020: checking for egrep configure:4082: result: /usr/bin/grep -E configure:4087: checking for ANSI C header files configure:4107: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 configure:4107: $? = 0 configure:4180: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 configure:4180: $? = 0 configure:4180: ./conftest configure:4180: $? = 0 configure:4191: result: yes configure:4204: checking for sys/types.h configure:4204: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 configure:4204: $? = 0 configure:4204: result: yes configure:4204: checking for sys/stat.h configure:4204: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 configure:4204: $? = 0 configure:4204: result: yes configure:4204: checking for stdlib.h configure:4204: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 configure:4204: $? = 0 configure:4204: result: yes configure:4204: checking for string.h configure:4204: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 configure:4204: $? = 0 configure:4204: result: yes configure:4204: checking for memory.h configure:4204: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 configure:4204: $? = 0 configure:4204: result: yes configure:4204: checking for strings.h configure:4204: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 configure:4204: $? = 0 configure:4204: result: yes configure:4204: checking for inttypes.h configure:4204: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 configure:4204: $? = 0 configure:4204: result: yes configure:4204: checking for stdint.h configure:4204: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 configure:4204: $? = 0 configure:4204: result: yes configure:4204: checking for unistd.h configure:4204: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 configure:4204: $? = 0 configure:4204: result: yes configure:4217: checking sys/param.h usability configure:4217: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 configure:4217: $? = 0 configure:4217: result: yes configure:4217: checking sys/param.h presence configure:4217: gcc -E conftest.c configure:4217: $? = 0 configure:4217: result: yes configure:4217: checking for sys/param.h configure:4217: result: yes configure:4225: checking for stdlib.h configure:4225: result: yes configure:4233: checking stddef.h usability configure:4233: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 configure:4233: $? = 0 configure:4233: result: yes configure:4233: checking stddef.h presence configure:4233: gcc -E conftest.c configure:4233: $? = 0 configure:4233: result: yes configure:4233: checking for stddef.h configure:4233: result: yes configure:4241: checking sys/syslog.h usability configure:4241: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 configure:4241: $? = 0 configure:4241: result: yes configure:4241: checking sys/syslog.h presence configure:4241: gcc -E conftest.c configure:4241: $? = 0 configure:4241: result: yes configure:4241: checking for sys/syslog.h configure:4241: result: yes configure:4249: checking for unistd.h configure:4249: result: yes configure:4257: checking for string.h configure:4257: result: yes configure:4265: checking for strings.h configure:4265: result: yes configure:4273: checking malloc.h usability configure:4273: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 In file included from conftest.c:59: /usr/include/malloc.h:4:2: warning: #warning " is obsolete, use " configure:4273: $? = 0 configure:4273: result: yes configure:4273: checking malloc.h presence configure:4273: gcc -E conftest.c In file included from conftest.c:26: /usr/include/malloc.h:4:2: warning: #warning " is obsolete, use " configure:4273: $? = 0 configure:4273: result: yes configure:4273: checking for malloc.h configure:4273: result: yes configure:4281: checking sys/rusage.h usability configure:4281: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c:60:24: error: sys/rusage.h: No such file or directory configure:4281: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "unrealircd" | #define PACKAGE_TARNAME "unrealircd" | #define PACKAGE_VERSION "3.2.8.1" | #define PACKAGE_STRING "unrealircd 3.2.8.1" | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/" | #define PACKAGE_URL "http://unrealircd.org/" | #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 PARAMH /**/ | #define STDLIBH /**/ | #define STDDEFH /**/ | #define SYSSYSLOGH /**/ | #define UNISTDH /**/ | #define STRINGH /**/ | #define STRINGSH /**/ | #define MALLOCH | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:4281: result: no configure:4281: checking sys/rusage.h presence configure:4281: gcc -E conftest.c conftest.c:27:24: error: sys/rusage.h: No such file or directory configure:4281: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "unrealircd" | #define PACKAGE_TARNAME "unrealircd" | #define PACKAGE_VERSION "3.2.8.1" | #define PACKAGE_STRING "unrealircd 3.2.8.1" | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/" | #define PACKAGE_URL "http://unrealircd.org/" | #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 PARAMH /**/ | #define STDLIBH /**/ | #define STDDEFH /**/ | #define SYSSYSLOGH /**/ | #define UNISTDH /**/ | #define STRINGH /**/ | #define STRINGSH /**/ | #define MALLOCH | /* end confdefs.h. */ | #include configure:4281: result: no configure:4281: checking for sys/rusage.h configure:4281: result: no configure:4289: checking glob.h usability configure:4289: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 configure:4289: $? = 0 configure:4289: result: yes configure:4289: checking glob.h presence configure:4289: gcc -E conftest.c configure:4289: $? = 0 configure:4289: result: yes configure:4289: checking for glob.h configure:4289: result: yes configure:4297: checking for an ANSI C-conforming const configure:4362: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 configure:4362: $? = 0 configure:4369: result: yes configure:4377: checking for inline configure:4393: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 configure:4393: $? = 0 configure:4401: result: inline configure:4420: checking for mode_t configure:4420: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 configure:4420: $? = 0 configure:4420: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c: In function 'main': conftest.c:64: error: expected expression before ')' token configure:4420: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "unrealircd" | #define PACKAGE_TARNAME "unrealircd" | #define PACKAGE_VERSION "3.2.8.1" | #define PACKAGE_STRING "unrealircd 3.2.8.1" | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/" | #define PACKAGE_URL "http://unrealircd.org/" | #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 PARAMH /**/ | #define STDLIBH /**/ | #define STDDEFH /**/ | #define SYSSYSLOGH /**/ | #define UNISTDH /**/ | #define STRINGH /**/ | #define STRINGSH /**/ | #define MALLOCH | #define GLOBH /**/ | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((mode_t))) | return 0; | ; | return 0; | } configure:4420: result: yes configure:4431: checking for size_t configure:4431: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 configure:4431: $? = 0 configure:4431: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c: In function 'main': conftest.c:64: error: expected expression before ')' token configure:4431: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "unrealircd" | #define PACKAGE_TARNAME "unrealircd" | #define PACKAGE_VERSION "3.2.8.1" | #define PACKAGE_STRING "unrealircd 3.2.8.1" | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/" | #define PACKAGE_URL "http://unrealircd.org/" | #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 PARAMH /**/ | #define STDLIBH /**/ | #define STDDEFH /**/ | #define SYSSYSLOGH /**/ | #define UNISTDH /**/ | #define STRINGH /**/ | #define STRINGSH /**/ | #define MALLOCH | #define GLOBH /**/ | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:4431: result: yes configure:4443: checking for intptr_t configure:4443: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 configure:4443: $? = 0 configure:4443: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c: In function 'main': conftest.c:64: error: expected expression before ')' token configure:4443: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "unrealircd" | #define PACKAGE_TARNAME "unrealircd" | #define PACKAGE_VERSION "3.2.8.1" | #define PACKAGE_STRING "unrealircd 3.2.8.1" | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/" | #define PACKAGE_URL "http://unrealircd.org/" | #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 PARAMH /**/ | #define STDLIBH /**/ | #define STDDEFH /**/ | #define SYSSYSLOGH /**/ | #define UNISTDH /**/ | #define STRINGH /**/ | #define STRINGSH /**/ | #define MALLOCH | #define GLOBH /**/ | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((intptr_t))) | return 0; | ; | return 0; | } configure:4443: result: yes configure:4478: checking whether time.h and sys/time.h may both be included configure:4498: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 configure:4498: $? = 0 configure:4505: result: yes configure:4513: checking whether struct tm is in sys/time.h or time.h configure:4533: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 configure:4533: $? = 0 configure:4540: result: time.h configure:4548: checking for uid_t in sys/types.h configure:4567: result: yes configure:4582: checking size of short configure:4587: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 configure:4587: $? = 0 configure:4587: ./conftest configure:4587: $? = 0 configure:4602: result: 2 configure:4616: checking size of int configure:4621: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 configure:4621: $? = 0 configure:4621: ./conftest configure:4621: $? = 0 configure:4636: result: 4 configure:4650: checking size of long configure:4655: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 configure:4655: $? = 0 configure:4655: ./conftest configure:4655: $? = 0 configure:4670: result: 4 configure:4704: checking for int16_t configure:4704: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 configure:4704: $? = 0 configure:4704: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c: In function 'main': conftest.c:69: error: expected expression before ')' token configure:4704: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "unrealircd" | #define PACKAGE_TARNAME "unrealircd" | #define PACKAGE_VERSION "3.2.8.1" | #define PACKAGE_STRING "unrealircd 3.2.8.1" | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/" | #define PACKAGE_URL "http://unrealircd.org/" | #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 PARAMH /**/ | #define STDLIBH /**/ | #define STDDEFH /**/ | #define SYSSYSLOGH /**/ | #define UNISTDH /**/ | #define STRINGH /**/ | #define STRINGSH /**/ | #define MALLOCH | #define GLOBH /**/ | #define HAVE_INTPTR_T 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((int16_t))) | return 0; | ; | return 0; | } configure:4704: result: yes configure:4715: checking for u_int16_t configure:4715: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 configure:4715: $? = 0 configure:4715: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c: In function 'main': conftest.c:69: error: expected expression before ')' token configure:4715: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "unrealircd" | #define PACKAGE_TARNAME "unrealircd" | #define PACKAGE_VERSION "3.2.8.1" | #define PACKAGE_STRING "unrealircd 3.2.8.1" | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/" | #define PACKAGE_URL "http://unrealircd.org/" | #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 PARAMH /**/ | #define STDLIBH /**/ | #define STDDEFH /**/ | #define SYSSYSLOGH /**/ | #define UNISTDH /**/ | #define STRINGH /**/ | #define STRINGSH /**/ | #define MALLOCH | #define GLOBH /**/ | #define HAVE_INTPTR_T 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((u_int16_t))) | return 0; | ; | return 0; | } configure:4715: result: yes configure:4730: checking for int32_t configure:4730: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 configure:4730: $? = 0 configure:4730: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c: In function 'main': conftest.c:69: error: expected expression before ')' token configure:4730: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "unrealircd" | #define PACKAGE_TARNAME "unrealircd" | #define PACKAGE_VERSION "3.2.8.1" | #define PACKAGE_STRING "unrealircd 3.2.8.1" | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/" | #define PACKAGE_URL "http://unrealircd.org/" | #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 PARAMH /**/ | #define STDLIBH /**/ | #define STDDEFH /**/ | #define SYSSYSLOGH /**/ | #define UNISTDH /**/ | #define STRINGH /**/ | #define STRINGSH /**/ | #define MALLOCH | #define GLOBH /**/ | #define HAVE_INTPTR_T 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((int32_t))) | return 0; | ; | return 0; | } configure:4730: result: yes configure:4741: checking for u_int32_t configure:4741: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 configure:4741: $? = 0 configure:4741: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c: In function 'main': conftest.c:69: error: expected expression before ')' token configure:4741: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "unrealircd" | #define PACKAGE_TARNAME "unrealircd" | #define PACKAGE_VERSION "3.2.8.1" | #define PACKAGE_STRING "unrealircd 3.2.8.1" | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/" | #define PACKAGE_URL "http://unrealircd.org/" | #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 PARAMH /**/ | #define STDLIBH /**/ | #define STDDEFH /**/ | #define SYSSYSLOGH /**/ | #define UNISTDH /**/ | #define STRINGH /**/ | #define STRINGSH /**/ | #define MALLOCH | #define GLOBH /**/ | #define HAVE_INTPTR_T 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((u_int32_t))) | return 0; | ; | return 0; | } configure:4741: result: yes configure:4805: checking size of rlim_t configure:4810: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 configure:4810: $? = 0 configure:4810: ./conftest configure:4810: $? = 0 configure:4825: result: 8 configure:4842: checking what kind of nonblocking sockets you have configure:4885: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c: In function 'alarmed': conftest.c:43: warning: incompatible implicit declaration of built-in function 'exit' conftest.c: In function 'main': conftest.c:51: warning: passing argument 2 of 'signal' from incompatible pointer type conftest.c:55: warning: incompatible implicit declaration of built-in function 'exit' conftest.c:58: warning: incompatible implicit declaration of built-in function 'exit' configure:4885: $? = 0 configure:4885: ./conftest configure:4885: $? = 0 configure:4981: result: O_NONBLOCK configure:4998: checking whether gcc needs -traditional conftest.c:36:20: error: termio.h: No such file or directory configure:5032: result: no configure:5039: checking whether setpgrp takes no argument configure:5061: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 configure:5061: $? = 0 configure:5061: ./conftest configure:5061: $? = 0 configure:5071: result: no configure:5088: checking for working alloca.h configure:5105: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c:36:20: error: alloca.h: No such file or directory conftest.c: In function 'main': conftest.c:40: warning: incompatible implicit declaration of built-in function 'alloca' configure:5105: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "unrealircd" | #define PACKAGE_TARNAME "unrealircd" | #define PACKAGE_VERSION "3.2.8.1" | #define PACKAGE_STRING "unrealircd 3.2.8.1" | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/" | #define PACKAGE_URL "http://unrealircd.org/" | #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 PARAMH /**/ | #define STDLIBH /**/ | #define STDDEFH /**/ | #define SYSSYSLOGH /**/ | #define UNISTDH /**/ | #define STRINGH /**/ | #define STRINGSH /**/ | #define MALLOCH | #define GLOBH /**/ | #define HAVE_INTPTR_T 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_RLIM_T 8 | #define LONG_LONG_RLIM_T /**/ | #define NBLOCK_POSIX /**/ | /* end confdefs.h. */ | #include | int | main () | { | char *p = (char *) alloca (2 * sizeof (int)); | if (p) return 0; | ; | return 0; | } configure:5113: result: no configure:5121: checking for alloca configure:5158: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 configure:5158: $? = 0 configure:5166: result: yes configure:5278: checking for snprintf configure:5278: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c:60: warning: conflicting types for built-in function 'snprintf' configure:5278: $? = 0 configure:5278: result: yes configure:5291: checking for vsnprintf configure:5291: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c:37:1: warning: "HAVE_SNPRINTF" redefined conftest.c:36:1: warning: this is the location of the previous definition conftest.c:62: warning: conflicting types for built-in function 'vsnprintf' configure:5291: $? = 0 configure:5291: result: yes configure:5304: checking for strlcpy configure:5304: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c:37:1: warning: "HAVE_SNPRINTF" redefined conftest.c:36:1: warning: this is the location of the previous definition conftest.c:39:1: warning: "HAVE_VSNPRINTF" redefined conftest.c:38:1: warning: this is the location of the previous definition configure:5304: $? = 0 configure:5304: result: yes configure:5317: checking for strlcat configure:5317: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c:37:1: warning: "HAVE_SNPRINTF" redefined conftest.c:36:1: warning: this is the location of the previous definition conftest.c:39:1: warning: "HAVE_VSNPRINTF" redefined conftest.c:38:1: warning: this is the location of the previous definition conftest.c:41:1: warning: "HAVE_STRLCPY" redefined conftest.c:40:1: warning: this is the location of the previous definition configure:5317: $? = 0 configure:5317: result: yes configure:5330: checking for strlncat configure:5330: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c:37:1: warning: "HAVE_SNPRINTF" redefined conftest.c:36:1: warning: this is the location of the previous definition conftest.c:39:1: warning: "HAVE_VSNPRINTF" redefined conftest.c:38:1: warning: this is the location of the previous definition conftest.c:41:1: warning: "HAVE_STRLCPY" redefined conftest.c:40:1: warning: this is the location of the previous definition conftest.c:43:1: warning: "HAVE_STRLCAT" redefined conftest.c:42:1: warning: this is the location of the previous definition /tmp//cctcFXSx.o(.text+0x12): In function `main': /home/ircd/Unreal3.2/conftest.c:79: undefined reference to `strlncat' collect2: ld returned 1 exit status configure:5330: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "unrealircd" | #define PACKAGE_TARNAME "unrealircd" | #define PACKAGE_VERSION "3.2.8.1" | #define PACKAGE_STRING "unrealircd 3.2.8.1" | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/" | #define PACKAGE_URL "http://unrealircd.org/" | #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 PARAMH /**/ | #define STDLIBH /**/ | #define STDDEFH /**/ | #define SYSSYSLOGH /**/ | #define UNISTDH /**/ | #define STRINGH /**/ | #define STRINGSH /**/ | #define MALLOCH | #define GLOBH /**/ | #define HAVE_INTPTR_T 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_RLIM_T 8 | #define LONG_LONG_RLIM_T /**/ | #define NBLOCK_POSIX /**/ | #define HAVE_ALLOCA 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SNPRINTF /**/ | #define HAVE_VSNPRINTF 1 | #define HAVE_VSNPRINTF /**/ | #define HAVE_STRLCPY 1 | #define HAVE_STRLCPY /**/ | #define HAVE_STRLCAT 1 | #define HAVE_STRLCAT /**/ | /* end confdefs.h. */ | /* Define strlncat to an innocuous variant, in case declares strlncat. | For example, HP-UX 11i declares gettimeofday. */ | #define strlncat innocuous_strlncat | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strlncat (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef strlncat | | /* 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 strlncat (); | /* 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_strlncat || defined __stub___strlncat | choke me | #endif | | int | main () | { | return strlncat (); | ; | return 0; | } configure:5330: result: no configure:5343: checking for inet_pton configure:5343: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c:37:1: warning: "HAVE_SNPRINTF" redefined conftest.c:36:1: warning: this is the location of the previous definition conftest.c:39:1: warning: "HAVE_VSNPRINTF" redefined conftest.c:38:1: warning: this is the location of the previous definition conftest.c:41:1: warning: "HAVE_STRLCPY" redefined conftest.c:40:1: warning: this is the location of the previous definition conftest.c:43:1: warning: "HAVE_STRLCAT" redefined conftest.c:42:1: warning: this is the location of the previous definition configure:5343: $? = 0 configure:5343: result: yes configure:5356: checking for inet_ntop configure:5356: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c:37:1: warning: "HAVE_SNPRINTF" redefined conftest.c:36:1: warning: this is the location of the previous definition conftest.c:39:1: warning: "HAVE_VSNPRINTF" redefined conftest.c:38:1: warning: this is the location of the previous definition conftest.c:41:1: warning: "HAVE_STRLCPY" redefined conftest.c:40:1: warning: this is the location of the previous definition conftest.c:43:1: warning: "HAVE_STRLCAT" redefined conftest.c:42:1: warning: this is the location of the previous definition conftest.c:45:1: warning: "HAVE_INET_PTON" redefined conftest.c:44:1: warning: this is the location of the previous definition configure:5356: $? = 0 configure:5356: result: yes configure:5367: checking if C99 variable length arrays are supported configure:5390: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c:37:1: warning: "HAVE_SNPRINTF" redefined conftest.c:36:1: warning: this is the location of the previous definition conftest.c:39:1: warning: "HAVE_VSNPRINTF" redefined conftest.c:38:1: warning: this is the location of the previous definition conftest.c:41:1: warning: "HAVE_STRLCPY" redefined conftest.c:40:1: warning: this is the location of the previous definition conftest.c:43:1: warning: "HAVE_STRLCAT" redefined conftest.c:42:1: warning: this is the location of the previous definition conftest.c:45:1: warning: "HAVE_INET_PTON" redefined conftest.c:44:1: warning: this is the location of the previous definition conftest.c:47:1: warning: "HAVE_INET_NTOP" redefined conftest.c:46:1: warning: this is the location of the previous definition configure:5390: $? = 0 configure:5398: result: yes configure:5406: checking if we can set the core size to unlimited configure:5433: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c:37:1: warning: "HAVE_SNPRINTF" redefined conftest.c:36:1: warning: this is the location of the previous definition conftest.c:39:1: warning: "HAVE_VSNPRINTF" redefined conftest.c:38:1: warning: this is the location of the previous definition conftest.c:41:1: warning: "HAVE_STRLCPY" redefined conftest.c:40:1: warning: this is the location of the previous definition conftest.c:43:1: warning: "HAVE_STRLCAT" redefined conftest.c:42:1: warning: this is the location of the previous definition conftest.c:45:1: warning: "HAVE_INET_PTON" redefined conftest.c:44:1: warning: this is the location of the previous definition conftest.c:47:1: warning: "HAVE_INET_NTOP" redefined conftest.c:46:1: warning: this is the location of the previous definition conftest.c: In function 'main': conftest.c:58: warning: incompatible implicit declaration of built-in function 'exit' configure:5433: $? = 0 configure:5433: ./conftest configure:5433: $? = 0 configure:5444: result: yes configure:5453: checking for vprintf configure:5453: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c:37:1: warning: "HAVE_SNPRINTF" redefined conftest.c:36:1: warning: this is the location of the previous definition conftest.c:39:1: warning: "HAVE_VSNPRINTF" redefined conftest.c:38:1: warning: this is the location of the previous definition conftest.c:41:1: warning: "HAVE_STRLCPY" redefined conftest.c:40:1: warning: this is the location of the previous definition conftest.c:43:1: warning: "HAVE_STRLCAT" redefined conftest.c:42:1: warning: this is the location of the previous definition conftest.c:45:1: warning: "HAVE_INET_PTON" redefined conftest.c:44:1: warning: this is the location of the previous definition conftest.c:47:1: warning: "HAVE_INET_NTOP" redefined conftest.c:46:1: warning: this is the location of the previous definition conftest.c:74: warning: conflicting types for built-in function 'vprintf' configure:5453: $? = 0 configure:5453: result: yes configure:5459: checking for _doprnt configure:5459: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c:37:1: warning: "HAVE_SNPRINTF" redefined conftest.c:36:1: warning: this is the location of the previous definition conftest.c:39:1: warning: "HAVE_VSNPRINTF" redefined conftest.c:38:1: warning: this is the location of the previous definition conftest.c:41:1: warning: "HAVE_STRLCPY" redefined conftest.c:40:1: warning: this is the location of the previous definition conftest.c:43:1: warning: "HAVE_STRLCAT" redefined conftest.c:42:1: warning: this is the location of the previous definition conftest.c:45:1: warning: "HAVE_INET_PTON" redefined conftest.c:44:1: warning: this is the location of the previous definition conftest.c:47:1: warning: "HAVE_INET_NTOP" redefined conftest.c:46:1: warning: this is the location of the previous definition /tmp//ccVGo1U0.o(.text+0x12): In function `main': /home/ircd/Unreal3.2/conftest.c:86: undefined reference to `_doprnt' collect2: ld returned 1 exit status configure:5459: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "unrealircd" | #define PACKAGE_TARNAME "unrealircd" | #define PACKAGE_VERSION "3.2.8.1" | #define PACKAGE_STRING "unrealircd 3.2.8.1" | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/" | #define PACKAGE_URL "http://unrealircd.org/" | #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 PARAMH /**/ | #define STDLIBH /**/ | #define STDDEFH /**/ | #define SYSSYSLOGH /**/ | #define UNISTDH /**/ | #define STRINGH /**/ | #define STRINGSH /**/ | #define MALLOCH | #define GLOBH /**/ | #define HAVE_INTPTR_T 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_RLIM_T 8 | #define LONG_LONG_RLIM_T /**/ | #define NBLOCK_POSIX /**/ | #define HAVE_ALLOCA 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SNPRINTF /**/ | #define HAVE_VSNPRINTF 1 | #define HAVE_VSNPRINTF /**/ | #define HAVE_STRLCPY 1 | #define HAVE_STRLCPY /**/ | #define HAVE_STRLCAT 1 | #define HAVE_STRLCAT /**/ | #define HAVE_INET_PTON 1 | #define HAVE_INET_PTON /**/ | #define HAVE_INET_NTOP 1 | #define HAVE_INET_NTOP /**/ | #define HAVE_C99_VARLEN_ARRAY /**/ | #define FORCE_CORE /**/ | #define HAVE_VPRINTF 1 | /* end confdefs.h. */ | /* Define _doprnt to an innocuous variant, in case declares _doprnt. | For example, HP-UX 11i declares gettimeofday. */ | #define _doprnt innocuous__doprnt | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _doprnt (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #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:5459: result: no configure:5472: checking for gettimeofday configure:5472: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c:37:1: warning: "HAVE_SNPRINTF" redefined conftest.c:36:1: warning: this is the location of the previous definition conftest.c:39:1: warning: "HAVE_VSNPRINTF" redefined conftest.c:38:1: warning: this is the location of the previous definition conftest.c:41:1: warning: "HAVE_STRLCPY" redefined conftest.c:40:1: warning: this is the location of the previous definition conftest.c:43:1: warning: "HAVE_STRLCAT" redefined conftest.c:42:1: warning: this is the location of the previous definition conftest.c:45:1: warning: "HAVE_INET_PTON" redefined conftest.c:44:1: warning: this is the location of the previous definition conftest.c:47:1: warning: "HAVE_INET_NTOP" redefined conftest.c:46:1: warning: this is the location of the previous definition configure:5472: $? = 0 configure:5472: result: yes configure:5499: checking for getrusage configure:5499: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c:37:1: warning: "HAVE_SNPRINTF" redefined conftest.c:36:1: warning: this is the location of the previous definition conftest.c:39:1: warning: "HAVE_VSNPRINTF" redefined conftest.c:38:1: warning: this is the location of the previous definition conftest.c:41:1: warning: "HAVE_STRLCPY" redefined conftest.c:40:1: warning: this is the location of the previous definition conftest.c:43:1: warning: "HAVE_STRLCAT" redefined conftest.c:42:1: warning: this is the location of the previous definition conftest.c:45:1: warning: "HAVE_INET_PTON" redefined conftest.c:44:1: warning: this is the location of the previous definition conftest.c:47:1: warning: "HAVE_INET_NTOP" redefined conftest.c:46:1: warning: this is the location of the previous definition configure:5499: $? = 0 configure:5499: result: yes configure:5526: checking for setproctitle configure:5526: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c:37:1: warning: "HAVE_SNPRINTF" redefined conftest.c:36:1: warning: this is the location of the previous definition conftest.c:39:1: warning: "HAVE_VSNPRINTF" redefined conftest.c:38:1: warning: this is the location of the previous definition conftest.c:41:1: warning: "HAVE_STRLCPY" redefined conftest.c:40:1: warning: this is the location of the previous definition conftest.c:43:1: warning: "HAVE_STRLCAT" redefined conftest.c:42:1: warning: this is the location of the previous definition conftest.c:45:1: warning: "HAVE_INET_PTON" redefined conftest.c:44:1: warning: this is the location of the previous definition conftest.c:47:1: warning: "HAVE_INET_NTOP" redefined conftest.c:46:1: warning: this is the location of the previous definition configure:5526: $? = 0 configure:5526: result: yes configure:5615: checking what type of signals you have configure:5636: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c:37:1: warning: "HAVE_SNPRINTF" redefined conftest.c:36:1: warning: this is the location of the previous definition conftest.c:39:1: warning: "HAVE_VSNPRINTF" redefined conftest.c:38:1: warning: this is the location of the previous definition conftest.c:41:1: warning: "HAVE_STRLCPY" redefined conftest.c:40:1: warning: this is the location of the previous definition conftest.c:43:1: warning: "HAVE_STRLCAT" redefined conftest.c:42:1: warning: this is the location of the previous definition conftest.c:45:1: warning: "HAVE_INET_PTON" redefined conftest.c:44:1: warning: this is the location of the previous definition conftest.c:47:1: warning: "HAVE_INET_NTOP" redefined conftest.c:46:1: warning: this is the location of the previous definition conftest.c:56:1: warning: "HAVE_SETPROCTITLE" redefined conftest.c:55:1: warning: this is the location of the previous definition configure:5636: $? = 0 configure:5636: ./conftest configure:5636: $? = 0 configure:5682: result: POSIX configure:5700: checking for strtoken configure:5700: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c:37:1: warning: "HAVE_SNPRINTF" redefined conftest.c:36:1: warning: this is the location of the previous definition conftest.c:39:1: warning: "HAVE_VSNPRINTF" redefined conftest.c:38:1: warning: this is the location of the previous definition conftest.c:41:1: warning: "HAVE_STRLCPY" redefined conftest.c:40:1: warning: this is the location of the previous definition conftest.c:43:1: warning: "HAVE_STRLCAT" redefined conftest.c:42:1: warning: this is the location of the previous definition conftest.c:45:1: warning: "HAVE_INET_PTON" redefined conftest.c:44:1: warning: this is the location of the previous definition conftest.c:47:1: warning: "HAVE_INET_NTOP" redefined conftest.c:46:1: warning: this is the location of the previous definition conftest.c:56:1: warning: "HAVE_SETPROCTITLE" redefined conftest.c:55:1: warning: this is the location of the previous definition /tmp//ccnoFahF.o(.text+0x12): In function `main': /home/ircd/Unreal3.2/conftest.c:93: undefined reference to `strtoken' collect2: ld returned 1 exit status configure:5700: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "unrealircd" | #define PACKAGE_TARNAME "unrealircd" | #define PACKAGE_VERSION "3.2.8.1" | #define PACKAGE_STRING "unrealircd 3.2.8.1" | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/" | #define PACKAGE_URL "http://unrealircd.org/" | #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 PARAMH /**/ | #define STDLIBH /**/ | #define STDDEFH /**/ | #define SYSSYSLOGH /**/ | #define UNISTDH /**/ | #define STRINGH /**/ | #define STRINGSH /**/ | #define MALLOCH | #define GLOBH /**/ | #define HAVE_INTPTR_T 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_RLIM_T 8 | #define LONG_LONG_RLIM_T /**/ | #define NBLOCK_POSIX /**/ | #define HAVE_ALLOCA 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SNPRINTF /**/ | #define HAVE_VSNPRINTF 1 | #define HAVE_VSNPRINTF /**/ | #define HAVE_STRLCPY 1 | #define HAVE_STRLCPY /**/ | #define HAVE_STRLCAT 1 | #define HAVE_STRLCAT /**/ | #define HAVE_INET_PTON 1 | #define HAVE_INET_PTON /**/ | #define HAVE_INET_NTOP 1 | #define HAVE_INET_NTOP /**/ | #define HAVE_C99_VARLEN_ARRAY /**/ | #define FORCE_CORE /**/ | #define HAVE_VPRINTF 1 | #define HAVE_GETTIMEOFDAY 1 | #define GETTIMEOFDAY /**/ | #define HAVE_GETRUSAGE 1 | #define GETRUSAGE_2 /**/ | #define HAVE_SETPROCTITLE 1 | #define HAVE_SETPROCTITLE /**/ | #define POSIX_SIGNALS /**/ | /* end confdefs.h. */ | /* Define strtoken to an innocuous variant, in case declares strtoken. | For example, HP-UX 11i declares gettimeofday. */ | #define strtoken innocuous_strtoken | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strtoken (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef strtoken | | /* 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 strtoken (); | /* 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_strtoken || defined __stub___strtoken | choke me | #endif | | int | main () | { | return strtoken (); | ; | return 0; | } configure:5700: result: no configure:5715: checking for strtok configure:5715: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c:37:1: warning: "HAVE_SNPRINTF" redefined conftest.c:36:1: warning: this is the location of the previous definition conftest.c:39:1: warning: "HAVE_VSNPRINTF" redefined conftest.c:38:1: warning: this is the location of the previous definition conftest.c:41:1: warning: "HAVE_STRLCPY" redefined conftest.c:40:1: warning: this is the location of the previous definition conftest.c:43:1: warning: "HAVE_STRLCAT" redefined conftest.c:42:1: warning: this is the location of the previous definition conftest.c:45:1: warning: "HAVE_INET_PTON" redefined conftest.c:44:1: warning: this is the location of the previous definition conftest.c:47:1: warning: "HAVE_INET_NTOP" redefined conftest.c:46:1: warning: this is the location of the previous definition conftest.c:56:1: warning: "HAVE_SETPROCTITLE" redefined conftest.c:55:1: warning: this is the location of the previous definition configure:5715: $? = 0 configure:5715: result: yes configure:5730: checking for strerror configure:5730: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c:37:1: warning: "HAVE_SNPRINTF" redefined conftest.c:36:1: warning: this is the location of the previous definition conftest.c:39:1: warning: "HAVE_VSNPRINTF" redefined conftest.c:38:1: warning: this is the location of the previous definition conftest.c:41:1: warning: "HAVE_STRLCPY" redefined conftest.c:40:1: warning: this is the location of the previous definition conftest.c:43:1: warning: "HAVE_STRLCAT" redefined conftest.c:42:1: warning: this is the location of the previous definition conftest.c:45:1: warning: "HAVE_INET_PTON" redefined conftest.c:44:1: warning: this is the location of the previous definition conftest.c:47:1: warning: "HAVE_INET_NTOP" redefined conftest.c:46:1: warning: this is the location of the previous definition conftest.c:56:1: warning: "HAVE_SETPROCTITLE" redefined conftest.c:55:1: warning: this is the location of the previous definition configure:5730: $? = 0 configure:5730: result: yes configure:5745: checking for index configure:5745: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c:37:1: warning: "HAVE_SNPRINTF" redefined conftest.c:36:1: warning: this is the location of the previous definition conftest.c:39:1: warning: "HAVE_VSNPRINTF" redefined conftest.c:38:1: warning: this is the location of the previous definition conftest.c:41:1: warning: "HAVE_STRLCPY" redefined conftest.c:40:1: warning: this is the location of the previous definition conftest.c:43:1: warning: "HAVE_STRLCAT" redefined conftest.c:42:1: warning: this is the location of the previous definition conftest.c:45:1: warning: "HAVE_INET_PTON" redefined conftest.c:44:1: warning: this is the location of the previous definition conftest.c:47:1: warning: "HAVE_INET_NTOP" redefined conftest.c:46:1: warning: this is the location of the previous definition conftest.c:56:1: warning: "HAVE_SETPROCTITLE" redefined conftest.c:55:1: warning: this is the location of the previous definition conftest.c:85: warning: conflicting types for built-in function 'index' configure:5745: $? = 0 configure:5745: result: yes configure:5760: checking for strtoul configure:5760: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c:37:1: warning: "HAVE_SNPRINTF" redefined conftest.c:36:1: warning: this is the location of the previous definition conftest.c:39:1: warning: "HAVE_VSNPRINTF" redefined conftest.c:38:1: warning: this is the location of the previous definition conftest.c:41:1: warning: "HAVE_STRLCPY" redefined conftest.c:40:1: warning: this is the location of the previous definition conftest.c:43:1: warning: "HAVE_STRLCAT" redefined conftest.c:42:1: warning: this is the location of the previous definition conftest.c:45:1: warning: "HAVE_INET_PTON" redefined conftest.c:44:1: warning: this is the location of the previous definition conftest.c:47:1: warning: "HAVE_INET_NTOP" redefined conftest.c:46:1: warning: this is the location of the previous definition conftest.c:56:1: warning: "HAVE_SETPROCTITLE" redefined conftest.c:55:1: warning: this is the location of the previous definition configure:5760: $? = 0 configure:5760: result: yes configure:5773: checking for bcopy configure:5773: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c:37:1: warning: "HAVE_SNPRINTF" redefined conftest.c:36:1: warning: this is the location of the previous definition conftest.c:39:1: warning: "HAVE_VSNPRINTF" redefined conftest.c:38:1: warning: this is the location of the previous definition conftest.c:41:1: warning: "HAVE_STRLCPY" redefined conftest.c:40:1: warning: this is the location of the previous definition conftest.c:43:1: warning: "HAVE_STRLCAT" redefined conftest.c:42:1: warning: this is the location of the previous definition conftest.c:45:1: warning: "HAVE_INET_PTON" redefined conftest.c:44:1: warning: this is the location of the previous definition conftest.c:47:1: warning: "HAVE_INET_NTOP" redefined conftest.c:46:1: warning: this is the location of the previous definition conftest.c:56:1: warning: "HAVE_SETPROCTITLE" redefined conftest.c:55:1: warning: this is the location of the previous definition conftest.c:87: warning: conflicting types for built-in function 'bcopy' configure:5773: $? = 0 configure:5773: result: yes configure:5788: checking for bcmp configure:5788: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c:37:1: warning: "HAVE_SNPRINTF" redefined conftest.c:36:1: warning: this is the location of the previous definition conftest.c:39:1: warning: "HAVE_VSNPRINTF" redefined conftest.c:38:1: warning: this is the location of the previous definition conftest.c:41:1: warning: "HAVE_STRLCPY" redefined conftest.c:40:1: warning: this is the location of the previous definition conftest.c:43:1: warning: "HAVE_STRLCAT" redefined conftest.c:42:1: warning: this is the location of the previous definition conftest.c:45:1: warning: "HAVE_INET_PTON" redefined conftest.c:44:1: warning: this is the location of the previous definition conftest.c:47:1: warning: "HAVE_INET_NTOP" redefined conftest.c:46:1: warning: this is the location of the previous definition conftest.c:56:1: warning: "HAVE_SETPROCTITLE" redefined conftest.c:55:1: warning: this is the location of the previous definition conftest.c:88: warning: conflicting types for built-in function 'bcmp' configure:5788: $? = 0 configure:5788: result: yes configure:5803: checking for bzero configure:5803: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c:37:1: warning: "HAVE_SNPRINTF" redefined conftest.c:36:1: warning: this is the location of the previous definition conftest.c:39:1: warning: "HAVE_VSNPRINTF" redefined conftest.c:38:1: warning: this is the location of the previous definition conftest.c:41:1: warning: "HAVE_STRLCPY" redefined conftest.c:40:1: warning: this is the location of the previous definition conftest.c:43:1: warning: "HAVE_STRLCAT" redefined conftest.c:42:1: warning: this is the location of the previous definition conftest.c:45:1: warning: "HAVE_INET_PTON" redefined conftest.c:44:1: warning: this is the location of the previous definition conftest.c:47:1: warning: "HAVE_INET_NTOP" redefined conftest.c:46:1: warning: this is the location of the previous definition conftest.c:56:1: warning: "HAVE_SETPROCTITLE" redefined conftest.c:55:1: warning: this is the location of the previous definition conftest.c:89: warning: conflicting types for built-in function 'bzero' configure:5803: $? = 0 configure:5803: result: yes configure:5818: checking for strcasecmp configure:5818: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c:37:1: warning: "HAVE_SNPRINTF" redefined conftest.c:36:1: warning: this is the location of the previous definition conftest.c:39:1: warning: "HAVE_VSNPRINTF" redefined conftest.c:38:1: warning: this is the location of the previous definition conftest.c:41:1: warning: "HAVE_STRLCPY" redefined conftest.c:40:1: warning: this is the location of the previous definition conftest.c:43:1: warning: "HAVE_STRLCAT" redefined conftest.c:42:1: warning: this is the location of the previous definition conftest.c:45:1: warning: "HAVE_INET_PTON" redefined conftest.c:44:1: warning: this is the location of the previous definition conftest.c:47:1: warning: "HAVE_INET_NTOP" redefined conftest.c:46:1: warning: this is the location of the previous definition conftest.c:56:1: warning: "HAVE_SETPROCTITLE" redefined conftest.c:55:1: warning: this is the location of the previous definition conftest.c:90: warning: conflicting types for built-in function 'strcasecmp' configure:5818: $? = 0 configure:5818: result: yes configure:5833: checking for inet_addr configure:5833: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c:37:1: warning: "HAVE_SNPRINTF" redefined conftest.c:36:1: warning: this is the location of the previous definition conftest.c:39:1: warning: "HAVE_VSNPRINTF" redefined conftest.c:38:1: warning: this is the location of the previous definition conftest.c:41:1: warning: "HAVE_STRLCPY" redefined conftest.c:40:1: warning: this is the location of the previous definition conftest.c:43:1: warning: "HAVE_STRLCAT" redefined conftest.c:42:1: warning: this is the location of the previous definition conftest.c:45:1: warning: "HAVE_INET_PTON" redefined conftest.c:44:1: warning: this is the location of the previous definition conftest.c:47:1: warning: "HAVE_INET_NTOP" redefined conftest.c:46:1: warning: this is the location of the previous definition conftest.c:56:1: warning: "HAVE_SETPROCTITLE" redefined conftest.c:55:1: warning: this is the location of the previous definition configure:5833: $? = 0 configure:5833: result: yes configure:5848: checking for inet_ntoa configure:5848: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c:37:1: warning: "HAVE_SNPRINTF" redefined conftest.c:36:1: warning: this is the location of the previous definition conftest.c:39:1: warning: "HAVE_VSNPRINTF" redefined conftest.c:38:1: warning: this is the location of the previous definition conftest.c:41:1: warning: "HAVE_STRLCPY" redefined conftest.c:40:1: warning: this is the location of the previous definition conftest.c:43:1: warning: "HAVE_STRLCAT" redefined conftest.c:42:1: warning: this is the location of the previous definition conftest.c:45:1: warning: "HAVE_INET_PTON" redefined conftest.c:44:1: warning: this is the location of the previous definition conftest.c:47:1: warning: "HAVE_INET_NTOP" redefined conftest.c:46:1: warning: this is the location of the previous definition conftest.c:56:1: warning: "HAVE_SETPROCTITLE" redefined conftest.c:55:1: warning: this is the location of the previous definition configure:5848: $? = 0 configure:5848: result: yes configure:5863: checking for inet_netof configure:5863: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c:37:1: warning: "HAVE_SNPRINTF" redefined conftest.c:36:1: warning: this is the location of the previous definition conftest.c:39:1: warning: "HAVE_VSNPRINTF" redefined conftest.c:38:1: warning: this is the location of the previous definition conftest.c:41:1: warning: "HAVE_STRLCPY" redefined conftest.c:40:1: warning: this is the location of the previous definition conftest.c:43:1: warning: "HAVE_STRLCAT" redefined conftest.c:42:1: warning: this is the location of the previous definition conftest.c:45:1: warning: "HAVE_INET_PTON" redefined conftest.c:44:1: warning: this is the location of the previous definition conftest.c:47:1: warning: "HAVE_INET_NTOP" redefined conftest.c:46:1: warning: this is the location of the previous definition conftest.c:56:1: warning: "HAVE_SETPROCTITLE" redefined conftest.c:55:1: warning: this is the location of the previous definition configure:5863: $? = 0 configure:5863: result: yes configure:5879: checking for syslog configure:5879: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c:37:1: warning: "HAVE_SNPRINTF" redefined conftest.c:36:1: warning: this is the location of the previous definition conftest.c:39:1: warning: "HAVE_VSNPRINTF" redefined conftest.c:38:1: warning: this is the location of the previous definition conftest.c:41:1: warning: "HAVE_STRLCPY" redefined conftest.c:40:1: warning: this is the location of the previous definition conftest.c:43:1: warning: "HAVE_STRLCAT" redefined conftest.c:42:1: warning: this is the location of the previous definition conftest.c:45:1: warning: "HAVE_INET_PTON" redefined conftest.c:44:1: warning: this is the location of the previous definition conftest.c:47:1: warning: "HAVE_INET_NTOP" redefined conftest.c:46:1: warning: this is the location of the previous definition conftest.c:56:1: warning: "HAVE_SETPROCTITLE" redefined conftest.c:55:1: warning: this is the location of the previous definition configure:5879: $? = 0 configure:5879: result: yes configure:5892: checking for vsyslog configure:5892: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c:37:1: warning: "HAVE_SNPRINTF" redefined conftest.c:36:1: warning: this is the location of the previous definition conftest.c:39:1: warning: "HAVE_VSNPRINTF" redefined conftest.c:38:1: warning: this is the location of the previous definition conftest.c:41:1: warning: "HAVE_STRLCPY" redefined conftest.c:40:1: warning: this is the location of the previous definition conftest.c:43:1: warning: "HAVE_STRLCAT" redefined conftest.c:42:1: warning: this is the location of the previous definition conftest.c:45:1: warning: "HAVE_INET_PTON" redefined conftest.c:44:1: warning: this is the location of the previous definition conftest.c:47:1: warning: "HAVE_INET_NTOP" redefined conftest.c:46:1: warning: this is the location of the previous definition conftest.c:56:1: warning: "HAVE_SETPROCTITLE" redefined conftest.c:55:1: warning: this is the location of the previous definition conftest.c:72:1: warning: "HAVE_SYSLOG" redefined conftest.c:71:1: warning: this is the location of the previous definition configure:5892: $? = 0 configure:5892: result: yes configure:6151: checking for openssl configure:6156: result: found in /usr/include/openssl configure:6210: checking for zlib configure:6215: result: found in /usr configure:6260: checking for dlopen configure:6260: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5 conftest.c:37:1: warning: "HAVE_SNPRINTF" redefined conftest.c:36:1: warning: this is the location of the previous definition conftest.c:39:1: warning: "HAVE_VSNPRINTF" redefined conftest.c:38:1: warning: this is the location of the previous definition conftest.c:41:1: warning: "HAVE_STRLCPY" redefined conftest.c:40:1: warning: this is the location of the previous definition conftest.c:43:1: warning: "HAVE_STRLCAT" redefined conftest.c:42:1: warning: this is the location of the previous definition conftest.c:45:1: warning: "HAVE_INET_PTON" redefined conftest.c:44:1: warning: this is the location of the previous definition conftest.c:47:1: warning: "HAVE_INET_NTOP" redefined conftest.c:46:1: warning: this is the location of the previous definition conftest.c:56:1: warning: "HAVE_SETPROCTITLE" redefined conftest.c:55:1: warning: this is the location of the previous definition conftest.c:72:1: warning: "HAVE_SYSLOG" redefined conftest.c:71:1: warning: this is the location of the previous definition conftest.c:74:1: warning: "HAVE_VSYSLOG" redefined conftest.c:73:1: warning: this is the location of the previous definition configure:6260: $? = 0 configure:6260: result: yes configure:6316: checking if we need the -export-dynamic flag configure:6333: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic conftest.c >&5 conftest.c:37:1: warning: "HAVE_SNPRINTF" redefined conftest.c:36:1: warning: this is the location of the previous definition conftest.c:39:1: warning: "HAVE_VSNPRINTF" redefined conftest.c:38:1: warning: this is the location of the previous definition conftest.c:41:1: warning: "HAVE_STRLCPY" redefined conftest.c:40:1: warning: this is the location of the previous definition conftest.c:43:1: warning: "HAVE_STRLCAT" redefined conftest.c:42:1: warning: this is the location of the previous definition conftest.c:45:1: warning: "HAVE_INET_PTON" redefined conftest.c:44:1: warning: this is the location of the previous definition conftest.c:47:1: warning: "HAVE_INET_NTOP" redefined conftest.c:46:1: warning: this is the location of the previous definition conftest.c:56:1: warning: "HAVE_SETPROCTITLE" redefined conftest.c:55:1: warning: this is the location of the previous definition conftest.c:72:1: warning: "HAVE_SYSLOG" redefined conftest.c:71:1: warning: this is the location of the previous definition conftest.c:74:1: warning: "HAVE_VSYSLOG" redefined conftest.c:73:1: warning: this is the location of the previous definition configure:6333: $? = 0 configure:6341: result: yes configure:6347: checking for compiler option to produce PIC configure:6372: result: -fPIC -DPIC -shared configure:6374: checking if your system prepends an underscore on symbols configure:6394: result: no configure:6414: checking if your system has IPv6 support configure:6440: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic conftest.c >&5 conftest.c:37:1: warning: "HAVE_SNPRINTF" redefined conftest.c:36:1: warning: this is the location of the previous definition conftest.c:39:1: warning: "HAVE_VSNPRINTF" redefined conftest.c:38:1: warning: this is the location of the previous definition conftest.c:41:1: warning: "HAVE_STRLCPY" redefined conftest.c:40:1: warning: this is the location of the previous definition conftest.c:43:1: warning: "HAVE_STRLCAT" redefined conftest.c:42:1: warning: this is the location of the previous definition conftest.c:45:1: warning: "HAVE_INET_PTON" redefined conftest.c:44:1: warning: this is the location of the previous definition conftest.c:47:1: warning: "HAVE_INET_NTOP" redefined conftest.c:46:1: warning: this is the location of the previous definition conftest.c:56:1: warning: "HAVE_SETPROCTITLE" redefined conftest.c:55:1: warning: this is the location of the previous definition conftest.c:72:1: warning: "HAVE_SYSLOG" redefined conftest.c:71:1: warning: this is the location of the previous definition conftest.c:74:1: warning: "HAVE_VSYSLOG" redefined conftest.c:73:1: warning: this is the location of the previous definition conftest.c: In function 'main': conftest.c:93: warning: incompatible implicit declaration of built-in function 'exit' configure:6440: $? = 0 configure:6440: ./conftest configure:6440: $? = 0 configure:6451: result: yes configure:6459: checking for struct in6addr_any configure:6476: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic conftest.c >&5 conftest.c:37:1: warning: "HAVE_SNPRINTF" redefined conftest.c:36:1: warning: this is the location of the previous definition conftest.c:39:1: warning: "HAVE_VSNPRINTF" redefined conftest.c:38:1: warning: this is the location of the previous definition conftest.c:41:1: warning: "HAVE_STRLCPY" redefined conftest.c:40:1: warning: this is the location of the previous definition conftest.c:43:1: warning: "HAVE_STRLCAT" redefined conftest.c:42:1: warning: this is the location of the previous definition conftest.c:45:1: warning: "HAVE_INET_PTON" redefined conftest.c:44:1: warning: this is the location of the previous definition conftest.c:47:1: warning: "HAVE_INET_NTOP" redefined conftest.c:46:1: warning: this is the location of the previous definition conftest.c:56:1: warning: "HAVE_SETPROCTITLE" redefined conftest.c:55:1: warning: this is the location of the previous definition conftest.c:72:1: warning: "HAVE_SYSLOG" redefined conftest.c:71:1: warning: this is the location of the previous definition conftest.c:74:1: warning: "HAVE_VSYSLOG" redefined conftest.c:73:1: warning: this is the location of the previous definition configure:6476: $? = 0 configure:6477: result: yes configure:6498: checking if FD_SETSIZE is large enough to allow 1024 file descriptors configure:6513: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic conftest.c >&5 conftest.c:37:1: warning: "HAVE_SNPRINTF" redefined conftest.c:36:1: warning: this is the location of the previous definition conftest.c:39:1: warning: "HAVE_VSNPRINTF" redefined conftest.c:38:1: warning: this is the location of the previous definition conftest.c:41:1: warning: "HAVE_STRLCPY" redefined conftest.c:40:1: warning: this is the location of the previous definition conftest.c:43:1: warning: "HAVE_STRLCAT" redefined conftest.c:42:1: warning: this is the location of the previous definition conftest.c:45:1: warning: "HAVE_INET_PTON" redefined conftest.c:44:1: warning: this is the location of the previous definition conftest.c:47:1: warning: "HAVE_INET_NTOP" redefined conftest.c:46:1: warning: this is the location of the previous definition conftest.c:56:1: warning: "HAVE_SETPROCTITLE" redefined conftest.c:55:1: warning: this is the location of the previous definition conftest.c:72:1: warning: "HAVE_SYSLOG" redefined conftest.c:71:1: warning: this is the location of the previous definition conftest.c:74:1: warning: "HAVE_VSYSLOG" redefined conftest.c:73:1: warning: this is the location of the previous definition conftest.c: In function 'main': conftest.c:96: warning: incompatible implicit declaration of built-in function 'exit' configure:6513: $? = 0 configure:6514: result: yes configure:6591: checking for pkg-config configure:6609: found /usr/bin/pkg-config configure:6621: result: /usr/bin/pkg-config configure:6646: checking pkg-config is at least version 0.9.0 configure:6649: result: yes configure:6660: result: extracting TRE regex library configure:6673: result: configuring TRE regex library configure:6677: result: compiling TRE regex library configure:6680: result: installing TRE regex library configure:6790: result: extracting c-ares resolver library configure:6803: result: configuring c-ares library configure:6807: result: compiling c-ares resolver library configure:6810: result: installing c-ares resolver library configure:7172: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by unrealircd config.status 3.2.8.1, which was generated by GNU Autoconf 2.65. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on hydra.esse.ch config.status:902: creating Makefile config.status:902: creating src/modules/Makefile config.status:902: creating unreal config.status:902: creating ircdcron/ircdchk config.status:902: creating ircdcron/ircd.cron config.status:902: creating include/setup.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_env_CARES_CFLAGS_set= ac_cv_env_CARES_CFLAGS_value= ac_cv_env_CARES_LIBS_set= ac_cv_env_CARES_LIBS_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set= ac_cv_env_PKG_CONFIG_PATH_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_TRE_CFLAGS_set= ac_cv_env_TRE_CFLAGS_value= ac_cv_env_TRE_LIBS_set= ac_cv_env_TRE_LIBS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_export_dynamic=yes ac_cv_force_core=yes ac_cv_func__doprnt=no ac_cv_func_alloca_works=yes ac_cv_func_bcmp=yes ac_cv_func_bcopy=yes ac_cv_func_bzero=yes ac_cv_func_dlopen=yes ac_cv_func_getrusage=yes ac_cv_func_gettimeofday=yes ac_cv_func_index=yes ac_cv_func_inet_addr=yes ac_cv_func_inet_netof=yes ac_cv_func_inet_ntoa=yes ac_cv_func_inet_ntop=yes ac_cv_func_inet_pton=yes ac_cv_func_setpgrp_void=no ac_cv_func_setproctitle=yes ac_cv_func_setvbuf_reversed=no ac_cv_func_snprintf=yes ac_cv_func_strcasecmp=yes ac_cv_func_strerror=yes ac_cv_func_strlcat=yes ac_cv_func_strlcpy=yes ac_cv_func_strlncat=no ac_cv_func_strtok=yes ac_cv_func_strtoken=no ac_cv_func_strtoul=yes ac_cv_func_syslog=yes ac_cv_func_vprintf=yes ac_cv_func_vsnprintf=yes ac_cv_func_vsyslog=yes ac_cv_header_glob_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_malloc_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stddef_h=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_rusage_h=no ac_cv_header_sys_stat_h=yes ac_cv_header_sys_syslog_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_ip6=yes ac_cv_lib_crypt_crypt=no ac_cv_lib_descrypt_crypt=no ac_cv_lib_nsl_inet_ntoa=no ac_cv_lib_socket_socket=no ac_cv_nonblocking=O_NONBLOCK ac_cv_objext=o ac_cv_path_CP=/bin/cp ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GMAKE=/usr/local/bin/gmake ac_cv_path_GREP=/usr/bin/grep ac_cv_path_GUNZIP=/usr/bin/gunzip ac_cv_path_INSTALL=/usr/bin/install ac_cv_path_OPENSSLPATH=/usr/sbin/openssl ac_cv_path_PKGCONFIG=/usr/bin/pkg-config ac_cv_path_RM=/bin/rm ac_cv_path_TOUCH=/usr/bin/touch ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_pic='-fPIC -DPIC -shared' ac_cv_pipe=yes ac_cv_prog_CPP='gcc -E' ac_cv_prog_MAKER=gmake ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_gcc_traditional=no ac_cv_sigtype=POSIX ac_cv_sizeof_int=4 ac_cv_sizeof_long=4 ac_cv_sizeof_rlim_t=8 ac_cv_sizeof_short=2 ac_cv_struct_tm=time.h ac_cv_type_int16_t=yes ac_cv_type_int32_t=yes ac_cv_type_intptr_t=yes ac_cv_type_mode_t=yes ac_cv_type_size_t=yes ac_cv_type_u_int16_t=yes ac_cv_type_u_int32_t=yes ac_cv_type_uid_t=yes ac_cv_underscore=no ac_cv_varlen_arrays=yes ac_cv_working_alloca_h=no ## ----------------- ## ## Output variables. ## ## ----------------- ## ALLOCA='' BINDIR='/home/ircd/Unreal3.2/src/ircd' CARES_CFLAGS='-I/home/ircd/Unreal3.2/extras/c-ares/include' CARES_LIBS='-L../extras/c-ares/lib ../extras/c-ares/lib/libcares.a' CC='gcc' CFLAGS='-pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic' CP='/bin/cp' CPP='gcc -E' CPPFLAGS='' CRYPTOLIB='-lssl -lcrypto' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' EXEEXT='' FD_SETSIZE='' GMAKE='/usr/local/bin/gmake' GREP='/usr/bin/grep' GUNZIP='/usr/bin/gunzip' HAVE_ZLIB='yes' INSTALL='/usr/bin/install' IRCDDIR='/home/ircd/Unreal3.2' IRCDLIBS=' -lz' LDFLAGS='' LIBOBJS='' LIBS='' LTLIBOBJS='' MAKER='gmake' MKPASSWDLIBS='' MODULEFLAGS='-fPIC -DPIC -shared' OBJEXT='o' OPENSSLPATH='/usr/sbin/openssl' PACKAGE_BUGREPORT='http://bugs.unrealircd.org/' PACKAGE_NAME='unrealircd' PACKAGE_STRING='unrealircd 3.2.8.1' PACKAGE_TARNAME='unrealircd' PACKAGE_URL='http://unrealircd.org/' PACKAGE_VERSION='3.2.8.1' PATH_SEPARATOR=':' PKGCONFIG='/usr/bin/pkg-config' PKG_CONFIG='/usr/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' RM='/bin/rm' SHELL='/bin/sh' STRTOUL='' TOUCH='/usr/bin/touch' TRE_CFLAGS='-I/home/ircd/Unreal3.2/extras/regexp/include' TRE_LIBS='' URL='' ac_ct_CC='gcc' bindir='${exec_prefix}/bin' build_alias='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host_alias='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "unrealircd" #define PACKAGE_TARNAME "unrealircd" #define PACKAGE_VERSION "3.2.8.1" #define PACKAGE_STRING "unrealircd 3.2.8.1" #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/" #define PACKAGE_URL "http://unrealircd.org/" #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 PARAMH /**/ #define STDLIBH /**/ #define STDDEFH /**/ #define SYSSYSLOGH /**/ #define UNISTDH /**/ #define STRINGH /**/ #define STRINGSH /**/ #define MALLOCH #define GLOBH /**/ #define HAVE_INTPTR_T 1 #define TIME_WITH_SYS_TIME 1 #define SIZEOF_SHORT 2 #define SIZEOF_INT 4 #define SIZEOF_LONG 4 #define SIZEOF_RLIM_T 8 #define LONG_LONG_RLIM_T /**/ #define NBLOCK_POSIX /**/ #define HAVE_ALLOCA 1 #define HAVE_SNPRINTF 1 #define HAVE_SNPRINTF /**/ #define HAVE_VSNPRINTF 1 #define HAVE_VSNPRINTF /**/ #define HAVE_STRLCPY 1 #define HAVE_STRLCPY /**/ #define HAVE_STRLCAT 1 #define HAVE_STRLCAT /**/ #define HAVE_INET_PTON 1 #define HAVE_INET_PTON /**/ #define HAVE_INET_NTOP 1 #define HAVE_INET_NTOP /**/ #define HAVE_C99_VARLEN_ARRAY /**/ #define FORCE_CORE /**/ #define HAVE_VPRINTF 1 #define HAVE_GETTIMEOFDAY 1 #define GETTIMEOFDAY /**/ #define HAVE_GETRUSAGE 1 #define GETRUSAGE_2 /**/ #define HAVE_SETPROCTITLE 1 #define HAVE_SETPROCTITLE /**/ #define POSIX_SIGNALS /**/ #define NEED_STRTOKEN /**/ #define HAVE_STRTOK 1 #define HAVE_STRERROR 1 #define HAVE_INDEX 1 #define HAVE_STRTOUL 1 #define HAVE_BCOPY 1 #define HAVE_BCMP 1 #define HAVE_BZERO 1 #define HAVE_STRCASECMP 1 #define GOT_STRCASECMP /**/ #define HAVE_INET_ADDR 1 #define HAVE_INET_NTOA 1 #define HAVE_INET_NETOF 1 #define HAVE_SYSLOG 1 #define HAVE_SYSLOG /**/ #define HAVE_VSYSLOG 1 #define HAVE_VSYSLOG /**/ #define LISTEN_SIZE 5 #define NICKNAMEHISTORYLENGTH 2000 #define MAXSENDQLENGTH 3000000 #define BUFFERPOOL (18 * MAXSENDQLENGTH) #define DEFAULT_PERMISSIONS 00600 #define DPATH "/home/ircd/Unreal3.2" #define MAXCONNECTIONS 1024 #define SPATH "/home/ircd/Unreal3.2/src/ircd" #define PREFIX_AQ /**/ #define LIST_SHOW_MODES /**/ #define USE_SSL /**/ #define ZIP_LINKS /**/ #define INET6 /**/ configure: exit 0 Building src gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c timesynch.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c res.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c s_bsd.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c auth.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c aln.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c channel.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c cloak.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c crule.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c dbuf.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c events.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c fdlist.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c hash.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c help.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c ircd.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c ircsprintf.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c list.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c lusers.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c match.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c modules.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c packet.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c parse.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c s_auth.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c s_conf.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c s_debug.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c s_err.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c s_extra.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c s_kline.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c s_misc.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c s_numeric.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c s_serv.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c s_svs.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c socket.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c ssl.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c s_user.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c charsys.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c scache.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c send.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c support.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c umodes.c /bin/sh version.c.SH Extracting src/version.c... 1.1.1.1.2.1.2.1.2.2234.2.909 2010-12-15 12:50:45 gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c version.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c whowas.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c zip.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c cidr.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c random.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c extcmodes.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c extbans.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c md5.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c api-isupport.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c api-command.c gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -lssl -lcrypto -o ircd timesynch.o res.o s_bsd.o auth.o aln.o channel.o cloak.o crule.o dbuf.o events.o fdlist.o hash.o help.o ircd.o ircsprintf.o list.o lusers.o match.o modules.o packet.o parse.o s_auth.o s_conf.o s_debug.o s_err.o s_extra.o s_kline.o s_misc.o s_numeric.o s_serv.o s_svs.o socket.o ssl.o s_user.o charsys.o scache.o send.o support.o umodes.o version.o whowas.o zip.o cidr.o random.o extcmodes.o extbans.o md5.o api-isupport.o api-command.o -lz -L../extras/c-ares/lib ../extras/c-ares/lib/libcares.a -lssl -lcrypto ircsprintf.o(.text+0xc1): In function `ircvsprintf': /home/ircd/Unreal3.2/src/ircsprintf.c:434: warning: vsprintf() is often misused, please use vsnprintf() channel.o(.text+0x202d): In function `add_listmode': /home/ircd/Unreal3.2/src/channel.c:407: warning: strcpy() is almost always misused, please use strlcpy() auth.o(.text+0x6e): In function `Auth_Make': /home/ircd/Unreal3.2/src/auth.c:747: warning: sprintf() is often misused, please use snprintf() channel.o(.text+0xc57): In function `rejoin_dojoinandmode': /home/ircd/Unreal3.2/src/channel.c:1642: warning: strcat() is almost always misused, please use strlcat() ircd.o(.text+0x17c3): In function `main': /home/ircd/Unreal3.2/src/ircd.c:1428: undefined reference to `tre_version' s_conf.o(.text+0x2d4a): In function `config_rehash': /home/ircd/Unreal3.2/src/s_conf.c:2205: undefined reference to `tre_regfree' s_conf.o(.text+0x2dae):/home/ircd/Unreal3.2/src/s_conf.c:2215: undefined reference to `tre_regfree' s_conf.o(.text+0x2e18):/home/ircd/Unreal3.2/src/s_conf.c:2225: undefined reference to `tre_regfree' s_conf.o(.text+0x3261):/home/ircd/Unreal3.2/src/s_conf.c:2330: undefined reference to `tre_regfree' s_conf.o(.text+0x51f6): In function `copy_badword_struct': /home/ircd/Unreal3.2/src/s_conf.c:5782: undefined reference to `tre_regcomp' s_conf.o(.text+0x555e): In function `_conf_badword': /home/ircd/Unreal3.2/src/s_conf.c:5844: undefined reference to `tre_regcomp' s_conf.o(.text+0x5872): In function `_conf_alias': /home/ircd/Unreal3.2/src/s_conf.c:8892: undefined reference to `tre_regcomp' s_conf.o(.text+0x12f3c): In function `_test_alias': /home/ircd/Unreal3.2/src/s_conf.c:8983: undefined reference to `tre_regcomp' s_conf.o(.text+0x12f61):/home/ircd/Unreal3.2/src/s_conf.c:8986: undefined reference to `tre_regerror' s_conf.o(.text+0x12f85):/home/ircd/Unreal3.2/src/s_conf.c:8988: undefined reference to `tre_regerror' s_conf.o(.text+0x12fbe):/home/ircd/Unreal3.2/src/s_conf.c:8996: undefined reference to `tre_regfree' s_misc.o(.text+0x7cb): In function `unreal_buildspamfilter': /home/ircd/Unreal3.2/src/s_misc.c:952: undefined reference to `tre_regcomp' s_misc.o(.text+0x80a): In function `unreal_checkregex': /home/ircd/Unreal3.2/src/s_misc.c:918: undefined reference to `tre_regcomp' s_misc.o(.text+0x833):/home/ircd/Unreal3.2/src/s_misc.c:921: undefined reference to `tre_regerror' s_misc.o(.text+0x857):/home/ircd/Unreal3.2/src/s_misc.c:923: undefined reference to `tre_regerror' s_misc.o(.text+0x889):/home/ircd/Unreal3.2/src/s_misc.c:926: undefined reference to `tre_regfree' s_misc.o(.text+0x8c8):/home/ircd/Unreal3.2/src/s_misc.c:929: undefined reference to `tre_regexec' s_misc.o(.text+0x8d7):/home/ircd/Unreal3.2/src/s_misc.c:935: undefined reference to `tre_regfree' s_misc.o(.text+0x96a):/home/ircd/Unreal3.2/src/s_misc.c:932: undefined reference to `tre_regfree' s_svs.o(.text+0x302): In function `m_alias': /home/ircd/Unreal3.2/src/s_svs.c:320: undefined reference to `tre_regexec' collect2: ld returned 1 exit status *** Error code 1 Stop in /home/ircd/Unreal3.2/src (line 66 of Makefile). *** Error code 1 Stop in /home/ircd/Unreal3.2 (line 149 of Makefile).