| Current Path : /home/mudbot/eggdrop/ |
| Current File : //home/mudbot/eggdrop/config.log |
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by Eggdrop configure 1.9.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = pocketmud.com
uname -m = x86_64
uname -r = 5.1.17-x86_64-linode128
uname -s = Linux
uname -v = #1 SMP PREEMPT Wed Jul 10 17:11:49 UTC 2019
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/mudbot/bin
PATH: /home/mudbot/.local/bin
PATH: /home/scootbot/bin
PATH: /opt/ActiveTcl-8.6/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
PATH: /usr/lib/jvm/java-8-oracle/bin
PATH: /usr/lib/jvm/java-8-oracle/db/bin
PATH: /usr/lib/jvm/java-8-oracle/jre/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2618: result:
configure:2620: result: This is Eggdrop's GNU configure script.
configure:2622: result: It's going to run a bunch of tests to hopefully make your compile
configure:2624: result: work without much twiddling.
configure:2626: result:
configure:2716: checking for gcc
configure:2732: found /usr/bin/gcc
configure:2743: result: gcc
configure:2774: checking for C compiler version
configure:2783: gcc --version >&5
gcc (Ubuntu 5.4.0-6ubuntu1~16.04.12) 5.4.0 20160609
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2794: $? = 0
configure:2783: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.12' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.12)
configure:2794: $? = 0
configure:2783: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2794: $? = 1
configure:2783: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:2794: $? = 1
configure:2814: checking whether the C compiler works
configure:2836: gcc conftest.c >&5
configure:2840: $? = 0
configure:2888: result: yes
configure:2891: checking for C compiler default output file name
configure:2893: result: a.out
configure:2899: checking for suffix of executables
configure:2906: gcc -o conftest conftest.c >&5
configure:2910: $? = 0
configure:2932: result:
configure:2954: checking whether we are cross compiling
configure:2962: gcc -o conftest conftest.c >&5
configure:2966: $? = 0
configure:2973: ./conftest
configure:2977: $? = 0
configure:2992: result: no
configure:2997: checking for suffix of object files
configure:3019: gcc -c conftest.c >&5
configure:3023: $? = 0
configure:3044: result: o
configure:3048: checking whether we are using the GNU C compiler
configure:3067: gcc -c conftest.c >&5
configure:3067: $? = 0
configure:3076: result: yes
configure:3085: checking whether gcc accepts -g
configure:3105: gcc -c -g conftest.c >&5
configure:3105: $? = 0
configure:3146: result: yes
configure:3163: checking for gcc option to accept ISO C89
configure:3226: gcc -c -g -O2 conftest.c >&5
configure:3226: $? = 0
configure:3239: result: none needed
configure:3279: checking how to run the C preprocessor
configure:3310: gcc -E conftest.c
configure:3310: $? = 0
configure:3324: gcc -E conftest.c
conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3324: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3349: result: gcc -E
configure:3369: gcc -E conftest.c
configure:3369: $? = 0
configure:3383: gcc -E conftest.c
conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3383: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3412: checking for grep that handles long lines and -e
configure:3470: result: /bin/grep
configure:3475: checking for egrep
configure:3537: result: /bin/grep -E
configure:3542: checking for ANSI C header files
configure:3562: gcc -c -g -O2 conftest.c >&5
configure:3562: $? = 0
configure:3635: gcc -o conftest -g -O2 conftest.c >&5
configure:3635: $? = 0
configure:3635: ./conftest
configure:3635: $? = 0
configure:3646: result: yes
configure:3659: checking for sys/types.h
configure:3659: gcc -c -g -O2 conftest.c >&5
configure:3659: $? = 0
configure:3659: result: yes
configure:3659: checking for sys/stat.h
configure:3659: gcc -c -g -O2 conftest.c >&5
configure:3659: $? = 0
configure:3659: result: yes
configure:3659: checking for stdlib.h
configure:3659: gcc -c -g -O2 conftest.c >&5
configure:3659: $? = 0
configure:3659: result: yes
configure:3659: checking for string.h
configure:3659: gcc -c -g -O2 conftest.c >&5
configure:3659: $? = 0
configure:3659: result: yes
configure:3659: checking for memory.h
configure:3659: gcc -c -g -O2 conftest.c >&5
configure:3659: $? = 0
configure:3659: result: yes
configure:3659: checking for strings.h
configure:3659: gcc -c -g -O2 conftest.c >&5
configure:3659: $? = 0
configure:3659: result: yes
configure:3659: checking for inttypes.h
configure:3659: gcc -c -g -O2 conftest.c >&5
configure:3659: $? = 0
configure:3659: result: yes
configure:3659: checking for stdint.h
configure:3659: gcc -c -g -O2 conftest.c >&5
configure:3659: $? = 0
configure:3659: result: yes
configure:3659: checking for unistd.h
configure:3659: gcc -c -g -O2 conftest.c >&5
configure:3659: $? = 0
configure:3659: result: yes
configure:3672: checking minix/config.h usability
configure:3672: gcc -c -g -O2 conftest.c >&5
conftest.c:53:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:3672: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:3672: result: no
configure:3672: checking minix/config.h presence
configure:3672: gcc -E conftest.c
conftest.c:20:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:3672: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <minix/config.h>
configure:3672: result: no
configure:3672: checking for minix/config.h
configure:3672: result: no
configure:3693: checking whether it is safe to define __EXTENSIONS__
configure:3711: gcc -c -g -O2 conftest.c >&5
configure:3711: $? = 0
configure:3718: result: yes
configure:3733: checking for library containing strerror
configure:3764: gcc -o conftest -g -O2 conftest.c >&5
configure:3764: $? = 0
configure:3781: result: none required
configure:3793: checking for icc
configure:3807: gcc -c -g -O2 conftest.c >&5
conftest.c:27:3: error: expected identifier or '(' before string constant
"Toto, I've a feeling we're not in Kansas anymore."
^
configure:3807: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
|
| #if !(defined(__ICC) || defined(__ECC) || defined(__INTEL_COMPILER))
| "Toto, I've a feeling we're not in Kansas anymore."
| #endif
|
configure:3819: result: no
configure:3830: checking whether the compiler understands -pipe
configure:3849: gcc -pipe -c -g -O2 conftest.c >&5
configure:3849: $? = 0
configure:3862: result: yes
configure:3880: checking whether the compiler understands -Wall
configure:3899: gcc -c -g -O2 -pipe -Wall conftest.c >&5
configure:3899: $? = 0
configure:3912: result: yes
configure:3956: checking for a BSD-compatible install
configure:4024: result: /usr/bin/install -c
configure:4039: checking for make
configure:4055: found /usr/bin/make
configure:4066: result: make
configure:4077: checking whether make sets $(MAKE)
configure:4099: result: yes
configure:4151: checking for ranlib
configure:4167: found /usr/bin/ranlib
configure:4178: result: ranlib
configure:4200: checking whether ln -s works
configure:4204: result: yes
configure:4219: checking whether head -n 1 works
configure:4237: result: yes
configure:4264: checking for strip
configure:4280: found /usr/bin/strip
configure:4291: result: strip
configure:4308: checking for gawk
configure:4338: result: no
configure:4308: checking for mawk
configure:4324: found /usr/bin/mawk
configure:4335: result: mawk
configure:4360: checking for basename
configure:4376: found /usr/bin/basename
configure:4387: result: basename
configure:4408: checking for uname
configure:4424: found /bin/uname
configure:4435: result: uname
configure:4480: checking for library containing gethostbyname
configure:4511: gcc -o conftest -g -O2 -pipe -Wall conftest.c >&5
configure:4511: $? = 0
configure:4528: result: none required
configure:4536: checking for library containing socket
configure:4567: gcc -o conftest -g -O2 -pipe -Wall conftest.c >&5
configure:4567: $? = 0
configure:4584: result: none required
configure:4635: checking for library containing dlopen
configure:4666: gcc -o conftest -g -O2 -pipe -Wall conftest.c >&5
/tmp/ccpCCh6E.o: In function `main':
/home/mudbot/eggdrop/conftest.c:36: undefined reference to `dlopen'
collect2: error: ld returned 1 exit status
configure:4666: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* 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 dlopen ();
| int
| main ()
| {
| return dlopen ();
| ;
| return 0;
| }
configure:4666: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl >&5
configure:4666: $? = 0
configure:4683: result: -ldl
configure:4691: checking for tan in -lm
configure:4716: gcc -o conftest -g -O2 -pipe -Wall conftest.c -lm -ldl >&5
conftest.c:32:6: warning: conflicting types for built-in function 'tan'
char tan ();
^
configure:4716: $? = 0
configure:4725: result: yes
configure:4733: checking for pthread_mutex_init in -lpthread
configure:4758: gcc -o conftest -g -O2 -pipe -Wall conftest.c -lpthread -ldl >&5
configure:4758: $? = 0
configure:4767: result: yes
configure:4940: checking build system type
configure:4954: result: x86_64-pc-linux-gnu
configure:4974: checking host system type
configure:4987: result: x86_64-pc-linux-gnu
configure:5007: checking target system type
configure:5020: result: x86_64-pc-linux-gnu
configure:5047: checking system type
configure:5054: result: Linux
configure:5056: checking system release
configure:5063: result: 5.1.17-x86_64-linode128
configure:5079: checking module loading capabilities
configure:5081: result:
configure:5086: checking dl.h usability
configure:5086: gcc -c -g -O2 -pipe -Wall conftest.c >&5
conftest.c:58:16: fatal error: dl.h: No such file or directory
compilation terminated.
configure:5086: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <dl.h>
configure:5086: result: no
configure:5086: checking dl.h presence
configure:5086: gcc -E conftest.c
conftest.c:25:16: fatal error: dl.h: No such file or directory
compilation terminated.
configure:5086: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
| #include <dl.h>
configure:5086: result: no
configure:5086: checking for dl.h
configure:5086: result: no
configure:5086: checking dlfcn.h usability
configure:5086: gcc -c -g -O2 -pipe -Wall conftest.c >&5
configure:5086: $? = 0
configure:5086: result: yes
configure:5086: checking dlfcn.h presence
configure:5086: gcc -E conftest.c
configure:5086: $? = 0
configure:5086: result: yes
configure:5086: checking for dlfcn.h
configure:5086: result: yes
configure:5086: checking loader.h usability
configure:5086: gcc -c -g -O2 -pipe -Wall conftest.c >&5
conftest.c:59:20: fatal error: loader.h: No such file or directory
compilation terminated.
configure:5086: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <loader.h>
configure:5086: result: no
configure:5086: checking loader.h presence
configure:5086: gcc -E conftest.c
conftest.c:26:20: fatal error: loader.h: No such file or directory
compilation terminated.
configure:5086: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <loader.h>
configure:5086: result: no
configure:5086: checking for loader.h
configure:5086: result: no
configure:5086: checking rld.h usability
configure:5086: gcc -c -g -O2 -pipe -Wall conftest.c >&5
conftest.c:59:17: fatal error: rld.h: No such file or directory
compilation terminated.
configure:5086: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <rld.h>
configure:5086: result: no
configure:5086: checking rld.h presence
configure:5086: gcc -E conftest.c
conftest.c:26:17: fatal error: rld.h: No such file or directory
compilation terminated.
configure:5086: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <rld.h>
configure:5086: result: no
configure:5086: checking for rld.h
configure:5086: result: no
configure:5086: checking mach-o/dyld.h usability
configure:5086: gcc -c -g -O2 -pipe -Wall conftest.c >&5
conftest.c:59:25: fatal error: mach-o/dyld.h: No such file or directory
compilation terminated.
configure:5086: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <mach-o/dyld.h>
configure:5086: result: no
configure:5086: checking mach-o/dyld.h presence
configure:5086: gcc -E conftest.c
conftest.c:26:25: fatal error: mach-o/dyld.h: No such file or directory
compilation terminated.
configure:5086: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <mach-o/dyld.h>
configure:5086: result: no
configure:5086: checking for mach-o/dyld.h
configure:5086: result: no
configure:5086: checking mach-o/rld.h usability
configure:5086: gcc -c -g -O2 -pipe -Wall conftest.c >&5
conftest.c:59:24: fatal error: mach-o/rld.h: No such file or directory
compilation terminated.
configure:5086: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <mach-o/rld.h>
configure:5086: result: no
configure:5086: checking mach-o/rld.h presence
configure:5086: gcc -E conftest.c
conftest.c:26:24: fatal error: mach-o/rld.h: No such file or directory
compilation terminated.
configure:5086: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <mach-o/rld.h>
configure:5086: result: no
configure:5086: checking for mach-o/rld.h
configure:5086: result: no
configure:5099: checking for dlopen
configure:5099: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl >&5
configure:5099: $? = 0
configure:5099: result: yes
configure:5099: checking for load
configure:5099: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl >&5
/tmp/ccYwM5it.o: In function `main':
/home/mudbot/eggdrop/conftest.c:61: undefined reference to `load'
collect2: error: ld returned 1 exit status
configure:5099: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLOPEN 1
| /* end confdefs.h. */
| /* Define load to an innocuous variant, in case <limits.h> declares load.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define load innocuous_load
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char load (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef load
|
| /* 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 load ();
| /* 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_load || defined __stub___load
| choke me
| #endif
|
| int
| main ()
| {
| return load ();
| ;
| return 0;
| }
configure:5099: result: no
configure:5099: checking for NSLinkModule
configure:5099: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl >&5
/tmp/ccERaLnv.o: In function `main':
/home/mudbot/eggdrop/conftest.c:61: undefined reference to `NSLinkModule'
collect2: error: ld returned 1 exit status
configure:5099: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLOPEN 1
| /* end confdefs.h. */
| /* Define NSLinkModule to an innocuous variant, in case <limits.h> declares NSLinkModule.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define NSLinkModule innocuous_NSLinkModule
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char NSLinkModule (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef NSLinkModule
|
| /* 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 NSLinkModule ();
| /* 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_NSLinkModule || defined __stub___NSLinkModule
| choke me
| #endif
|
| int
| main ()
| {
| return NSLinkModule ();
| ;
| return 0;
| }
configure:5099: result: no
configure:5099: checking for shl_load
configure:5099: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl >&5
/tmp/ccGjO26A.o: In function `main':
/home/mudbot/eggdrop/conftest.c:61: undefined reference to `shl_load'
collect2: error: ld returned 1 exit status
configure:5099: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLOPEN 1
| /* end confdefs.h. */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define shl_load innocuous_shl_load
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char shl_load (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef shl_load
|
| /* 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 shl_load ();
| /* 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_shl_load || defined __stub___shl_load
| choke me
| #endif
|
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:5099: result: no
configure:5099: checking for rld_load
configure:5099: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl >&5
/tmp/ccIBRpzF.o: In function `main':
/home/mudbot/eggdrop/conftest.c:61: undefined reference to `rld_load'
collect2: error: ld returned 1 exit status
configure:5099: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLOPEN 1
| /* end confdefs.h. */
| /* Define rld_load to an innocuous variant, in case <limits.h> declares rld_load.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define rld_load innocuous_rld_load
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char rld_load (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef rld_load
|
| /* 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 rld_load ();
| /* 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_rld_load || defined __stub___rld_load
| choke me
| #endif
|
| int
| main ()
| {
| return rld_load ();
| ;
| return 0;
| }
configure:5099: result: no
configure:5458: checking for dirent.h that defines DIR
configure:5477: gcc -c -g -O2 -pipe -Wall conftest.c >&5
configure:5477: $? = 0
configure:5485: result: yes
configure:5498: checking for library containing opendir
configure:5529: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl >&5
configure:5529: $? = 0
configure:5546: result: none required
configure:5613: checking whether time.h and sys/time.h may both be included
configure:5633: gcc -c -g -O2 -pipe -Wall conftest.c >&5
configure:5633: $? = 0
configure:5640: result: yes
configure:5651: checking arpa/inet.h usability
configure:5651: gcc -c -g -O2 -pipe -Wall conftest.c >&5
configure:5651: $? = 0
configure:5651: result: yes
configure:5651: checking arpa/inet.h presence
configure:5651: gcc -E conftest.c
configure:5651: $? = 0
configure:5651: result: yes
configure:5651: checking for arpa/inet.h
configure:5651: result: yes
configure:5651: checking fcntl.h usability
configure:5651: gcc -c -g -O2 -pipe -Wall conftest.c >&5
configure:5651: $? = 0
configure:5651: result: yes
configure:5651: checking fcntl.h presence
configure:5651: gcc -E conftest.c
configure:5651: $? = 0
configure:5651: result: yes
configure:5651: checking for fcntl.h
configure:5651: result: yes
configure:5651: checking limits.h usability
configure:5651: gcc -c -g -O2 -pipe -Wall conftest.c >&5
configure:5651: $? = 0
configure:5651: result: yes
configure:5651: checking limits.h presence
configure:5651: gcc -E conftest.c
configure:5651: $? = 0
configure:5651: result: yes
configure:5651: checking for limits.h
configure:5651: result: yes
configure:5651: checking locale.h usability
configure:5651: gcc -c -g -O2 -pipe -Wall conftest.c >&5
configure:5651: $? = 0
configure:5651: result: yes
configure:5651: checking locale.h presence
configure:5651: gcc -E conftest.c
configure:5651: $? = 0
configure:5651: result: yes
configure:5651: checking for locale.h
configure:5651: result: yes
configure:5651: checking netdb.h usability
configure:5651: gcc -c -g -O2 -pipe -Wall conftest.c >&5
configure:5651: $? = 0
configure:5651: result: yes
configure:5651: checking netdb.h presence
configure:5651: gcc -E conftest.c
configure:5651: $? = 0
configure:5651: result: yes
configure:5651: checking for netdb.h
configure:5651: result: yes
configure:5651: checking netinet/in.h usability
configure:5651: gcc -c -g -O2 -pipe -Wall conftest.c >&5
configure:5651: $? = 0
configure:5651: result: yes
configure:5651: checking netinet/in.h presence
configure:5651: gcc -E conftest.c
configure:5651: $? = 0
configure:5651: result: yes
configure:5651: checking for netinet/in.h
configure:5651: result: yes
configure:5651: checking stdio.h usability
configure:5651: gcc -c -g -O2 -pipe -Wall conftest.c >&5
configure:5651: $? = 0
configure:5651: result: yes
configure:5651: checking stdio.h presence
configure:5651: gcc -E conftest.c
configure:5651: $? = 0
configure:5651: result: yes
configure:5651: checking for stdio.h
configure:5651: result: yes
configure:5651: checking stdarg.h usability
configure:5651: gcc -c -g -O2 -pipe -Wall conftest.c >&5
configure:5651: $? = 0
configure:5651: result: yes
configure:5651: checking stdarg.h presence
configure:5651: gcc -E conftest.c
configure:5651: $? = 0
configure:5651: result: yes
configure:5651: checking for stdarg.h
configure:5651: result: yes
configure:5651: checking stddef.h usability
configure:5651: gcc -c -g -O2 -pipe -Wall conftest.c >&5
configure:5651: $? = 0
configure:5651: result: yes
configure:5651: checking stddef.h presence
configure:5651: gcc -E conftest.c
configure:5651: $? = 0
configure:5651: result: yes
configure:5651: checking for stddef.h
configure:5651: result: yes
configure:5651: checking sys/file.h usability
configure:5651: gcc -c -g -O2 -pipe -Wall conftest.c >&5
configure:5651: $? = 0
configure:5651: result: yes
configure:5651: checking sys/file.h presence
configure:5651: gcc -E conftest.c
configure:5651: $? = 0
configure:5651: result: yes
configure:5651: checking for sys/file.h
configure:5651: result: yes
configure:5651: checking sys/param.h usability
configure:5651: gcc -c -g -O2 -pipe -Wall conftest.c >&5
configure:5651: $? = 0
configure:5651: result: yes
configure:5651: checking sys/param.h presence
configure:5651: gcc -E conftest.c
configure:5651: $? = 0
configure:5651: result: yes
configure:5651: checking for sys/param.h
configure:5651: result: yes
configure:5651: checking sys/rusage.h usability
configure:5651: gcc -c -g -O2 -pipe -Wall conftest.c >&5
conftest.c:76:24: fatal error: sys/rusage.h: No such file or directory
compilation terminated.
configure:5651: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLOPEN 1
| #define MODULES_OK 1
| #define MOD_USE_DL 1
| #define EGG_MOD_EXT "so"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/rusage.h>
configure:5651: result: no
configure:5651: checking sys/rusage.h presence
configure:5651: gcc -E conftest.c
conftest.c:43:24: fatal error: sys/rusage.h: No such file or directory
compilation terminated.
configure:5651: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLOPEN 1
| #define MODULES_OK 1
| #define MOD_USE_DL 1
| #define EGG_MOD_EXT "so"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| #include <sys/rusage.h>
configure:5651: result: no
configure:5651: checking for sys/rusage.h
configure:5651: result: no
configure:5651: checking sys/select.h usability
configure:5651: gcc -c -g -O2 -pipe -Wall conftest.c >&5
configure:5651: $? = 0
configure:5651: result: yes
configure:5651: checking sys/select.h presence
configure:5651: gcc -E conftest.c
configure:5651: $? = 0
configure:5651: result: yes
configure:5651: checking for sys/select.h
configure:5651: result: yes
configure:5651: checking sys/socket.h usability
configure:5651: gcc -c -g -O2 -pipe -Wall conftest.c >&5
configure:5651: $? = 0
configure:5651: result: yes
configure:5651: checking sys/socket.h presence
configure:5651: gcc -E conftest.c
configure:5651: $? = 0
configure:5651: result: yes
configure:5651: checking for sys/socket.h
configure:5651: result: yes
configure:5651: checking sys/time.h usability
configure:5651: gcc -c -g -O2 -pipe -Wall conftest.c >&5
configure:5651: $? = 0
configure:5651: result: yes
configure:5651: checking sys/time.h presence
configure:5651: gcc -E conftest.c
configure:5651: $? = 0
configure:5651: result: yes
configure:5651: checking for sys/time.h
configure:5651: result: yes
configure:5651: checking for unistd.h
configure:5651: result: yes
configure:5651: checking wchar.h usability
configure:5651: gcc -c -g -O2 -pipe -Wall conftest.c >&5
configure:5651: $? = 0
configure:5651: result: yes
configure:5651: checking wchar.h presence
configure:5651: gcc -E conftest.c
configure:5651: $? = 0
configure:5651: result: yes
configure:5651: checking for wchar.h
configure:5651: result: yes
configure:5664: checking for an ANSI C-conforming const
configure:5730: gcc -c -g -O2 -pipe -Wall conftest.c >&5
configure:5730: $? = 0
configure:5737: result: yes
configure:5745: checking whether byte ordering is bigendian
configure:5760: gcc -c -g -O2 -pipe -Wall conftest.c >&5
conftest.c:49:9: error: unknown type name 'not'
not a universal capable compiler
^
conftest.c:49:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
not a universal capable compiler
^
conftest.c:49:15: error: unknown type name 'universal'
configure:5760: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLOPEN 1
| #define MODULES_OK 1
| #define MOD_USE_DL 1
| #define EGG_MOD_EXT "so"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| /* end confdefs.h. */
| #ifndef __APPLE_CC__
| not a universal capable compiler
| #endif
| typedef int dummy;
|
configure:5805: gcc -c -g -O2 -pipe -Wall conftest.c >&5
configure:5805: $? = 0
configure:5823: gcc -c -g -O2 -pipe -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:55:4: error: unknown type name 'not'
not big endian
^
conftest.c:55:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
not big endian
^
configure:5823: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLOPEN 1
| #define MODULES_OK 1
| #define MOD_USE_DL 1
| #define EGG_MOD_EXT "so"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:5951: result: no
configure:5969: checking for inline
configure:5985: gcc -c -g -O2 -pipe -Wall conftest.c >&5
configure:5985: $? = 0
configure:5993: result: inline
configure:6012: checking for flexible array members
configure:6035: gcc -c -g -O2 -pipe -Wall conftest.c >&5
configure:6035: $? = 0
configure:6042: result: yes
configure:6054: checking for intptr_t
configure:6054: gcc -c -g -O2 -pipe -Wall conftest.c >&5
configure:6054: $? = 0
configure:6054: gcc -c -g -O2 -pipe -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:85:23: error: expected expression before ')' token
if (sizeof ((intptr_t)))
^
configure:6054: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLOPEN 1
| #define MODULES_OK 1
| #define MOD_USE_DL 1
| #define EGG_MOD_EXT "so"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((intptr_t)))
| return 0;
| ;
| return 0;
| }
configure:6054: result: yes
configure:6089: checking for pid_t
configure:6089: gcc -c -g -O2 -pipe -Wall conftest.c >&5
configure:6089: $? = 0
configure:6089: gcc -c -g -O2 -pipe -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:86:20: error: expected expression before ')' token
if (sizeof ((pid_t)))
^
configure:6089: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLOPEN 1
| #define MODULES_OK 1
| #define MOD_USE_DL 1
| #define EGG_MOD_EXT "so"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_INTPTR_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| return 0;
| ;
| return 0;
| }
configure:6089: result: yes
configure:6100: checking for size_t
configure:6100: gcc -c -g -O2 -pipe -Wall conftest.c >&5
configure:6100: $? = 0
configure:6100: gcc -c -g -O2 -pipe -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:86:21: error: expected expression before ')' token
if (sizeof ((size_t)))
^
configure:6100: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLOPEN 1
| #define MODULES_OK 1
| #define MOD_USE_DL 1
| #define EGG_MOD_EXT "so"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_INTPTR_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:6100: result: yes
configure:6111: checking whether struct tm is in sys/time.h or time.h
configure:6131: gcc -c -g -O2 -pipe -Wall conftest.c >&5
configure:6131: $? = 0
configure:6138: result: time.h
configure:6146: checking for struct tm.tm_zone
configure:6146: gcc -c -g -O2 -pipe -Wall conftest.c >&5
configure:6146: $? = 0
configure:6146: result: yes
configure:6213: checking for working volatile
configure:6232: gcc -c -g -O2 -pipe -Wall conftest.c >&5
configure:6232: $? = 0
configure:6239: result: yes
configure:6247: checking for socklen_t
configure:6264: gcc -c -g -O2 -pipe -Wall conftest.c >&5
configure:6264: $? = 0
configure:6272: result: yes
configure:6284: checking for stdint types
configure:6307: gcc -c conftest.c >&5
configure:6307: $? = 0
configure:6351: result: stdint.h (shortcircuit)
configure:6738: result: make use of stdint.h in eggint.h (assuming C99 compatible system)
configure:6750: checking for clock
configure:6750: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl >&5
configure:6750: $? = 0
configure:6750: result: yes
configure:6750: checking for dprintf
configure:6750: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl >&5
configure:6750: $? = 0
configure:6750: result: yes
configure:6750: checking for getrandom
configure:6750: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl >&5
/tmp/ccCR9kvF.o: In function `main':
/home/mudbot/eggdrop/conftest.c:88: undefined reference to `getrandom'
collect2: error: ld returned 1 exit status
configure:6750: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLOPEN 1
| #define MODULES_OK 1
| #define MOD_USE_DL 1
| #define EGG_MOD_EXT "so"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_INTPTR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_CLOCK 1
| #define HAVE_DPRINTF 1
| /* end confdefs.h. */
| /* Define getrandom to an innocuous variant, in case <limits.h> declares getrandom.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define getrandom innocuous_getrandom
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getrandom (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef getrandom
|
| /* 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 getrandom ();
| /* 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_getrandom || defined __stub___getrandom
| choke me
| #endif
|
| int
| main ()
| {
| return getrandom ();
| ;
| return 0;
| }
configure:6750: result: no
configure:6750: checking for getrusage
configure:6750: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl >&5
configure:6750: $? = 0
configure:6750: result: yes
configure:6750: checking for inet_aton
configure:6750: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl >&5
configure:6750: $? = 0
configure:6750: result: yes
configure:6750: checking for inet_ntop
configure:6750: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl >&5
configure:6750: $? = 0
configure:6750: result: yes
configure:6750: checking for isascii
configure:6750: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl >&5
conftest.c:80:6: warning: conflicting types for built-in function 'isascii'
char isascii ();
^
configure:6750: $? = 0
configure:6750: result: yes
configure:6750: checking for random
configure:6750: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl >&5
configure:6750: $? = 0
configure:6750: result: yes
configure:6750: checking for rand
configure:6750: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl >&5
configure:6750: $? = 0
configure:6750: result: yes
configure:6750: checking for lrand48
configure:6750: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl >&5
configure:6750: $? = 0
configure:6750: result: yes
configure:6750: checking for setpgid
configure:6750: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl >&5
configure:6750: $? = 0
configure:6750: result: yes
configure:6750: checking for snprintf
configure:6750: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl >&5
conftest.c:85:6: warning: conflicting types for built-in function 'snprintf'
char snprintf ();
^
configure:6750: $? = 0
configure:6750: result: yes
configure:6750: checking for strlcpy
configure:6750: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl >&5
/tmp/ccuD2wyc.o: In function `main':
/home/mudbot/eggdrop/conftest.c:97: undefined reference to `strlcpy'
collect2: error: ld returned 1 exit status
configure:6750: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLOPEN 1
| #define MODULES_OK 1
| #define MOD_USE_DL 1
| #define EGG_MOD_EXT "so"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_INTPTR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_CLOCK 1
| #define HAVE_DPRINTF 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_ISASCII 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND 1
| #define HAVE_LRAND48 1
| #define HAVE_SETPGID 1
| #define HAVE_SNPRINTF 1
| /* end confdefs.h. */
| /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strlcpy innocuous_strlcpy
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strlcpy (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef strlcpy
|
| /* 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 strlcpy ();
| /* 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_strlcpy || defined __stub___strlcpy
| choke me
| #endif
|
| int
| main ()
| {
| return strlcpy ();
| ;
| return 0;
| }
configure:6750: result: no
configure:6750: checking for vsnprintf
configure:6750: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl >&5
conftest.c:86:6: warning: conflicting types for built-in function 'vsnprintf'
char vsnprintf ();
^
configure:6750: $? = 0
configure:6750: result: yes
configure:6762: checking for sys/select.h
configure:6762: result: yes
configure:6762: checking for sys/socket.h
configure:6762: result: yes
configure:6772: checking types of arguments for select
configure:6800: gcc -c -g -O2 -pipe -Wall conftest.c >&5
configure:6800: $? = 0
configure:6811: result: int,fd_set *,struct timeval *
configure:6837: checking for vprintf
configure:6837: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl >&5
conftest.c:92:6: warning: conflicting types for built-in function 'vprintf'
char vprintf ();
^
configure:6837: $? = 0
configure:6837: result: yes
configure:6843: checking for _doprnt
configure:6843: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl >&5
/tmp/ccVEPKqx.o: In function `main':
/home/mudbot/eggdrop/conftest.c:104: undefined reference to `_doprnt'
collect2: error: ld returned 1 exit status
configure:6843: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLOPEN 1
| #define MODULES_OK 1
| #define MOD_USE_DL 1
| #define EGG_MOD_EXT "so"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_INTPTR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_CLOCK 1
| #define HAVE_DPRINTF 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_ISASCII 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND 1
| #define HAVE_LRAND48 1
| #define HAVE_SETPGID 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_VPRINTF 1
| /* end confdefs.h. */
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _doprnt innocuous__doprnt
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _doprnt (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _doprnt
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _doprnt ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub__doprnt || defined __stub____doprnt
| choke me
| #endif
|
| int
| main ()
| {
| return _doprnt ();
| ;
| return 0;
| }
configure:6843: result: no
configure:6871: checking for stdlib.h
configure:6871: result: yes
configure:6871: checking for unistd.h
configure:6871: result: yes
configure:6871: checking for sys/param.h
configure:6871: result: yes
configure:6891: checking for getpagesize
configure:6891: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl >&5
configure:6891: $? = 0
configure:6891: result: yes
configure:6900: checking for working mmap
configure:7049: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl >&5
configure:7049: $? = 0
configure:7049: ./conftest
configure:7049: $? = 0
configure:7059: result: yes
configure:7279: Autoconfiguring Tcl with tclConfig.sh
configure:7286: checking for correct TEA configuration
configure:7299: result: ok (TEA 3.10)
configure:7382: configuring Eggdrop 1.9.0
configure:7420: checking for Tcl configuration
configure:7547: result: found /usr/lib/tclConfig.sh
configure:7553: checking for existence of /usr/lib/tclConfig.sh
configure:7557: result: loading
configure:7621: checking platform
configure:7639: gcc -c -g -O2 -pipe -Wall conftest.c >&5
configure:7639: $? = 0
configure:7689: result: unix
configure:7721: checking for sin
configure:7721: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl >&5
conftest.c:99:6: warning: conflicting types for built-in function 'sin'
char sin ();
^
/tmp/ccKl5O5L.o: In function `main':
/home/mudbot/eggdrop/conftest.c:110: undefined reference to `sin'
collect2: error: ld returned 1 exit status
configure:7721: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLOPEN 1
| #define MODULES_OK 1
| #define MOD_USE_DL 1
| #define EGG_MOD_EXT "so"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_INTPTR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_CLOCK 1
| #define HAVE_DPRINTF 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_ISASCII 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND 1
| #define HAVE_LRAND48 1
| #define HAVE_SETPGID 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_VPRINTF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define BUILD_Eggdrop /**/
| /* end confdefs.h. */
| /* Define sin to an innocuous variant, in case <limits.h> declares sin.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define sin innocuous_sin
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sin (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef sin
|
| /* 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 sin ();
| /* 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_sin || defined __stub___sin
| choke me
| #endif
|
| int
| main ()
| {
| return sin ();
| ;
| return 0;
| }
configure:7721: result: no
configure:7728: checking for main in -lieee
configure:7747: gcc -o conftest -g -O2 -pipe -Wall conftest.c -lieee -ldl >&5
configure:7747: $? = 0
configure:7756: result: yes
configure:7768: checking for main in -linet
configure:7787: gcc -o conftest -g -O2 -pipe -Wall conftest.c -linet -ldl >&5
/usr/bin/ld: cannot find -linet
collect2: error: ld returned 1 exit status
configure:7787: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLOPEN 1
| #define MODULES_OK 1
| #define MOD_USE_DL 1
| #define EGG_MOD_EXT "so"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_INTPTR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_CLOCK 1
| #define HAVE_DPRINTF 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_ISASCII 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND 1
| #define HAVE_LRAND48 1
| #define HAVE_SETPGID 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_VPRINTF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define BUILD_Eggdrop /**/
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| return main ();
| ;
| return 0;
| }
configure:7796: result: no
configure:7802: checking net/errno.h usability
configure:7802: gcc -c -g -O2 -pipe -Wall conftest.c >&5
conftest.c:109:23: fatal error: net/errno.h: No such file or directory
compilation terminated.
configure:7802: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLOPEN 1
| #define MODULES_OK 1
| #define MOD_USE_DL 1
| #define EGG_MOD_EXT "so"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_INTPTR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_CLOCK 1
| #define HAVE_DPRINTF 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_ISASCII 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND 1
| #define HAVE_LRAND48 1
| #define HAVE_SETPGID 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_VPRINTF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define BUILD_Eggdrop /**/
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <net/errno.h>
configure:7802: result: no
configure:7802: checking net/errno.h presence
configure:7802: gcc -E conftest.c
conftest.c:76:23: fatal error: net/errno.h: No such file or directory
compilation terminated.
configure:7802: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLOPEN 1
| #define MODULES_OK 1
| #define MOD_USE_DL 1
| #define EGG_MOD_EXT "so"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_INTPTR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_CLOCK 1
| #define HAVE_DPRINTF 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_ISASCII 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND 1
| #define HAVE_LRAND48 1
| #define HAVE_SETPGID 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_VPRINTF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define BUILD_Eggdrop /**/
| /* end confdefs.h. */
| #include <net/errno.h>
configure:7802: result: no
configure:7802: checking for net/errno.h
configure:7802: result: no
configure:7831: checking for connect
configure:7831: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl >&5
configure:7831: $? = 0
configure:7831: result: yes
configure:7899: checking for gethostbyname
configure:7899: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl >&5
configure:7899: $? = 0
configure:7899: result: yes
configure:7965: checking for Tcl linker
configure:7967: result: ${CC} -shared ${CFLAGS} ${LDFLAGS}
configure:8018: checking for Tcl version
configure:8020: result: 8.6.5
configure:8022: checking for Tcl library flags
configure:8024: result: -L/usr/lib/x86_64-linux-gnu -ltcl8.6 -lz -lpthread -lieee -lm
configure:8026: checking for Tcl header flags
configure:8028: result: -I/usr/include/tcl8.6
configure:8326: checking for system IPv6 support
configure:8390: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl >&5
configure:8390: $? = 0
configure:8390: ./conftest
configure:8390: $? = 0
configure:8405: result: yes
configure:8441: checking for inet_pton
configure:8441: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl >&5
configure:8441: $? = 0
configure:8441: result: yes
configure:8441: checking for gethostbyname2
configure:8441: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl >&5
configure:8441: $? = 0
configure:8441: result: yes
configure:8450: checking for struct in6_addr
configure:8450: gcc -c -g -O2 -pipe -Wall conftest.c >&5
configure:8450: $? = 0
configure:8450: gcc -c -g -O2 -pipe -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:89:30: error: expected expression before ')' token
if (sizeof ((struct in6_addr)))
^
configure:8450: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLOPEN 1
| #define MODULES_OK 1
| #define MOD_USE_DL 1
| #define EGG_MOD_EXT "so"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_INTPTR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_CLOCK 1
| #define HAVE_DPRINTF 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_ISASCII 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND 1
| #define HAVE_LRAND48 1
| #define HAVE_SETPGID 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_VPRINTF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define BUILD_Eggdrop /**/
| #define HAVE_TCL_NOTIFIER_INIT 1
| #define DEBUG_CONTEXT 1
| #define IPV6 1
| #define HAVE_INET_PTON 1
| #define HAVE_GETHOSTBYNAME2 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <netinet/in.h>
|
|
| int
| main ()
| {
| if (sizeof ((struct in6_addr)))
| return 0;
| ;
| return 0;
| }
configure:8450: result: yes
configure:8468: checking for the in6addr_any constant
configure:8488: gcc -c -g -O2 -pipe -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:89:17: warning: unused variable 'i6' [-Wunused-variable]
struct in6_addr i6 = in6addr_any;
^
configure:8488: $? = 0
configure:8496: result: yes
configure:8504: checking for the in6addr_loopback constant
configure:8524: gcc -c -g -O2 -pipe -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:90:17: warning: unused variable 'i6' [-Wunused-variable]
struct in6_addr i6 = in6addr_loopback;
^
configure:8524: $? = 0
configure:8532: result: yes
configure:8539: checking for struct sockaddr_in6
configure:8539: gcc -c -g -O2 -pipe -Wall conftest.c >&5
configure:8539: $? = 0
configure:8539: gcc -c -g -O2 -pipe -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:92:34: error: expected expression before ')' token
if (sizeof ((struct sockaddr_in6)))
^
configure:8539: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLOPEN 1
| #define MODULES_OK 1
| #define MOD_USE_DL 1
| #define EGG_MOD_EXT "so"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_INTPTR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_CLOCK 1
| #define HAVE_DPRINTF 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_ISASCII 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND 1
| #define HAVE_LRAND48 1
| #define HAVE_SETPGID 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_VPRINTF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define BUILD_Eggdrop /**/
| #define HAVE_TCL_NOTIFIER_INIT 1
| #define DEBUG_CONTEXT 1
| #define IPV6 1
| #define HAVE_INET_PTON 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_IN6ADDR_ANY 1
| #define HAVE_IN6ADDR_LOOPBACK 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <netinet/in.h>
|
|
| int
| main ()
| {
| if (sizeof ((struct sockaddr_in6)))
| return 0;
| ;
| return 0;
| }
configure:8539: result: yes
configure:8563: checking whether to enable TLS support
configure:8578: result: autodetect
configure:8757: checking for openssl/ssl.h
configure:8757: gcc -c -g -O2 -pipe -Wall conftest.c >&5
conftest.c:93:25: fatal error: openssl/ssl.h: No such file or directory
compilation terminated.
configure:8757: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLOPEN 1
| #define MODULES_OK 1
| #define MOD_USE_DL 1
| #define EGG_MOD_EXT "so"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_INTPTR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_CLOCK 1
| #define HAVE_DPRINTF 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_ISASCII 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND 1
| #define HAVE_LRAND48 1
| #define HAVE_SETPGID 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_VPRINTF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define BUILD_Eggdrop /**/
| #define HAVE_TCL_NOTIFIER_INIT 1
| #define DEBUG_CONTEXT 1
| #define IPV6 1
| #define HAVE_INET_PTON 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_IN6ADDR_ANY 1
| #define HAVE_IN6ADDR_LOOPBACK 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| /* end confdefs.h. */
|
| #ifdef CYGWIN_HACKS
| # ifndef __int64
| # define __int64 long long
| # endif
| #endif
|
|
| #include <openssl/ssl.h>
configure:8757: result: no
configure:8757: checking for openssl/x509v3.h
configure:8757: gcc -c -g -O2 -pipe -Wall conftest.c >&5
conftest.c:93:28: fatal error: openssl/x509v3.h: No such file or directory
compilation terminated.
configure:8757: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLOPEN 1
| #define MODULES_OK 1
| #define MOD_USE_DL 1
| #define EGG_MOD_EXT "so"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_INTPTR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_CLOCK 1
| #define HAVE_DPRINTF 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_ISASCII 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND 1
| #define HAVE_LRAND48 1
| #define HAVE_SETPGID 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_VPRINTF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define BUILD_Eggdrop /**/
| #define HAVE_TCL_NOTIFIER_INIT 1
| #define DEBUG_CONTEXT 1
| #define IPV6 1
| #define HAVE_INET_PTON 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_IN6ADDR_ANY 1
| #define HAVE_IN6ADDR_LOOPBACK 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| /* end confdefs.h. */
|
| #ifdef CYGWIN_HACKS
| # ifndef __int64
| # define __int64 long long
| # endif
| #endif
|
|
| #include <openssl/x509v3.h>
configure:8757: result: no
configure:8778: checking for X509_digest in -lcrypto
configure:8803: gcc -o conftest -g -O2 -pipe -Wall conftest.c -lcrypto -lssl -ldl >&5
/usr/bin/ld: cannot find -lcrypto
/usr/bin/ld: cannot find -lssl
collect2: error: ld returned 1 exit status
configure:8803: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLOPEN 1
| #define MODULES_OK 1
| #define MOD_USE_DL 1
| #define EGG_MOD_EXT "so"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_INTPTR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_CLOCK 1
| #define HAVE_DPRINTF 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_ISASCII 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND 1
| #define HAVE_LRAND48 1
| #define HAVE_SETPGID 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_VPRINTF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define BUILD_Eggdrop /**/
| #define HAVE_TCL_NOTIFIER_INIT 1
| #define DEBUG_CONTEXT 1
| #define IPV6 1
| #define HAVE_INET_PTON 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_IN6ADDR_ANY 1
| #define HAVE_IN6ADDR_LOOPBACK 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char X509_digest ();
| int
| main ()
| {
| return X509_digest ();
| ;
| return 0;
| }
configure:8812: result: no
configure:8825: checking for SSL_accept in -lssl
configure:8850: gcc -o conftest -g -O2 -pipe -Wall conftest.c -lssl -lcrypto -ldl >&5
/usr/bin/ld: cannot find -lssl
/usr/bin/ld: cannot find -lcrypto
collect2: error: ld returned 1 exit status
configure:8850: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLOPEN 1
| #define MODULES_OK 1
| #define MOD_USE_DL 1
| #define EGG_MOD_EXT "so"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_INTPTR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_CLOCK 1
| #define HAVE_DPRINTF 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_ISASCII 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND 1
| #define HAVE_LRAND48 1
| #define HAVE_SETPGID 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_VPRINTF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define BUILD_Eggdrop /**/
| #define HAVE_TCL_NOTIFIER_INIT 1
| #define DEBUG_CONTEXT 1
| #define IPV6 1
| #define HAVE_INET_PTON 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_IN6ADDR_ANY 1
| #define HAVE_IN6ADDR_LOOPBACK 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char SSL_accept ();
| int
| main ()
| {
| return SSL_accept ();
| ;
| return 0;
| }
configure:8859: result: no
configure:8875: checking for EVP_md5
configure:8875: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl >&5
/tmp/ccJOnGNK.o: In function `main':
/home/mudbot/eggdrop/conftest.c:119: undefined reference to `EVP_md5'
collect2: error: ld returned 1 exit status
configure:8875: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLOPEN 1
| #define MODULES_OK 1
| #define MOD_USE_DL 1
| #define EGG_MOD_EXT "so"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_INTPTR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_CLOCK 1
| #define HAVE_DPRINTF 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_ISASCII 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND 1
| #define HAVE_LRAND48 1
| #define HAVE_SETPGID 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_VPRINTF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define BUILD_Eggdrop /**/
| #define HAVE_TCL_NOTIFIER_INIT 1
| #define DEBUG_CONTEXT 1
| #define IPV6 1
| #define HAVE_INET_PTON 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_IN6ADDR_ANY 1
| #define HAVE_IN6ADDR_LOOPBACK 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| /* end confdefs.h. */
| /* Define EVP_md5 to an innocuous variant, in case <limits.h> declares EVP_md5.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define EVP_md5 innocuous_EVP_md5
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char EVP_md5 (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef EVP_md5
|
| /* 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 EVP_md5 ();
| /* 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_EVP_md5 || defined __stub___EVP_md5
| choke me
| #endif
|
| int
| main ()
| {
| return EVP_md5 ();
| ;
| return 0;
| }
configure:8875: result: no
configure:8890: checking for OPENSSL_buf2hexstr
configure:8890: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl >&5
/tmp/cc5UHRSL.o: In function `main':
/home/mudbot/eggdrop/conftest.c:119: undefined reference to `OPENSSL_buf2hexstr'
collect2: error: ld returned 1 exit status
configure:8890: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLOPEN 1
| #define MODULES_OK 1
| #define MOD_USE_DL 1
| #define EGG_MOD_EXT "so"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_INTPTR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_CLOCK 1
| #define HAVE_DPRINTF 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_ISASCII 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND 1
| #define HAVE_LRAND48 1
| #define HAVE_SETPGID 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_VPRINTF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define BUILD_Eggdrop /**/
| #define HAVE_TCL_NOTIFIER_INIT 1
| #define DEBUG_CONTEXT 1
| #define IPV6 1
| #define HAVE_INET_PTON 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_IN6ADDR_ANY 1
| #define HAVE_IN6ADDR_LOOPBACK 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| /* end confdefs.h. */
| /* Define OPENSSL_buf2hexstr to an innocuous variant, in case <limits.h> declares OPENSSL_buf2hexstr.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define OPENSSL_buf2hexstr innocuous_OPENSSL_buf2hexstr
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char OPENSSL_buf2hexstr (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef OPENSSL_buf2hexstr
|
| /* 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 OPENSSL_buf2hexstr ();
| /* 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_OPENSSL_buf2hexstr || defined __stub___OPENSSL_buf2hexstr
| choke me
| #endif
|
| int
| main ()
| {
| return OPENSSL_buf2hexstr ();
| ;
| return 0;
| }
configure:8890: result: no
configure:8894: checking for hex_to_string
configure:8894: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl >&5
/tmp/ccX5yxNS.o: In function `main':
/home/mudbot/eggdrop/conftest.c:119: undefined reference to `hex_to_string'
collect2: error: ld returned 1 exit status
configure:8894: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLOPEN 1
| #define MODULES_OK 1
| #define MOD_USE_DL 1
| #define EGG_MOD_EXT "so"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_INTPTR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_CLOCK 1
| #define HAVE_DPRINTF 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_ISASCII 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND 1
| #define HAVE_LRAND48 1
| #define HAVE_SETPGID 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_VPRINTF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define BUILD_Eggdrop /**/
| #define HAVE_TCL_NOTIFIER_INIT 1
| #define DEBUG_CONTEXT 1
| #define IPV6 1
| #define HAVE_INET_PTON 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_IN6ADDR_ANY 1
| #define HAVE_IN6ADDR_LOOPBACK 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| /* end confdefs.h. */
| /* Define hex_to_string to an innocuous variant, in case <limits.h> declares hex_to_string.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define hex_to_string innocuous_hex_to_string
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char hex_to_string (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef hex_to_string
|
| /* 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 hex_to_string ();
| /* 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_hex_to_string || defined __stub___hex_to_string
| choke me
| #endif
|
| int
| main ()
| {
| return hex_to_string ();
| ;
| return 0;
| }
configure:8894: result: no
configure:8910: checking for OPENSSL_hexstr2buf
configure:8910: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl >&5
/tmp/ccD2LAFT.o: In function `main':
/home/mudbot/eggdrop/conftest.c:119: undefined reference to `OPENSSL_hexstr2buf'
collect2: error: ld returned 1 exit status
configure:8910: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLOPEN 1
| #define MODULES_OK 1
| #define MOD_USE_DL 1
| #define EGG_MOD_EXT "so"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_INTPTR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_CLOCK 1
| #define HAVE_DPRINTF 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_ISASCII 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND 1
| #define HAVE_LRAND48 1
| #define HAVE_SETPGID 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_VPRINTF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define BUILD_Eggdrop /**/
| #define HAVE_TCL_NOTIFIER_INIT 1
| #define DEBUG_CONTEXT 1
| #define IPV6 1
| #define HAVE_INET_PTON 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_IN6ADDR_ANY 1
| #define HAVE_IN6ADDR_LOOPBACK 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| /* end confdefs.h. */
| /* Define OPENSSL_hexstr2buf to an innocuous variant, in case <limits.h> declares OPENSSL_hexstr2buf.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define OPENSSL_hexstr2buf innocuous_OPENSSL_hexstr2buf
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char OPENSSL_hexstr2buf (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef OPENSSL_hexstr2buf
|
| /* 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 OPENSSL_hexstr2buf ();
| /* 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_OPENSSL_hexstr2buf || defined __stub___OPENSSL_hexstr2buf
| choke me
| #endif
|
| int
| main ()
| {
| return OPENSSL_hexstr2buf ();
| ;
| return 0;
| }
configure:8910: result: no
configure:8914: checking for string_to_hex
configure:8914: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl >&5
/tmp/ccvhqgeY.o: In function `main':
/home/mudbot/eggdrop/conftest.c:119: undefined reference to `string_to_hex'
collect2: error: ld returned 1 exit status
configure:8914: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "Eggdrop 1.9.0"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| #define PACKAGE_URL ""
| #define EGG_AC_ARGS_RAW
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLOPEN 1
| #define MODULES_OK 1
| #define MOD_USE_DL 1
| #define EGG_MOD_EXT "so"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_INTPTR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_CLOCK 1
| #define HAVE_DPRINTF 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_ISASCII 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND 1
| #define HAVE_LRAND48 1
| #define HAVE_SETPGID 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_VPRINTF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define BUILD_Eggdrop /**/
| #define HAVE_TCL_NOTIFIER_INIT 1
| #define DEBUG_CONTEXT 1
| #define IPV6 1
| #define HAVE_INET_PTON 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_IN6ADDR_ANY 1
| #define HAVE_IN6ADDR_LOOPBACK 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| /* end confdefs.h. */
| /* Define string_to_hex to an innocuous variant, in case <limits.h> declares string_to_hex.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define string_to_hex innocuous_string_to_hex
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char string_to_hex (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef string_to_hex
|
| /* 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 string_to_hex ();
| /* 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_string_to_hex || defined __stub___string_to_hex
| choke me
| #endif
|
| int
| main ()
| {
| return string_to_hex ();
| ;
| return 0;
| }
configure:8914: result: no
configure:8944: checking for OpenSSL
configure:8947: result: no (make sure you have version 0.9.8 or higher installed)
configure:9205: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by Eggdrop config.status 1.9.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on pocketmud.com
config.status:989: creating Makefile
config.status:989: creating doc/Makefile
config.status:989: creating scripts/Makefile
config.status:989: creating src/Makefile
config.status:989: creating src/compat/Makefile
config.status:989: creating src/md5/Makefile
config.status:989: creating src/mod/Makefile
config.status:989: creating config.h
config.status:1164: config.h is unchanged
config.status:1178: executing eggint.h commands
config.status:1186: creating eggint.h : __EGGINT_H
config.status:1618: eggint.h is unchanged
config.status:1178: executing replace-if-changed commands
config.status:1178: executing catch-make-rebuild commands
configure:10906: result:
configure:10909: result: Operating System: Linux 5.1.17-x86_64-linode128
configure:10911: result: IPv6 Support: yes
configure:10917: result: Tcl version: 8.6.5 (threaded)
configure:10944: result: SSL/TLS Support: no
configure:10946: result:
configure:11002: result: If you experience any problems compiling Eggdrop, please read the
configure:11004: result: compile guide, found in doc/COMPILE-GUIDE.
configure:11006: result:
configure:11011: result: Type 'make config' to configure the modules, or type 'make iconfig'
configure:11013: result: to interactively choose which modules to compile.
configure:11015: result:
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_ax_type_socklen_t=yes
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_flexmember=yes
ac_cv_c_inline=inline
ac_cv_c_tclconfig=/usr/lib
ac_cv_c_volatile=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_EVP_md5=no
ac_cv_func_NSLinkModule=no
ac_cv_func_OPENSSL_buf2hexstr=no
ac_cv_func_OPENSSL_hexstr2buf=no
ac_cv_func__doprnt=no
ac_cv_func_clock=yes
ac_cv_func_connect=yes
ac_cv_func_dlopen=yes
ac_cv_func_dprintf=yes
ac_cv_func_gethostbyname2=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getrandom=no
ac_cv_func_getrusage=yes
ac_cv_func_hex_to_string=no
ac_cv_func_inet_aton=yes
ac_cv_func_inet_ntop=yes
ac_cv_func_inet_pton=yes
ac_cv_func_isascii=yes
ac_cv_func_load=no
ac_cv_func_lrand48=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_rand=yes
ac_cv_func_random=yes
ac_cv_func_rld_load=no
ac_cv_func_select_args='int,fd_set *,struct timeval *'
ac_cv_func_setpgid=yes
ac_cv_func_shl_load=no
ac_cv_func_sin=no
ac_cv_func_snprintf=yes
ac_cv_func_string_to_hex=no
ac_cv_func_strlcpy=no
ac_cv_func_vprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dl_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_loader_h=no
ac_cv_header_locale_h=yes
ac_cv_header_mach_o_dyld_h=no
ac_cv_header_mach_o_rld_h=no
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_net_errno_h=no
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_openssl_ssl_h=no
ac_cv_header_openssl_x509v3_h=no
ac_cv_header_rld_h=no
ac_cv_header_stdarg_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint=stdint.h
ac_cv_header_stdint_h=yes
ac_cv_header_stdint_t=stdint.h
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_file_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_rusage_h=no
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_wchar_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_lib_crypto_X509_digest=no
ac_cv_lib_ieee_main=yes
ac_cv_lib_inet_main=no
ac_cv_lib_m_tan=yes
ac_cv_lib_pthread=-lpthread
ac_cv_lib_pthread_pthread_mutex_init=yes
ac_cv_lib_ssl_SSL_accept=no
ac_cv_member_struct_tm_tm_zone=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=mawk
ac_cv_prog_BASENAME=basename
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_HEAD_1='head -n 1'
ac_cv_prog_MAKE=make
ac_cv_prog_STRIP=strip
ac_cv_prog_UNAME=uname
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_dlopen=-ldl
ac_cv_search_gethostbyname='none required'
ac_cv_search_opendir='none required'
ac_cv_search_socket='none required'
ac_cv_search_strerror='none required'
ac_cv_stdint_message='using gnu compiler gcc (Ubuntu 5.4.0-6ubuntu1~16.04.12) 5.4.0 20160609'
ac_cv_stdint_result='(assuming C99 compatible system)'
ac_cv_struct_tm=time.h
ac_cv_target=x86_64-pc-linux-gnu
ac_cv_type_intptr_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_size_t=yes
ac_cv_type_struct_in6_addr=yes
ac_cv_type_struct_sockaddr_in6=yes
egg_cv_var_cc_icc=no
egg_cv_var_ccpipe=yes
egg_cv_var_ccwall=yes
egg_cv_var_have_in6_addr=yes
egg_cv_var_have_in6addr_any=yes
egg_cv_var_have_in6addr_loopback=yes
egg_cv_var_ipv6_supported=yes
egg_cv_var_system_release=5.1.17-x86_64-linode128
egg_cv_var_system_type=Linux
## ----------------- ##
## Output variables. ##
## ----------------- ##
AWK='mawk'
BASENAME='basename'
CC='gcc'
CFLAGS='-g -O2 -pipe -Wall'
CFLGS=''
CLEANFILES=''
CPP='gcc -E'
CPPFLAGS=''
CYGPATH='echo'
DEBCFLGS='-g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS'
DEFAULT_MAKE='debug'
DEFS='-DHAVE_CONFIG_H'
DEST='${prefix}'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGGEXEC='eggdrop'
EGGVERSION='1.9.0'
EGG_CROSS_COMPILING='no'
EGREP='/bin/grep -E'
EXEEXT=''
GREP='/bin/grep'
HEAD_1='head -n 1'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS=''
LIBOBJS=''
LIBS='-ldl '
LN_S='ln -s'
LTLIBOBJS=''
MAKE='make'
MATH_LIBS='-lieee -lm'
MODULE_XLIBS=''
MOD_CC='gcc'
MOD_EXT='so'
MOD_LD='gcc'
MOD_STRIP='touch'
MOD_UPDIR='../'
OBJEXT='o'
PACKAGE_BUGREPORT='bugs@eggheads.org'
PACKAGE_NAME='Eggdrop'
PACKAGE_STRING='Eggdrop 1.9.0'
PACKAGE_TARNAME='eggdrop'
PACKAGE_URL=''
PACKAGE_VERSION='1.9.0'
PATH_SEPARATOR=':'
PKG_CFLAGS=''
PKG_HEADERS=''
PKG_INCLUDES=''
PKG_LIBS=''
PKG_LIB_FILE=''
PKG_STUB_LIB_FILE=''
PKG_STUB_OBJECTS=''
PKG_STUB_SOURCES=''
PKG_TCL_SOURCES=''
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/bash'
SHLIB_CC='gcc -fPIC'
SHLIB_LD='${CC} -shared ${CFLAGS} ${LDFLAGS}'
SHLIB_STRIP='touch'
SSL_INCLUDES=''
SSL_LIBS=''
STRIP='touch'
TCL_BIN_DIR='/usr/lib'
TCL_DEFS='-DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DTCL_THREADS=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DHAVE_ZLIB=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DHAVE_HIDDEN=1 -DHAVE_CAST_TO_UNION=1 -DTCL_SHLIB_EXT=\".so\" -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_MKSTEMP=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GETADDRINFO=1 -DHAVE_FREEADDRINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_STRUCT_ADDRINFO=1 -DHAVE_STRUCT_IN6_ADDR=1 -DHAVE_STRUCT_SOCKADDR_IN6=1 -DHAVE_STRUCT_SOCKADDR_STORAGE=1 -DHAVE_GETPWUID_R_5=1 -DHAVE_GETPWUID_R=1 -DHAVE_GETPWNAM_R_5=1 -DHAVE_GETPWNAM_R=1 -DHAVE_GETGRGID_R_5=1 -DHAVE_GETGRGID_R=1 -DHAVE_GETGRNAM_R_5=1 -DHAVE_GETGRNAM_R=1 -DHAVE_GETHOSTBYNAME_R_6=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETHOSTBYADDR_R_8=1 -DHAVE_GETHOSTBYADDR_R=1 -DHAVE_TERMIOS_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_MKSTEMPS=1 -DHAVE_FTS=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1 -DHAVE_CPUID=1 '
TCL_EXTRA_CFLAGS='-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-unit-at-a-time -pipe -Wdate-time -D_FORTIFY_SOURCE=2'
TCL_INCLUDE_SPEC='-I/usr/include/tcl8.6'
TCL_LD_FLAGS='-Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--export-dynamic '
TCL_LIBS='-ldl -lz -lpthread -lieee -lm'
TCL_LIB_FILE='libtcl8.6.so'
TCL_LIB_FLAG='-ltcl8.6'
TCL_LIB_SPEC='-L/usr/lib/x86_64-linux-gnu -ltcl8.6 -lz -lpthread -lieee -lm'
TCL_PATCH_LEVEL='.5'
TCL_SHLIB_LD_LIBS='${LIBS}'
TCL_SRC_DIR='/usr/include/tcl8.6/tcl-private'
TCL_STUB_LIB_FILE='libtclstub8.6.a'
TCL_STUB_LIB_FLAG='-ltclstub8.6'
TCL_STUB_LIB_SPEC='-L/usr/lib/x86_64-linux-gnu -ltclstub8.6'
TCL_VERSION='8.6'
TEA_TK_EXTENSION='0'
UNAME='uname'
ac_ct_CC='gcc'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
egg_ac_parameters=''
exec_prefix='${prefix}'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
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='${HOME}/eggdrop'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-pc-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='pc'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "Eggdrop"
#define PACKAGE_TARNAME "eggdrop"
#define PACKAGE_VERSION "1.9.0"
#define PACKAGE_STRING "Eggdrop 1.9.0"
#define PACKAGE_BUGREPORT "bugs@eggheads.org"
#define PACKAGE_URL ""
#define EGG_AC_ARGS_RAW
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define HAVE_DLFCN_H 1
#define HAVE_DLOPEN 1
#define MODULES_OK 1
#define MOD_USE_DL 1
#define EGG_MOD_EXT "so"
#define HAVE_DIRENT_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_ARPA_INET_H 1
#define HAVE_FCNTL_H 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_STDIO_H 1
#define HAVE_STDARG_H 1
#define HAVE_STDDEF_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_WCHAR_H 1
#define FLEXIBLE_ARRAY_MEMBER /**/
#define HAVE_INTPTR_T 1
#define HAVE_STRUCT_TM_TM_ZONE 1
#define HAVE_TM_ZONE 1
#define HAVE_CLOCK 1
#define HAVE_DPRINTF 1
#define HAVE_GETRUSAGE 1
#define HAVE_INET_ATON 1
#define HAVE_INET_NTOP 1
#define HAVE_ISASCII 1
#define HAVE_RANDOM 1
#define HAVE_RAND 1
#define HAVE_LRAND48 1
#define HAVE_SETPGID 1
#define HAVE_SNPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOCKET_H 1
#define SELECT_TYPE_ARG1 int
#define SELECT_TYPE_ARG234 (fd_set *)
#define SELECT_TYPE_ARG5 (struct timeval *)
#define HAVE_VPRINTF 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define BUILD_Eggdrop /**/
#define HAVE_TCL_NOTIFIER_INIT 1
#define DEBUG_CONTEXT 1
#define IPV6 1
#define HAVE_INET_PTON 1
#define HAVE_GETHOSTBYNAME2 1
#define HAVE_STRUCT_IN6_ADDR 1
#define HAVE_IN6ADDR_ANY 1
#define HAVE_IN6ADDR_LOOPBACK 1
#define HAVE_STRUCT_SOCKADDR_IN6 1
#define EGG_VERSION 10900
configure: exit 0