This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.53. Invocation command line was $ ./configure --prefix=/u/httpd/html/devel/buildweb ## --------- ## ## Platform. ## ## --------- ## hostname = faulks uname -m = i686 uname -r = 2.4.18-3 uname -s = Linux uname -v = #1 Thu Apr 18 07:37:53 EDT 2002 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /bin PATH: /usr/bin PATH: /usr/X11R6/bin PATH: /usr/local/bin PATH: /sbin PATH: /usr/sbin PATH: /usr/local/sbin PATH: /usr/local/mpi/bin PATH: /u/adcroft/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1238: checking for gcc configure:1254: found /usr/bin/gcc configure:1264: result: gcc configure:1508: checking for C compiler version configure:1511: gcc --version &5 2.96 configure:1514: $? = 0 configure:1516: gcc -v &5 Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-112) configure:1519: $? = 0 configure:1521: gcc -V &5 gcc: argument to `-V' is missing configure:1524: $? = 1 configure:1550: checking for C compiler default output configure:1553: gcc conftest.c >&5 configure:1556: $? = 0 configure:1589: result: a.out configure:1594: checking whether the C compiler works configure:1600: ./a.out configure:1603: $? = 0 configure:1618: result: yes configure:1625: checking whether we are cross compiling configure:1627: result: no configure:1630: checking for suffix of executables configure:1632: gcc -o conftest conftest.c >&5 configure:1635: $? = 0 configure:1657: result: configure:1663: checking for suffix of object files configure:1687: gcc -c conftest.c >&5 configure:1690: $? = 0 configure:1709: result: o configure:1713: checking whether we are using the GNU C compiler configure:1740: gcc -c conftest.c >&5 configure:1743: $? = 0 configure:1746: test -s conftest.o configure:1749: $? = 0 configure:1761: result: yes configure:1767: checking whether gcc accepts -g configure:1791: gcc -c -g conftest.c >&5 configure:1794: $? = 0 configure:1797: test -s conftest.o configure:1800: $? = 0 configure:1810: result: yes configure:1837: gcc -c -g -O2 conftest.c >&5 conftest.c:2: parse error before `me' configure:1840: $? = 1 configure: failed program was: #ifndef __cplusplus choke me #endif configure:1951: checking for BSDgettimeofday configure:1994: gcc -o conftest -g -O2 conftest.c >&5 /tmp/ccjh2jUY.o: In function `main': /u/httpd/html/devel/buildweb/pkg/swish-e/configure:1984: undefined reference to `BSDgettimeofday' collect2: ld returned 1 exit status configure:1997: $? = 1 configure: failed program was: #line 1956 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char BSDgettimeofday (); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char BSDgettimeofday (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* 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_BSDgettimeofday) || defined (__stub___BSDgettimeofday) choke me #else f = BSDgettimeofday; #endif ; return 0; } configure:2013: result: no configure:2021: checking for gettimeofday configure:2064: gcc -o conftest -g -O2 conftest.c >&5 configure:2067: $? = 0 configure:2070: test -s conftest configure:2073: $? = 0 configure:2083: result: yes configure:2100: checking whether #! works in shell scripts configure:2117: result: yes configure:2122: checking whether make sets ${MAKE} configure:2142: result: yes configure:2154: checking for perl configure:2172: found /usr/bin/perl configure:2185: result: /usr/bin/perl configure:2243: checking for gcc configure:2269: result: gcc configure:2513: checking for C compiler version configure:2516: gcc --version &5 2.96 configure:2519: $? = 0 configure:2521: gcc -v &5 Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-112) configure:2524: $? = 0 configure:2526: gcc -V &5 gcc: argument to `-V' is missing configure:2529: $? = 1 configure:2532: checking whether we are using the GNU C compiler configure:2580: result: yes configure:2586: checking whether gcc accepts -g configure:2629: result: yes configure:2656: gcc -c -g -O2 conftest.c >&5 conftest.c:2: parse error before `me' configure:2659: $? = 1 configure: failed program was: #ifndef __cplusplus choke me #endif configure:2811: checking for ranlib configure:2827: found /usr/bin/ranlib configure:2838: result: ranlib configure:2852: checking for main in -lm configure:2879: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:2882: $? = 0 configure:2885: test -s conftest configure:2888: $? = 0 configure:2899: result: yes configure:2912: checking for vsnprintf in -lsnprintf configure:2945: gcc -o conftest -g -O2 conftest.c -lsnprintf -lm >&5 /usr/bin/ld: cannot find -lsnprintf collect2: ld returned 1 exit status configure:2948: $? = 1 configure: failed program was: #line 2919 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char vsnprintf (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { vsnprintf (); ; return 0; } configure:2965: result: no configure:2985: checking for dirent.h that defines DIR configure:3012: gcc -c -g -O2 conftest.c >&5 configure:3015: $? = 0 configure:3018: test -s conftest.o configure:3021: $? = 0 configure:3031: result: yes configure:3044: checking for library containing opendir configure:3077: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:3080: $? = 0 configure:3083: test -s conftest configure:3086: $? = 0 configure:3145: result: none required configure:3270: checking how to run the C preprocessor configure:3296: gcc -E conftest.c configure:3302: $? = 0 configure:3329: gcc -E conftest.c configure:3325:28: ac_nonexistent.h: No such file or directory configure:3335: $? = 1 configure: failed program was: #line 3324 "configure" #include "confdefs.h" #include configure:3372: result: gcc -E configure:3387: gcc -E conftest.c configure:3393: $? = 0 configure:3420: gcc -E conftest.c configure:3416:28: ac_nonexistent.h: No such file or directory configure:3426: $? = 1 configure: failed program was: #line 3415 "configure" #include "confdefs.h" #include configure:3466: checking for ANSI C header files configure:3480: gcc -E conftest.c configure:3486: $? = 0 configure:3571: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:3574: $? = 0 configure:3576: ./conftest configure:3579: $? = 0 configure:3593: result: yes configure:3617: checking for sys/types.h configure:3630: gcc -c -g -O2 conftest.c >&5 configure:3633: $? = 0 configure:3636: test -s conftest.o configure:3639: $? = 0 configure:3649: result: yes configure:3617: checking for sys/stat.h configure:3630: gcc -c -g -O2 conftest.c >&5 configure:3633: $? = 0 configure:3636: test -s conftest.o configure:3639: $? = 0 configure:3649: result: yes configure:3617: checking for stdlib.h configure:3630: gcc -c -g -O2 conftest.c >&5 configure:3633: $? = 0 configure:3636: test -s conftest.o configure:3639: $? = 0 configure:3649: result: yes configure:3617: checking for string.h configure:3630: gcc -c -g -O2 conftest.c >&5 configure:3633: $? = 0 configure:3636: test -s conftest.o configure:3639: $? = 0 configure:3649: result: yes configure:3617: checking for memory.h configure:3630: gcc -c -g -O2 conftest.c >&5 configure:3633: $? = 0 configure:3636: test -s conftest.o configure:3639: $? = 0 configure:3649: result: yes configure:3617: checking for strings.h configure:3630: gcc -c -g -O2 conftest.c >&5 configure:3633: $? = 0 configure:3636: test -s conftest.o configure:3639: $? = 0 configure:3649: result: yes configure:3617: checking for inttypes.h configure:3630: gcc -c -g -O2 conftest.c >&5 configure:3633: $? = 0 configure:3636: test -s conftest.o configure:3639: $? = 0 configure:3649: result: yes configure:3617: checking for stdint.h configure:3630: gcc -c -g -O2 conftest.c >&5 configure:3633: $? = 0 configure:3636: test -s conftest.o configure:3639: $? = 0 configure:3649: result: yes configure:3617: checking for unistd.h configure:3630: gcc -c -g -O2 conftest.c >&5 configure:3633: $? = 0 configure:3636: test -s conftest.o configure:3639: $? = 0 configure:3649: result: yes configure:3667: checking for unistd.h configure:3672: result: yes configure:3667: checking for stdlib.h configure:3672: result: yes configure:3777: checking for gcc option to accept ANSI C configure:3840: gcc -c -g -O2 conftest.c >&5 configure:3843: $? = 0 configure:3846: test -s conftest.o configure:3849: $? = 0 configure:3866: result: none needed configure:3874: checking for an ANSI C-conforming const configure:3944: gcc -c -g -O2 conftest.c >&5 configure:3947: $? = 0 configure:3950: test -s conftest.o configure:3953: $? = 0 configure:3963: result: yes configure:3973: checking for pid_t configure:4000: gcc -c -g -O2 conftest.c >&5 configure:4003: $? = 0 configure:4006: test -s conftest.o configure:4009: $? = 0 configure:4019: result: yes configure:4031: checking for size_t configure:4058: gcc -c -g -O2 conftest.c >&5 configure:4061: $? = 0 configure:4064: test -s conftest.o configure:4067: $? = 0 configure:4077: result: yes configure:4089: checking whether struct tm is in sys/time.h or time.h configure:4115: gcc -c -g -O2 conftest.c >&5 configure:4118: $? = 0 configure:4121: test -s conftest.o configure:4124: $? = 0 configure:4134: result: time.h configure:4147: checking for working alloca.h configure:4171: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:4174: $? = 0 configure:4177: test -s conftest configure:4180: $? = 0 configure:4190: result: yes configure:4200: checking for alloca configure:4244: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:4247: $? = 0 configure:4250: test -s conftest configure:4253: $? = 0 configure:4263: result: yes configure:4457: checking for strftime configure:4500: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:4503: $? = 0 configure:4506: test -s conftest configure:4509: $? = 0 configure:4519: result: yes configure:4598: checking for vprintf configure:4641: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:4644: $? = 0 configure:4647: test -s conftest configure:4650: $? = 0 configure:4660: result: yes configure:4667: checking for _doprnt configure:4710: gcc -o conftest -g -O2 conftest.c -lm >&5 /tmp/ccUq6ZVo.o: In function `main': /u/httpd/html/devel/buildweb/pkg/swish-e/configure:4700: undefined reference to `_doprnt' collect2: ld returned 1 exit status configure:4713: $? = 1 configure: failed program was: #line 4672 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char _doprnt (); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char _doprnt (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* 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 #else f = _doprnt; #endif ; return 0; } configure:4729: result: no configure:4750: checking for re_comp configure:4793: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:4796: $? = 0 configure:4799: test -s conftest configure:4802: $? = 0 configure:4812: result: yes configure:4750: checking for regcomp configure:4793: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:4796: $? = 0 configure:4799: test -s conftest configure:4802: $? = 0 configure:4812: result: yes configure:4750: checking for strdup configure:4793: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:4796: $? = 0 configure:4799: test -s conftest configure:4802: $? = 0 configure:4812: result: yes configure:4750: checking for strstr configure:4793: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:4796: $? = 0 configure:4799: test -s conftest configure:4802: $? = 0 configure:4812: result: yes configure:4823: checking for log in -lm configure:4856: gcc -o conftest -g -O2 conftest.c -lm -lm >&5 configure:4859: $? = 0 configure:4862: test -s conftest configure:4865: $? = 0 configure:4876: result: yes configure:4892: checking for vsnprintf configure:4935: gcc -o conftest -g -O2 conftest.c -lm -lm >&5 configure:4938: $? = 0 configure:4941: test -s conftest configure:4944: $? = 0 configure:4954: result: yes configure:5028: checking for xml2-config configure:5046: found /usr/bin/xml2-config configure:5059: result: /usr/bin/xml2-config configure:5085: checking for libxml libraries >= 2.4.3 configure:5097: result: found version 2.4.19 configure:5159: checking zlib.h usability configure:5168: gcc -c -g -O2 -Imaybe/include conftest.c >&5 configure:5171: $? = 0 configure:5174: test -s conftest.o configure:5177: $? = 0 configure:5186: result: yes configure:5190: checking zlib.h presence configure:5197: gcc -E -Imaybe/include conftest.c configure:5203: $? = 0 configure:5221: result: yes configure:5239: checking for zlib.h configure:5246: result: yes configure:5254: checking for gzread in -lz configure:5287: gcc -o conftest -g -O2 -Imaybe/include -Lmaybe/lib conftest.c -lz -lm -lm >&5 configure:5290: $? = 0 configure:5293: test -s conftest configure:5296: $? = 0 configure:5307: result: yes configure:5428: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.53. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on faulks config.status:575: creating Makefile config.status:575: creating doc/Makefile config.status:575: creating src/Makefile config.status:678: creating src/acconfig.h config.status:813: src/acconfig.h is unchanged ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=yes ac_cv_c_const=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_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_exeext= ac_cv_func_BSDgettimeofday=no ac_cv_func__doprnt=no ac_cv_func_alloca_works=yes ac_cv_func_gettimeofday=yes ac_cv_func_re_comp=yes ac_cv_func_regcomp=yes ac_cv_func_strdup=yes ac_cv_func_strftime=yes ac_cv_func_strstr=yes ac_cv_func_vprintf=yes ac_cv_func_vsnprintf=yes ac_cv_header_dirent_dirent_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_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_m_log=yes ac_cv_lib_m_main=yes ac_cv_lib_snprintf_vsnprintf=no ac_cv_lib_z_gzread=yes ac_cv_objext=o ac_cv_path_PERL=/usr/bin/perl ac_cv_path_XML2_CONFIG=/usr/bin/xml2-config ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_make_make_set=yes ac_cv_search_opendir='none required' ac_cv_struct_tm=time.h ac_cv_sys_interpreter=yes ac_cv_type_pid_t=yes ac_cv_type_size_t=yes ac_cv_working_alloca_h=yes ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define HAVE_LIBM 1 #define HAVE_DIRENT_H 1 #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_UNISTD_H 1 #define HAVE_STDLIB_H 1 #define HAVE_ALLOCA_H 1 #define HAVE_ALLOCA 1 #define HAVE_STRFTIME 1 #define HAVE_VPRINTF 1 #define HAVE_RE_COMP 1 #define HAVE_REGCOMP 1 #define HAVE_STRDUP 1 #define HAVE_STRSTR 1 #define HAVE_LIBM 1 #define HAVE_VSNPRINTF 1 #define HAVE_LIBXML2 1 #define HAVE_ZLIB_H 1 #define HAVE_LIBZ 1 #define HAVE_ZLIB 1 configure: exit 0