This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by gocr configure 0.41, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = spiral.physics.usyd.edu.au uname -m = i686 uname -r = 2.6.9-42.0.2.EL uname -s = Linux uname -v = #1 Thu Aug 17 17:36:53 EDT 2006 /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: . PATH: /usr/physics/lf9562/bin PATH: /usr/kerberos/bin PATH: . PATH: /home-astron/gekko/bin PATH: /bin PATH: /usr/bin PATH: /usr/local/bin PATH: /usr/physics/bin PATH: /usr/X11R6/bin PATH: /usr/local/sbin PATH: /usr/physics/sbin PATH: /usr/sbin PATH: /sbin PATH: . PATH: /home-astron/gekko/code/nirc_bin PATH: /home-astron/gekko/code/nirc_bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1354: checking for gcc configure:1370: found /usr/bin/gcc configure:1380: result: gcc configure:1624: checking for C compiler version configure:1627: gcc --version &5 gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-3) Copyright (C) 2006 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:1630: $? = 0 configure:1632: gcc -v &5 Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.6/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-java-awt=gtk --host=i386-redhat-linux Thread model: posix gcc version 3.4.6 20060404 (Red Hat 3.4.6-3) configure:1635: $? = 0 configure:1637: gcc -V &5 gcc: `-V' option must have argument configure:1640: $? = 1 configure:1663: checking for C compiler default output file name configure:1666: gcc conftest.c >&5 configure:1669: $? = 0 configure:1715: result: a.out configure:1720: checking whether the C compiler works configure:1726: ./a.out configure:1729: $? = 0 configure:1746: result: yes configure:1753: checking whether we are cross compiling configure:1755: result: no configure:1758: checking for suffix of executables configure:1760: gcc -o conftest conftest.c >&5 configure:1763: $? = 0 configure:1788: result: configure:1794: checking for suffix of object files configure:1815: gcc -c conftest.c >&5 configure:1818: $? = 0 configure:1840: result: o configure:1844: checking whether we are using the GNU C compiler configure:1868: gcc -c conftest.c >&5 configure:1874: $? = 0 configure:1878: test -z || test ! -s conftest.err configure:1881: $? = 0 configure:1884: test -s conftest.o configure:1887: $? = 0 configure:1900: result: yes configure:1906: checking whether gcc accepts -g configure:1927: gcc -c -g conftest.c >&5 configure:1933: $? = 0 configure:1937: test -z || test ! -s conftest.err configure:1940: $? = 0 configure:1943: test -s conftest.o configure:1946: $? = 0 configure:1957: result: yes configure:1974: checking for gcc option to accept ANSI C configure:2044: gcc -c -g -O2 conftest.c >&5 configure:2050: $? = 0 configure:2054: test -z || test ! -s conftest.err configure:2057: $? = 0 configure:2060: test -s conftest.o configure:2063: $? = 0 configure:2081: result: none needed configure:2099: gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: syntax error before "me" configure:2105: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2276: checking for a BSD-compatible install configure:2331: result: /usr/bin/install -c configure:2383: checking for ranlib configure:2399: found /usr/bin/ranlib configure:2410: result: ranlib configure:2422: checking whether make sets $(MAKE) configure:2442: result: yes configure:2453: checking for ar configure:2469: found /usr/bin/ar configure:2479: result: ar configure:2488: checking for fig2dev configure:2504: found /usr/bin/fig2dev configure:2514: result: fig2dev configure:2550: checking for library containing pnm_readpnminit configure:2580: gcc -o conftest -g -O2 -lm conftest.c >&5 /tmp/ccSns3gk.o(.text+0xd): In function `main': /home-astron/gekko/public_html/rsq_fiche/gocr-0.41/conftest.c:20: undefined reference to `pnm_readpnminit' collect2: ld returned 1 exit status configure:2586: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gocr" | #define PACKAGE_TARNAME "gocr" | #define PACKAGE_VERSION "0.41" | #define PACKAGE_STRING "gocr 0.41" | #define PACKAGE_BUGREPORT "" | /* end 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 pnm_readpnminit (); | int | main () | { | pnm_readpnminit (); | ; | return 0; | } configure:2635: gcc -o conftest -g -O2 -lm conftest.c -lnetpbm >&5 configure:2641: $? = 0 configure:2645: test -z || test ! -s conftest.err configure:2648: $? = 0 configure:2651: test -s conftest configure:2654: $? = 0 configure:2669: result: -lnetpbm configure:2685: checking how to run the C preprocessor configure:2720: gcc -E conftest.c configure:2726: $? = 0 configure:2758: gcc -E conftest.c conftest.c:9:28: ac_nonexistent.h: No such file or directory configure:2764: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gocr" | #define PACKAGE_TARNAME "gocr" | #define PACKAGE_VERSION "0.41" | #define PACKAGE_STRING "gocr 0.41" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:2803: result: gcc -E configure:2827: gcc -E conftest.c configure:2833: $? = 0 configure:2865: gcc -E conftest.c conftest.c:9:28: ac_nonexistent.h: No such file or directory configure:2871: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gocr" | #define PACKAGE_TARNAME "gocr" | #define PACKAGE_VERSION "0.41" | #define PACKAGE_STRING "gocr 0.41" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:2915: checking for egrep configure:2925: result: grep -E configure:2930: checking for ANSI C header files configure:2955: gcc -c -g -O2 conftest.c >&5 configure:2961: $? = 0 configure:2965: test -z || test ! -s conftest.err configure:2968: $? = 0 configure:2971: test -s conftest.o configure:2974: $? = 0 configure:3063: gcc -o conftest -g -O2 -lm conftest.c -lnetpbm >&5 configure:3066: $? = 0 configure:3068: ./conftest configure:3071: $? = 0 configure:3086: result: yes configure:3110: checking for sys/types.h configure:3126: gcc -c -g -O2 conftest.c >&5 configure:3132: $? = 0 configure:3136: test -z || test ! -s conftest.err configure:3139: $? = 0 configure:3142: test -s conftest.o configure:3145: $? = 0 configure:3156: result: yes configure:3110: checking for sys/stat.h configure:3126: gcc -c -g -O2 conftest.c >&5 configure:3132: $? = 0 configure:3136: test -z || test ! -s conftest.err configure:3139: $? = 0 configure:3142: test -s conftest.o configure:3145: $? = 0 configure:3156: result: yes configure:3110: checking for stdlib.h configure:3126: gcc -c -g -O2 conftest.c >&5 configure:3132: $? = 0 configure:3136: test -z || test ! -s conftest.err configure:3139: $? = 0 configure:3142: test -s conftest.o configure:3145: $? = 0 configure:3156: result: yes configure:3110: checking for string.h configure:3126: gcc -c -g -O2 conftest.c >&5 configure:3132: $? = 0 configure:3136: test -z || test ! -s conftest.err configure:3139: $? = 0 configure:3142: test -s conftest.o configure:3145: $? = 0 configure:3156: result: yes configure:3110: checking for memory.h configure:3126: gcc -c -g -O2 conftest.c >&5 configure:3132: $? = 0 configure:3136: test -z || test ! -s conftest.err configure:3139: $? = 0 configure:3142: test -s conftest.o configure:3145: $? = 0 configure:3156: result: yes configure:3110: checking for strings.h configure:3126: gcc -c -g -O2 conftest.c >&5 configure:3132: $? = 0 configure:3136: test -z || test ! -s conftest.err configure:3139: $? = 0 configure:3142: test -s conftest.o configure:3145: $? = 0 configure:3156: result: yes configure:3110: checking for inttypes.h configure:3126: gcc -c -g -O2 conftest.c >&5 configure:3132: $? = 0 configure:3136: test -z || test ! -s conftest.err configure:3139: $? = 0 configure:3142: test -s conftest.o configure:3145: $? = 0 configure:3156: result: yes configure:3110: checking for stdint.h configure:3126: gcc -c -g -O2 conftest.c >&5 configure:3132: $? = 0 configure:3136: test -z || test ! -s conftest.err configure:3139: $? = 0 configure:3142: test -s conftest.o configure:3145: $? = 0 configure:3156: result: yes configure:3110: checking for unistd.h configure:3126: gcc -c -g -O2 conftest.c >&5 configure:3132: $? = 0 configure:3136: test -z || test ! -s conftest.err configure:3139: $? = 0 configure:3142: test -s conftest.o configure:3145: $? = 0 configure:3156: result: yes configure:3175: checking for unistd.h configure:3180: result: yes configure:3184: checking wchar.h usability configure:3196: gcc -c -g -O2 conftest.c >&5 configure:3202: $? = 0 configure:3206: test -z || test ! -s conftest.err configure:3209: $? = 0 configure:3212: test -s conftest.o configure:3215: $? = 0 configure:3225: result: yes configure:3229: checking wchar.h presence configure:3239: gcc -E conftest.c configure:3245: $? = 0 configure:3265: result: yes configure:3300: checking for wchar.h configure:3307: result: yes configure:3184: checking pam.h usability configure:3196: gcc -c -g -O2 conftest.c >&5 configure:3202: $? = 0 configure:3206: test -z || test ! -s conftest.err configure:3209: $? = 0 configure:3212: test -s conftest.o configure:3215: $? = 0 configure:3225: result: yes configure:3229: checking pam.h presence configure:3239: gcc -E conftest.c configure:3245: $? = 0 configure:3265: result: yes configure:3300: checking for pam.h configure:3307: result: yes configure:3184: checking pnm.h usability configure:3196: gcc -c -g -O2 conftest.c >&5 configure:3202: $? = 0 configure:3206: test -z || test ! -s conftest.err configure:3209: $? = 0 configure:3212: test -s conftest.o configure:3215: $? = 0 configure:3225: result: yes configure:3229: checking pnm.h presence configure:3239: gcc -E conftest.c configure:3245: $? = 0 configure:3265: result: yes configure:3300: checking for pnm.h configure:3307: result: yes configure:3321: checking for an ANSI C-conforming const configure:3388: gcc -c -g -O2 conftest.c >&5 configure:3394: $? = 0 configure:3398: test -z || test ! -s conftest.err configure:3401: $? = 0 configure:3404: test -s conftest.o configure:3407: $? = 0 configure:3418: result: yes configure:3429: checking for function prototypes configure:3432: result: yes configure:3449: checking whether setvbuf arguments are reversed configure:3474: gcc -o conftest -g -O2 -lm conftest.c -lnetpbm >&5 conftest.c:27: error: conflicting types for 'setvbuf' /usr/include/stdio.h:304: error: previous declaration of 'setvbuf' was here conftest.c:27: error: conflicting types for 'setvbuf' /usr/include/stdio.h:304: error: previous declaration of 'setvbuf' was here configure:3480: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gocr" | #define PACKAGE_TARNAME "gocr" | #define PACKAGE_VERSION "0.41" | #define PACKAGE_STRING "gocr 0.41" | #define PACKAGE_BUGREPORT "" | #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_WCHAR_H 1 | #define HAVE_PAM_H 1 | #define HAVE_PNM_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | /* end confdefs.h. */ | #include | # if PROTOTYPES | int (setvbuf) (FILE *, int, char *, size_t); | # endif | int | main () | { | char buf; return setvbuf (stdout, _IOLBF, &buf, 1); | ; | return 0; | } configure:3601: result: no configure:3618: checking for wcschr configure:3675: gcc -o conftest -g -O2 -lm conftest.c -lnetpbm >&5 configure:3681: $? = 0 configure:3685: test -z || test ! -s conftest.err configure:3688: $? = 0 configure:3691: test -s conftest configure:3694: $? = 0 configure:3706: result: yes configure:3618: checking for wcsdup configure:3675: gcc -o conftest -g -O2 -lm conftest.c -lnetpbm >&5 configure:3681: $? = 0 configure:3685: test -z || test ! -s conftest.err configure:3688: $? = 0 configure:3691: test -s conftest configure:3694: $? = 0 configure:3706: result: yes configure:3618: checking for gettimeofday configure:3675: gcc -o conftest -g -O2 -lm conftest.c -lnetpbm >&5 configure:3681: $? = 0 configure:3685: test -z || test ! -s conftest.err configure:3688: $? = 0 configure:3691: test -s conftest configure:3694: $? = 0 configure:3706: result: yes configure:3618: checking for popen configure:3675: gcc -o conftest -g -O2 -lm conftest.c -lnetpbm >&5 configure:3681: $? = 0 configure:3685: test -z || test ! -s conftest.err configure:3688: $? = 0 configure:3691: test -s conftest configure:3694: $? = 0 configure:3706: result: yes configure:3718: checking for src/api/Makefile.in configure:3733: result: yes configure:3836: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by gocr config.status 0.41, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on spiral.physics.usyd.edu.au config.status:658: creating Makefile config.status:658: creating src/Makefile config.status:658: creating doc/Makefile config.status:658: creating man/Makefile config.status:658: creating src/api/Makefile config.status:762: creating include/config.h ## ---------------- ## ## 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_file_src_api_Makefile_in=yes ac_cv_func_gettimeofday=yes ac_cv_func_popen=yes ac_cv_func_setvbuf_reversed=no ac_cv_func_wcschr=yes ac_cv_func_wcsdup=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_pam_h=yes ac_cv_header_pnm_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_wchar_h=yes ac_cv_objext=o ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AR=ar ac_cv_prog_CPP='gcc -E' ac_cv_prog_FIG2DEV=fig2dev 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_egrep='grep -E' ac_cv_prog_make_make_set=yes ac_cv_search_pnm_readpnminit=-lnetpbm ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='ar' CC='gcc' CFLAGS='-g -O2' CPP='gcc -E' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' FIG2DEV='fig2dev' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' LDFLAGS='-lm ' LIBOBJS='' LIBS='-lnetpbm ' LTLIBOBJS='' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='gocr' PACKAGE_STRING='gocr 0.41' PACKAGE_TARNAME='gocr' PACKAGE_VERSION='0.41' PATH_SEPARATOR=':' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' ac_ct_CC='gcc' ac_ct_RANLIB='ranlib' bindir='${exec_prefix}/bin' build_alias='' datadir='${prefix}/share' exec_prefix='${prefix}' host_alias='' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='/usr/local' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_GETTIMEOFDAY 1 #define HAVE_INTTYPES_H 1 #define HAVE_MEMORY_H 1 #define HAVE_PAM_H 1 #define HAVE_PNM_H 1 #define HAVE_POPEN 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define HAVE_WCHAR_H 1 #define HAVE_WCSCHR 1 #define HAVE_WCSDUP 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "gocr" #define PACKAGE_STRING "gocr 0.41" #define PACKAGE_TARNAME "gocr" #define PACKAGE_VERSION "0.41" #define PROTOTYPES 1 #define STDC_HEADERS 1 #define __PROTOTYPES 1 configure: exit 0