This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by Eggdrop DNS Module configure 1.6.21, which was generated by GNU Autoconf 2.68. Invocation command line was $ .././dns.mod/configure --disable-option-checking --cache-file=../../../config.cache --srcdir=../../../src/mod/dns.mod ## --------- ## ## Platform. ## ## --------- ## hostname = bitcoinshell uname -m = i686 uname -r = 3.0.76-gentoo uname -s = Linux uname -v = #6 SMP Sat Aug 10 17:29:41 CDT 2013 /usr/bin/uname -p = Pentium III (Coppermine) /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/paimo/bin PATH: /usr/bin PATH: /bin PATH: /opt/bin PATH: /usr/i686-pc-linux-gnu/gcc-bin/4.3.6 PATH: /usr/i486-pc-linux-gnu/gcc-bin/4.1.2 PATH: /usr/games/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1716: loading cache ../../../config.cache configure:1882: checking for gcc configure:1909: result: gcc configure:2138: checking for C compiler version configure:2147: gcc --version >&5 gcc (Gentoo 4.3.6-r1 p1.1, pie-10.1.5) 4.3.6 Copyright (C) 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2158: $? = 0 configure:2147: gcc -v >&5 Using built-in specs. Target: i686-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-4.3.6-r1/work/gcc-4.3.6/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.3.6 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.3.6/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.3.6 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.3.6/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.3.6/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.3.6/include/g++-v4 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --disable-fixed-point --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --disable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --enable-checking=release --disable-libgcj --with-arch=i686 --enable-languages=c,c++,treelang,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.3.6-r1 p1.1, pie-10.1.5' Thread model: posix gcc version 4.3.6 (Gentoo 4.3.6-r1 p1.1, pie-10.1.5) configure:2158: $? = 0 configure:2147: gcc -V >&5 gcc: '-V' option must have argument configure:2158: $? = 1 configure:2147: gcc -qversion >&5 gcc: unrecognized option '-qversion' gcc: no input files configure:2158: $? = 1 configure:2178: checking whether the C compiler works configure:2200: gcc conftest.c >&5 configure:2204: $? = 0 configure:2252: result: yes configure:2255: checking for C compiler default output file name configure:2257: result: a.out configure:2263: checking for suffix of executables configure:2270: gcc -o conftest conftest.c >&5 configure:2274: $? = 0 configure:2296: result: configure:2318: checking whether we are cross compiling configure:2326: gcc -o conftest conftest.c >&5 configure:2330: $? = 0 configure:2337: ./conftest configure:2341: $? = 0 configure:2356: result: no configure:2361: checking for suffix of object files configure:2408: result: o configure:2412: checking whether we are using the GNU C compiler configure:2440: result: yes configure:2449: checking whether gcc accepts -g configure:2510: result: yes configure:2527: checking for gcc option to accept ISO C89 configure:2604: result: none needed configure:2628: checking for sys/types.h configure:2628: result: yes configure:2628: checking for netinet/in.h configure:2628: gcc -c -g -O2 conftest.c >&5 configure:2628: $? = 0 configure:2628: result: yes configure:2628: checking for arpa/nameser.h configure:2628: gcc -c -g -O2 conftest.c >&5 configure:2628: $? = 0 configure:2628: result: yes configure:2628: checking for netdb.h configure:2628: gcc -c -g -O2 conftest.c >&5 configure:2628: $? = 0 configure:2628: result: yes configure:2628: checking for resolv.h configure:2628: gcc -c -g -O2 conftest.c >&5 configure:2628: $? = 0 configure:2628: result: yes configure:2686: gcc -o conftest -g -O2 conftest.c >&5 /tmp/ccAa31v6.o: In function `main': /home/paimo/http_root/eggdrop1.6.21/src/mod/dns.mod/conftest.c:34: undefined reference to `__res_mkquery' collect2: ld returned 1 exit status configure:2686: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Eggdrop DNS Module" | #define PACKAGE_TARNAME "eggdrop-dns-module" | #define PACKAGE_VERSION "1.6.21" | #define PACKAGE_STRING "Eggdrop DNS Module 1.6.21" | #define PACKAGE_BUGREPORT "bugs@eggheads.org" | #define PACKAGE_URL "" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | /* end confdefs.h. */ | | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_NETINET_IN_H | # include /* inet_ functions / structs */ | #endif | #ifdef HAVE_ARPA_NAMESER_H | # include /* DNS HEADER struct */ | #endif | #ifdef HAVE_NETDB_H | # include | #endif | #include | | int | main () | { | | res_init(); | res_mkquery(0, NULL, 0, 0, NULL, 0, NULL, NULL, 0); | ; | return 0; | | ; | return 0; | } | configure:2686: gcc -o conftest -g -O2 conftest.c -lresolv >&5 configure:2686: $? = 0 configure:2697: checking for a working resolver library configure:2700: result: yes (-lresolv) configure:2807: updating cache ../../../config.cache configure:2892: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by Eggdrop DNS Module config.status 1.6.21, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on bitcoinshell config.status:734: creating Makefile ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=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_header_arpa_nameser_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_resolv_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_header_zlib_h=yes ac_cv_lib_z_gzopen=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='gcc' CFLAGS='-g -O2' CPPFLAGS='' DEFS='-DPACKAGE_NAME=\"Eggdrop\ DNS\ Module\" -DPACKAGE_TARNAME=\"eggdrop-dns-module\" -DPACKAGE_VERSION=\"1.6.21\" -DPACKAGE_STRING=\"Eggdrop\ DNS\ Module\ 1.6.21\" -DPACKAGE_BUGREPORT=\"bugs@eggheads.org\" -DPACKAGE_URL=\"\" -DHAVE_SYS_TYPES_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_ARPA_NAMESER_H=1 -DHAVE_NETDB_H=1 -DHAVE_RESOLV_H=1' ECHO_C='' ECHO_N='-n' ECHO_T='' EXEEXT='' LDFLAGS='' LIBOBJS='' LIBS='-lresolv' LTLIBOBJS='' OBJEXT='o' PACKAGE_BUGREPORT='bugs@eggheads.org' PACKAGE_NAME='Eggdrop DNS Module' PACKAGE_STRING='Eggdrop DNS Module 1.6.21' PACKAGE_TARNAME='eggdrop-dns-module' PACKAGE_URL='' PACKAGE_VERSION='1.6.21' PATH_SEPARATOR=':' RESINCLUDE='' RESLIB='-lresolv' SHELL='/bin/sh' ac_ct_CC='gcc' bindir='${exec_prefix}/bin' build_alias='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host_alias='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "Eggdrop DNS Module" #define PACKAGE_TARNAME "eggdrop-dns-module" #define PACKAGE_VERSION "1.6.21" #define PACKAGE_STRING "Eggdrop DNS Module 1.6.21" #define PACKAGE_BUGREPORT "bugs@eggheads.org" #define PACKAGE_URL "" #define HAVE_SYS_TYPES_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_ARPA_NAMESER_H 1 #define HAVE_NETDB_H 1 #define HAVE_RESOLV_H 1 configure: exit 0