This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by soxwrap configure 0.50, which was generated by GNU Autoconf 2.66. Invocation command line was $ ./configure --disable-option-checking --prefix=/usr --sysconfdir=/etc --enable-trusted-users=0 --enable-userdb --enable-maildirquota --enable-sendmail=/usr/sbin/sendmail --enable-authlib LDFLAGS=/usr/lib/libperl.so --with-makedatprog=/usr/libexec/courier/makedatprog --with-piddir=/usr/var/tmp --with-package=courier --with-version=0.66.1 --with-courierlogger=/usr/sbin/courierlogger --with-db=gdbm --with-mailuser=daemon --with-mailgroup=daemon --with-mailuid=1 --with-mailgid=1 --enable-trusted-groups=daemon --with-formdata --enable-utf7-folder-encoding --with-webadmindir=/usr/share/courierwebadmin --cache-file=/dev/null --srcdir=. ## --------- ## ## Platform. ## ## --------- ## hostname = MiraNetNew uname -m = i686 uname -r = 3.0.0-14-generic-pae uname -s = Linux uname -v = #23-Ubuntu SMP Mon Nov 21 22:07:10 UTC 2011 /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: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/games ## ----------- ## ## Core tests. ## ## ----------- ## configure:2169: checking for a BSD-compatible install configure:2237: result: /usr/bin/install -c configure:2248: checking whether build environment is sane configure:2298: result: yes configure:2439: checking for a thread-safe mkdir -p configure:2478: result: /bin/mkdir -p configure:2491: checking for gawk configure:2507: found /usr/bin/gawk configure:2518: result: gawk configure:2529: checking whether make sets $(MAKE) configure:2551: result: yes configure:2632: checking for gawk configure:2659: result: gawk configure:2714: checking for ranlib configure:2730: found /usr/bin/ranlib configure:2741: result: ranlib configure:2763: checking whether ln -s works configure:2767: result: yes configure:2822: checking for gcc configure:2838: found /usr/bin/gcc configure:2849: result: gcc configure:3078: checking for C compiler version configure:3087: gcc --version >&5 gcc (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1 Copyright (C) 2011 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:3098: $? = 0 configure:3087: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6.1/lto-wrapper Target: i686-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.1-9ubuntu3' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++,go --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu Thread model: posix gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) configure:3098: $? = 0 configure:3087: gcc -V >&5 gcc: error: unrecognized option '-V' gcc: fatal error: no input files compilation terminated. configure:3098: $? = 4 configure:3087: gcc -qversion >&5 gcc: error: unrecognized option '-qversion' gcc: fatal error: no input files compilation terminated. configure:3098: $? = 4 configure:3118: checking whether the C compiler works configure:3140: gcc /usr/lib/libperl.so conftest.c >&5 configure:3144: $? = 0 configure:3192: result: yes configure:3195: checking for C compiler default output file name configure:3197: result: a.out configure:3203: checking for suffix of executables configure:3210: gcc -o conftest /usr/lib/libperl.so conftest.c >&5 configure:3214: $? = 0 configure:3236: result: configure:3258: checking whether we are cross compiling configure:3266: gcc -o conftest /usr/lib/libperl.so conftest.c >&5 configure:3270: $? = 0 configure:3277: ./conftest configure:3281: $? = 0 configure:3296: result: no configure:3301: checking for suffix of object files configure:3323: gcc -c conftest.c >&5 configure:3327: $? = 0 configure:3348: result: o configure:3352: checking whether we are using the GNU C compiler configure:3371: gcc -c conftest.c >&5 configure:3371: $? = 0 configure:3380: result: yes configure:3389: checking whether gcc accepts -g configure:3409: gcc -c -g conftest.c >&5 configure:3409: $? = 0 configure:3450: result: yes configure:3467: checking for gcc option to accept ISO C89 configure:3531: gcc -c -g -O2 conftest.c >&5 configure:3531: $? = 0 configure:3544: result: none needed configure:3575: checking for style of include used by make configure:3603: result: GNU configure:3628: checking dependency style of gcc configure:3738: result: gcc3 configure:3755: checking for the Courier Socks library configure:3771: gcc -c -g -O2 conftest.c >&5 conftest.c:3:19: fatal error: socks.h: No such file or directory compilation terminated. configure:3771: $? = 1 configure: failed program was: | /* end confdefs.h. */ | | #include | | #ifndef courier_socks_h | #error Not a Courier socks header file | #endif | configure:3780: result: no configure:3805: checking for socket in -lsocket configure:3830: gcc -o conftest -g -O2 /usr/lib/libperl.so conftest.c -lsocket >&5 /usr/bin/ld: cannot find -lsocket collect2: ld returned 1 exit status configure:3830: $? = 1 configure: failed program was: | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char socket (); | int | main () | { | return socket (); | ; | return 0; | } configure:3839: result: no configure:3850: checking for socket in -lsocket configure:3884: result: no configure:3896: checking for connect in -lsocket configure:3921: gcc -o conftest -g -O2 /usr/lib/libperl.so conftest.c -lsocket >&5 /usr/bin/ld: cannot find -lsocket collect2: ld returned 1 exit status configure:3921: $? = 1 configure: failed program was: | /* 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 connect (); | int | main () | { | return connect (); | ; | return 0; | } configure:3930: result: no configure:3941: checking for connect in -lsocket configure:3975: result: no configure:4011: gcc -o conftest -g -O2 /usr/lib/libperl.so conftest.c >&5 configure:4011: $? = 0 configure:4088: checking how to run the C preprocessor configure:4119: gcc -E conftest.c configure:4119: $? = 0 configure:4133: gcc -E conftest.c conftest.c:3:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:4133: $? = 1 configure: failed program was: | #define HAVE_SOCKS 0 | /* end confdefs.h. */ | #include configure:4158: result: gcc -E configure:4178: gcc -E conftest.c configure:4178: $? = 0 configure:4192: gcc -E conftest.c conftest.c:3:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:4192: $? = 1 configure: failed program was: | #define HAVE_SOCKS 0 | /* end confdefs.h. */ | #include configure:4221: checking for grep that handles long lines and -e configure:4279: result: /bin/grep configure:4284: checking for egrep configure:4346: result: /bin/grep -E configure:4351: checking for ANSI C header files configure:4371: gcc -c -g -O2 conftest.c >&5 configure:4371: $? = 0 configure:4444: gcc -o conftest -g -O2 /usr/lib/libperl.so conftest.c >&5 configure:4444: $? = 0 configure:4444: ./conftest configure:4444: $? = 0 configure:4455: result: yes configure:4468: checking for sys/types.h configure:4468: gcc -c -g -O2 conftest.c >&5 configure:4468: $? = 0 configure:4468: result: yes configure:4468: checking for sys/stat.h configure:4468: gcc -c -g -O2 conftest.c >&5 configure:4468: $? = 0 configure:4468: result: yes configure:4468: checking for stdlib.h configure:4468: gcc -c -g -O2 conftest.c >&5 configure:4468: $? = 0 configure:4468: result: yes configure:4468: checking for string.h configure:4468: gcc -c -g -O2 conftest.c >&5 configure:4468: $? = 0 configure:4468: result: yes configure:4468: checking for memory.h configure:4468: gcc -c -g -O2 conftest.c >&5 configure:4468: $? = 0 configure:4468: result: yes configure:4468: checking for strings.h configure:4468: gcc -c -g -O2 conftest.c >&5 configure:4468: $? = 0 configure:4468: result: yes configure:4468: checking for inttypes.h configure:4468: gcc -c -g -O2 conftest.c >&5 configure:4468: $? = 0 configure:4468: result: yes configure:4468: checking for stdint.h configure:4468: gcc -c -g -O2 conftest.c >&5 configure:4468: $? = 0 configure:4468: result: yes configure:4468: checking for unistd.h configure:4468: gcc -c -g -O2 conftest.c >&5 configure:4468: $? = 0 configure:4468: result: yes configure:4483: checking arpa/inet.h usability configure:4483: gcc -c -g -O2 conftest.c >&5 configure:4483: $? = 0 configure:4483: result: yes configure:4483: checking arpa/inet.h presence configure:4483: gcc -E conftest.c configure:4483: $? = 0 configure:4483: result: yes configure:4483: checking for arpa/inet.h configure:4483: result: yes configure:4483: checking fcntl.h usability configure:4483: gcc -c -g -O2 conftest.c >&5 configure:4483: $? = 0 configure:4483: result: yes configure:4483: checking fcntl.h presence configure:4483: gcc -E conftest.c configure:4483: $? = 0 configure:4483: result: yes configure:4483: checking for fcntl.h configure:4483: result: yes configure:4483: checking netdb.h usability configure:4483: gcc -c -g -O2 conftest.c >&5 configure:4483: $? = 0 configure:4483: result: yes configure:4483: checking netdb.h presence configure:4483: gcc -E conftest.c configure:4483: $? = 0 configure:4483: result: yes configure:4483: checking for netdb.h configure:4483: result: yes configure:4483: checking netinet/in.h usability configure:4483: gcc -c -g -O2 conftest.c >&5 configure:4483: $? = 0 configure:4483: result: yes configure:4483: checking netinet/in.h presence configure:4483: gcc -E conftest.c configure:4483: $? = 0 configure:4483: result: yes configure:4483: checking for netinet/in.h configure:4483: result: yes configure:4483: checking for stdlib.h configure:4483: result: yes configure:4483: checking for string.h configure:4483: result: yes configure:4483: checking sys/socket.h usability configure:4483: gcc -c -g -O2 conftest.c >&5 configure:4483: $? = 0 configure:4483: result: yes configure:4483: checking sys/socket.h presence configure:4483: gcc -E conftest.c configure:4483: $? = 0 configure:4483: result: yes configure:4483: checking for sys/socket.h configure:4483: result: yes configure:4483: checking sys/select.h usability configure:4483: gcc -c -g -O2 conftest.c >&5 configure:4483: $? = 0 configure:4483: result: yes configure:4483: checking sys/select.h presence configure:4483: gcc -E conftest.c configure:4483: $? = 0 configure:4483: result: yes configure:4483: checking for sys/select.h configure:4483: result: yes configure:4483: checking sys/poll.h usability configure:4483: gcc -c -g -O2 conftest.c >&5 configure:4483: $? = 0 configure:4483: result: yes configure:4483: checking sys/poll.h presence configure:4483: gcc -E conftest.c configure:4483: $? = 0 configure:4483: result: yes configure:4483: checking for sys/poll.h configure:4483: result: yes configure:4483: checking pthread.h usability configure:4483: gcc -c -g -O2 conftest.c >&5 configure:4483: $? = 0 configure:4483: result: yes configure:4483: checking pthread.h presence configure:4483: gcc -E conftest.c configure:4483: $? = 0 configure:4483: result: yes configure:4483: checking for pthread.h configure:4483: result: yes configure:4483: checking for sys/stat.h configure:4483: result: yes configure:4483: checking for fcntl.h configure:4483: result: yes configure:4483: checking for sys/select.h configure:4483: result: yes configure:4483: checking for sys/poll.h configure:4483: result: yes configure:4493: checking whether time.h and sys/time.h may both be included configure:4513: gcc -c -g -O2 conftest.c >&5 configure:4513: $? = 0 configure:4520: result: yes configure:4535: checking for special C compiler options needed for large files configure:4580: result: no configure:4586: checking for _FILE_OFFSET_BITS value needed for large files configure:4611: gcc -c -g -O2 conftest.c >&5 conftest.c:34:3: warning: left shift count >= width of type [enabled by default] conftest.c:34:3: warning: left shift count >= width of type [enabled by default] conftest.c:35:10: warning: left shift count >= width of type [enabled by default] conftest.c:35:10: warning: left shift count >= width of type [enabled by default] conftest.c:34:7: error: size of array 'off_t_is_large' is negative conftest.c:36:9: warning: variably modified 'off_t_is_large' at file scope [enabled by default] configure:4611: $? = 1 configure: failed program was: | #define HAVE_SOCKS 0 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_POLL_H 1 | #define TIME_WITH_SYS_TIME 1 | /* end confdefs.h. */ | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:4635: gcc -c -g -O2 conftest.c >&5 configure:4635: $? = 0 configure:4643: result: 64 configure:4732: checking for structs in6_addr, sockaddr_in6, and sockaddr_storage configure:4760: gcc -c -g -O2 -I.. -I./.. conftest.c >&5 configure:4760: $? = 0 configure:4768: result: yes configure:4816: checking for socklen_t configure:4830: gcc -c -g -O2 -I.. -I./.. conftest.c >&5 configure:4830: $? = 0 configure:4838: result: yes configure:4859: checking for inet_pton configure:4859: gcc -o conftest -g -O2 -I.. -I./.. /usr/lib/libperl.so conftest.c >&5 configure:4859: $? = 0 configure:4859: result: yes configure:4859: checking for poll configure:4859: gcc -o conftest -g -O2 -I.. -I./.. /usr/lib/libperl.so conftest.c >&5 configure:4859: $? = 0 configure:4859: result: yes configure:4989: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by soxwrap config.status 0.50, which was generated by GNU Autoconf 2.66. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on MiraNetNew config.status:867: creating Makefile config.status:867: creating soxwrap_config.h config.status:1047: soxwrap_config.h is unchanged config.status:1095: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=yes ac_cv_courier_socks=no 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=set ac_cv_env_LDFLAGS_value=/usr/lib/libperl.so 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_inet_pton=yes ac_cv_func_poll=yes ac_cv_header_arpa_inet_h=yes ac_cv_header_fcntl_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_pthread_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_poll_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_lib_socket_connect=no ac_cv_lib_socket_socket=no 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_path_mkdir=/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' 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_sys_file_offset_bits=64 ac_cv_sys_largefile_CC=no am_cv_CC_dependencies_compiler_type=gcc3 sox_cv_hassocklen_t=yes soxwrap_cv_hasipv6structs=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /usr/src/courier-0.66.1/missing --run aclocal-1.11' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /usr/src/courier-0.66.1/missing --run tar' AUTOCONF='${SHELL} /usr/src/courier-0.66.1/missing --run autoconf' AUTOHEADER='${SHELL} /usr/src/courier-0.66.1/missing --run autoheader' AUTOMAKE='${SHELL} /usr/src/courier-0.66.1/missing --run automake-1.11' AWK='gawk' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' CPP='gcc -E' CPPFLAGS='-I.. -I./.. ' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' GREP='/bin/grep' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LDFLAGS='/usr/lib/libperl.so' LIBOBJS='' LIBS='' LN_S='ln -s' LTLIBOBJS='' MAKEINFO='${SHELL} /usr/src/courier-0.66.1/missing --run makeinfo' MKDIR_P='/bin/mkdir -p' OBJEXT='o' PACKAGE='soxwrap' PACKAGE_BUGREPORT='courier-users@lists.sourceforge.net' PACKAGE_NAME='soxwrap' PACKAGE_STRING='soxwrap 0.50' PACKAGE_TARNAME='soxwrap' PACKAGE_URL='' PACKAGE_VERSION='0.50' PATH_SEPARATOR=':' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/bash' SOCKLIBS='' STRIP='' VERSION='0.50' ac_ct_CC='gcc' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build_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' install_sh='${SHELL} /usr/src/courier-0.66.1/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_SOCKS 0 #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ARPA_INET_H 1 #define HAVE_FCNTL_H 1 #define HAVE_NETDB_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_POLL_H 1 #define HAVE_PTHREAD_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_FCNTL_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_POLL_H 1 #define TIME_WITH_SYS_TIME 1 #define _FILE_OFFSET_BITS 64 #define HAVE_SOXWRAP_IPV6 1 #define SOCKADDR_STORAGE struct sockaddr_storage #define SS_family ss_family #define HAVE_INET_PTON 1 #define HAVE_POLL 1 configure: exit 0