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.59. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = peorth uname -m = i686 uname -r = 2.6.14-kitty uname -s = Linux uname -v = #2 PREEMPT Tue Nov 1 03:48:17 ICT 2005 /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: /home/kitt/bin PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/bin/X11 PATH: /usr/games ## ----------- ## ## Core tests. ## ## ----------- ## configure:1337: checking for a BSD-compatible install configure:1392: result: /usr/bin/install -c configure:1403: checking whether build environment is sane configure:1446: result: yes configure:1461: checking whether make sets $(MAKE) configure:1481: result: yes configure:1513: checking for working aclocal-1.4 configure:1520: result: found configure:1528: checking for working autoconf configure:1535: result: found configure:1543: checking for working automake-1.4 configure:1550: result: found configure:1558: checking for working autoheader configure:1565: result: found configure:1573: checking for working makeinfo configure:1580: result: found configure:1594: checking whether to enable maintainer-specific portions of Makefiles configure:1603: result: no configure:1664: checking for gcc configure:1680: found /usr/bin/gcc configure:1690: result: gcc configure:1934: checking for C compiler version configure:1937: gcc --version &5 gcc (GCC) 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9) Copyright (C) 2005 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:1940: $? = 0 configure:1942: gcc -v &5 Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr --with-gxx-include-dir=/usr/include/c++/4.0.2 --enable-shared --with-system-zlib --libexecdir=/usr/lib --enable-nls --without-included-gettext --enable-threads=posix --program-suffix=-4.0 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-gc=boehm --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --enable-checking=release i486-linux-gnu Thread model: posix gcc version 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9) configure:1945: $? = 0 configure:1947: gcc -V &5 gcc: '-V' option must have argument configure:1950: $? = 1 configure:1973: checking for C compiler default output file name configure:1976: gcc conftest.c >&5 configure:1979: $? = 0 configure:2025: result: a.out configure:2030: checking whether the C compiler works configure:2036: ./a.out configure:2039: $? = 0 configure:2056: result: yes configure:2063: checking whether we are cross compiling configure:2065: result: no configure:2068: checking for suffix of executables configure:2070: gcc -o conftest conftest.c >&5 configure:2073: $? = 0 configure:2098: result: configure:2104: checking for suffix of object files configure:2125: gcc -c conftest.c >&5 configure:2128: $? = 0 configure:2150: result: o configure:2154: checking whether we are using the GNU C compiler configure:2178: gcc -c conftest.c >&5 configure:2184: $? = 0 configure:2187: test -z || test ! -s conftest.err configure:2190: $? = 0 configure:2193: test -s conftest.o configure:2196: $? = 0 configure:2209: result: yes configure:2215: checking whether gcc accepts -g configure:2236: gcc -c -g conftest.c >&5 configure:2242: $? = 0 configure:2245: test -z || test ! -s conftest.err configure:2248: $? = 0 configure:2251: test -s conftest.o configure:2254: $? = 0 configure:2265: result: yes configure:2282: checking for gcc option to accept ANSI C configure:2352: gcc -c -g -O2 conftest.c >&5 configure:2358: $? = 0 configure:2361: test -z || test ! -s conftest.err configure:2364: $? = 0 configure:2367: test -s conftest.o configure:2370: $? = 0 configure:2388: result: none needed configure:2406: gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: syntax error before 'me' configure:2412: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2544: checking for strerror in -lcposix configure:2574: gcc -o conftest -g -O2 conftest.c -lcposix >&5 /usr/bin/ld: cannot find -lcposix collect2: ld returned 1 exit status configure:2580: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gdictthai" | #define VERSION "0.0.1" | /* 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 strerror (); | int | main () | { | strerror (); | ; | return 0; | } configure:2605: result: no configure:2659: checking for gcc configure:2685: result: gcc configure:2929: checking for C compiler version configure:2932: gcc --version &5 gcc (GCC) 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9) Copyright (C) 2005 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:2935: $? = 0 configure:2937: gcc -v &5 Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr --with-gxx-include-dir=/usr/include/c++/4.0.2 --enable-shared --with-system-zlib --libexecdir=/usr/lib --enable-nls --without-included-gettext --enable-threads=posix --program-suffix=-4.0 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-gc=boehm --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --enable-checking=release i486-linux-gnu Thread model: posix gcc version 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9) configure:2940: $? = 0 configure:2942: gcc -V &5 gcc: '-V' option must have argument configure:2945: $? = 1 configure:2948: checking whether we are using the GNU C compiler configure:3003: result: yes configure:3009: checking whether gcc accepts -g configure:3059: result: yes configure:3076: checking for gcc option to accept ANSI C configure:3182: result: none needed configure:3200: gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: syntax error before 'me' configure:3206: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3339: checking for gcc option to accept ANSI C configure:3401: gcc -c -g -O2 conftest.c >&5 configure:3407: $? = 0 configure:3410: test -z || test ! -s conftest.err configure:3413: $? = 0 configure:3416: test -s conftest.o configure:3419: $? = 0 configure:3434: result: none needed configure:3450: checking how to run the C preprocessor configure:3485: gcc -E conftest.c configure:3491: $? = 0 configure:3523: gcc -E conftest.c conftest.c:11:28: error: ac_nonexistent.h: No such file or directory configure:3529: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gdictthai" | #define VERSION "0.0.1" | /* end confdefs.h. */ | #include configure:3568: result: gcc -E configure:3592: gcc -E conftest.c configure:3598: $? = 0 configure:3630: gcc -E conftest.c conftest.c:11:28: error: ac_nonexistent.h: No such file or directory configure:3636: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gdictthai" | #define VERSION "0.0.1" | /* end confdefs.h. */ | #include configure:3680: checking for egrep configure:3690: result: grep -E configure:3695: checking for ANSI C header files configure:3720: gcc -c -g -O2 conftest.c >&5 configure:3726: $? = 0 configure:3729: test -z || test ! -s conftest.err configure:3732: $? = 0 configure:3735: test -s conftest.o configure:3738: $? = 0 configure:3827: gcc -o conftest -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:28: warning: incompatible implicit declaration of built-in function 'exit' configure:3830: $? = 0 configure:3832: ./conftest configure:3835: $? = 0 configure:3850: result: yes configure:3868: checking for pkg-config configure:3886: found /usr/bin/pkg-config configure:3899: result: /usr/bin/pkg-config configure:3916: checking for gtk+-2.0 >= 2.0.0 configure:3920: result: yes configure:3924: checking PACKAGE_CFLAGS configure:3927: result: -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include configure:3930: checking PACKAGE_LIBS configure:3933: result: -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXinerama -lXi -lXrandr -lXext -lXcursor -lXfixes -lpango-1.0 -lcairo -lXrender -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 configure:3964: checking for db_env_create in -ldb3 configure:3994: gcc -o conftest -g -O2 conftest.c -ldb3 >&5 configure:4000: $? = 0 configure:4003: test -z || test ! -s conftest.err configure:4006: $? = 0 configure:4009: test -s conftest configure:4012: $? = 0 configure:4025: result: yes configure:4060: checking for sys/types.h configure:4076: gcc -c -g -O2 conftest.c >&5 configure:4082: $? = 0 configure:4085: test -z || test ! -s conftest.err configure:4088: $? = 0 configure:4091: test -s conftest.o configure:4094: $? = 0 configure:4105: result: yes configure:4060: checking for sys/stat.h configure:4076: gcc -c -g -O2 conftest.c >&5 configure:4082: $? = 0 configure:4085: test -z || test ! -s conftest.err configure:4088: $? = 0 configure:4091: test -s conftest.o configure:4094: $? = 0 configure:4105: result: yes configure:4060: checking for stdlib.h configure:4076: gcc -c -g -O2 conftest.c >&5 configure:4082: $? = 0 configure:4085: test -z || test ! -s conftest.err configure:4088: $? = 0 configure:4091: test -s conftest.o configure:4094: $? = 0 configure:4105: result: yes configure:4060: checking for string.h configure:4076: gcc -c -g -O2 conftest.c >&5 configure:4082: $? = 0 configure:4085: test -z || test ! -s conftest.err configure:4088: $? = 0 configure:4091: test -s conftest.o configure:4094: $? = 0 configure:4105: result: yes configure:4060: checking for memory.h configure:4076: gcc -c -g -O2 conftest.c >&5 configure:4082: $? = 0 configure:4085: test -z || test ! -s conftest.err configure:4088: $? = 0 configure:4091: test -s conftest.o configure:4094: $? = 0 configure:4105: result: yes configure:4060: checking for strings.h configure:4076: gcc -c -g -O2 conftest.c >&5 configure:4082: $? = 0 configure:4085: test -z || test ! -s conftest.err configure:4088: $? = 0 configure:4091: test -s conftest.o configure:4094: $? = 0 configure:4105: result: yes configure:4060: checking for inttypes.h configure:4076: gcc -c -g -O2 conftest.c >&5 configure:4082: $? = 0 configure:4085: test -z || test ! -s conftest.err configure:4088: $? = 0 configure:4091: test -s conftest.o configure:4094: $? = 0 configure:4105: result: yes configure:4060: checking for stdint.h configure:4076: gcc -c -g -O2 conftest.c >&5 configure:4082: $? = 0 configure:4085: test -z || test ! -s conftest.err configure:4088: $? = 0 configure:4091: test -s conftest.o configure:4094: $? = 0 configure:4105: result: yes configure:4060: checking for unistd.h configure:4076: gcc -c -g -O2 conftest.c >&5 configure:4082: $? = 0 configure:4085: test -z || test ! -s conftest.err configure:4088: $? = 0 configure:4091: test -s conftest.o configure:4094: $? = 0 configure:4105: result: yes configure:4132: checking locale.h usability configure:4144: gcc -c -g -O2 conftest.c >&5 configure:4150: $? = 0 configure:4153: test -z || test ! -s conftest.err configure:4156: $? = 0 configure:4159: test -s conftest.o configure:4162: $? = 0 configure:4172: result: yes configure:4176: checking locale.h presence configure:4186: gcc -E conftest.c configure:4192: $? = 0 configure:4212: result: yes configure:4247: checking for locale.h configure:4254: result: yes configure:4268: checking for LC_MESSAGES configure:4289: gcc -o conftest -g -O2 conftest.c -ldb3 >&5 configure:4295: $? = 0 configure:4298: test -z || test ! -s conftest.err configure:4301: $? = 0 configure:4304: test -s conftest configure:4307: $? = 0 configure:4319: result: yes configure:4348: checking libintl.h usability configure:4360: gcc -c -g -O2 conftest.c >&5 configure:4366: $? = 0 configure:4369: test -z || test ! -s conftest.err configure:4372: $? = 0 configure:4375: test -s conftest.o configure:4378: $? = 0 configure:4388: result: yes configure:4392: checking libintl.h presence configure:4402: gcc -E conftest.c configure:4408: $? = 0 configure:4428: result: yes configure:4463: checking for libintl.h configure:4470: result: yes configure:4481: checking for ngettext in libc configure:4504: gcc -o conftest -g -O2 conftest.c -ldb3 >&5 configure:4510: $? = 0 configure:4513: test -z || test ! -s conftest.err configure:4516: $? = 0 configure:4519: test -s conftest configure:4522: $? = 0 configure:4535: result: yes configure:4539: checking for dgettext in libc configure:4562: gcc -o conftest -g -O2 conftest.c -ldb3 >&5 configure:4568: $? = 0 configure:4571: test -z || test ! -s conftest.err configure:4574: $? = 0 configure:4577: test -s conftest configure:4580: $? = 0 configure:4593: result: yes configure:4602: checking for bind_textdomain_codeset configure:4659: gcc -o conftest -g -O2 conftest.c -ldb3 >&5 configure:4665: $? = 0 configure:4668: test -z || test ! -s conftest.err configure:4671: $? = 0 configure:4674: test -s conftest configure:4677: $? = 0 configure:4689: result: yes configure:5193: checking for msgfmt configure:5220: result: /usr/bin/msgfmt configure:5233: checking for dcgettext configure:5290: gcc -o conftest -g -O2 conftest.c -ldb3 >&5 conftest.c:51: warning: conflicting types for built-in function 'dcgettext' configure:5296: $? = 0 configure:5299: test -z || test ! -s conftest.err configure:5302: $? = 0 configure:5305: test -s conftest configure:5308: $? = 0 configure:5320: result: yes configure:5332: checking for gmsgfmt configure:5363: result: /usr/bin/msgfmt configure:5372: checking for xgettext configure:5399: result: /usr/bin/xgettext configure:5423: gcc -o conftest -g -O2 conftest.c -ldb3 >&5 configure:5429: $? = 0 configure:5432: test -z || test ! -s conftest.err configure:5435: $? = 0 configure:5438: test -s conftest configure:5441: $? = 0 configure:5767: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on peorth config.status:734: creating Makefile config.status:734: creating src/Makefile config.status:734: creating po/Makefile.in config.status:800: creating config.h config.status:1080: executing default-1 commands config.status:1080: executing default-2 commands ## ---------------- ## ## 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_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_bind_textdomain_codeset=yes ac_cv_func_dcgettext=yes ac_cv_header_inttypes_h=yes ac_cv_header_libintl_h=yes ac_cv_header_locale_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_lib_cposix_strerror=no ac_cv_lib_db3_db_env_create=yes ac_cv_objext=o ac_cv_path_GMSGFMT=/usr/bin/msgfmt ac_cv_path_MSGFMT=/usr/bin/msgfmt ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_XGETTEXT=/usr/bin/xgettext ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_egrep='grep -E' ac_cv_prog_make_make_set=yes am_cv_prog_cc_stdc= am_cv_val_LC_MESSAGES=yes gt_cv_func_dgettext_libc=yes gt_cv_func_dgettext_libintl=no gt_cv_func_ngettext_libc=yes gt_cv_have_gettext=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='aclocal-1.4' AUTOCONF='autoconf' AUTOHEADER='autoheader' AUTOMAKE='automake-1.4' CATALOGS='' CATOBJEXT='.gmo' CC='gcc' CFLAGS='-g -O2' CPP='gcc -E' CPPFLAGS='' DATADIRNAME='share' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' GETTEXT_PACKAGE='gdictthai' GMOFILES='' GMSGFMT='/usr/bin/msgfmt' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTOBJEXT='.mo' INTLLIBS='' LDFLAGS='' LIBOBJS='' LIBS='-ldb3 ' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='makeinfo' MKINSTALLDIRS='./mkinstalldirs' MSGFMT='/usr/bin/msgfmt' OBJEXT='o' PACKAGE='gdictthai' PACKAGE_BUGREPORT='' PACKAGE_CFLAGS='-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' PACKAGE_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXinerama -lXi -lXrandr -lXext -lXcursor -lXfixes -lpango-1.0 -lcairo -lXrender -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 ' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/pkg-config' POFILES='' POSUB='po' PO_IN_DATADIR_FALSE='' PO_IN_DATADIR_TRUE='' SET_MAKE='' SHELL='/bin/sh' USE_NLS='yes' VERSION='0.0.1' XGETTEXT='/usr/bin/xgettext' ac_ct_CC='gcc' 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 ENABLE_NLS 1 #define GETTEXT_PACKAGE "gdictthai" #define HAVE_BIND_TEXTDOMAIN_CODESET 1 #define HAVE_DCGETTEXT 1 #define HAVE_GETTEXT 1 #define HAVE_INTTYPES_H 1 #define HAVE_LC_MESSAGES 1 #define HAVE_LIBDB3 1 #define HAVE_LOCALE_H 1 #define HAVE_MEMORY_H 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 PACKAGE "gdictthai" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define STDC_HEADERS 1 #define VERSION "0.0.1" configure: exit 0