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 --enable-debug --with-wx-config=/usr/bin/wx-config ## --------- ## ## Platform. ## ## --------- ## hostname = lasombra uname -m = i686 uname -r = 2.6.8-2-686 uname -s = Linux uname -v = #1 Thu May 19 17:53:30 JST 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: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/bin/X11 PATH: /usr/games ## ----------- ## ## Core tests. ## ## ----------- ## configure:1311: checking build system type configure:1329: result: i686-pc-linux-gnu configure:1337: checking host system type configure:1351: result: i686-pc-linux-gnu configure:1359: checking target system type configure:1373: result: i686-pc-linux-gnu configure:1414: checking for a BSD-compatible install configure:1469: result: /usr/bin/install -c configure:1480: checking whether build environment is sane configure:1523: result: yes configure:1588: checking for gawk configure:1604: found /usr/bin/gawk configure:1614: result: gawk configure:1624: checking whether make sets $(MAKE) configure:1644: result: yes configure:1851: checking for install location configure:1862: result: /usr/local configure:1876: checking for gawk configure:1902: result: gawk configure:1925: checking for a BSD-compatible install configure:1980: result: /usr/bin/install -c configure:1991: checking whether ln -s works configure:1995: result: yes configure:2043: checking for ranlib configure:2059: found /usr/bin/ranlib configure:2070: result: ranlib configure:2134: checking for g++ configure:2150: found /usr/bin/g++ configure:2160: result: g++ configure:2176: checking for C++ compiler version configure:2179: g++ --version &5 g++ (GCC) 4.0.3 20051201 (prerelease) (Debian 4.0.2-5) 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:2182: $? = 0 configure:2184: g++ -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 --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-awt=gtk-default --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.3 20051201 (prerelease) (Debian 4.0.2-5) configure:2187: $? = 0 configure:2189: g++ -V &5 g++: '-V' option must have argument configure:2192: $? = 1 configure:2215: checking for C++ compiler default output file name configure:2218: g++ conftest.cc >&5 configure:2221: $? = 0 configure:2267: result: a.out configure:2272: checking whether the C++ compiler works configure:2278: ./a.out configure:2281: $? = 0 configure:2298: result: yes configure:2305: checking whether we are cross compiling configure:2307: result: no configure:2310: checking for suffix of executables configure:2312: g++ -o conftest conftest.cc >&5 configure:2315: $? = 0 configure:2340: result: configure:2346: checking for suffix of object files configure:2367: g++ -c conftest.cc >&5 configure:2370: $? = 0 configure:2392: result: o configure:2396: checking whether we are using the GNU C++ compiler configure:2420: g++ -c conftest.cc >&5 configure:2426: $? = 0 configure:2429: test -z || test ! -s conftest.err configure:2432: $? = 0 configure:2435: test -s conftest.o configure:2438: $? = 0 configure:2451: result: yes configure:2457: checking whether g++ accepts -g configure:2478: g++ -c -g conftest.cc >&5 configure:2484: $? = 0 configure:2487: test -z || test ! -s conftest.err configure:2490: $? = 0 configure:2493: test -s conftest.o configure:2496: $? = 0 configure:2507: result: yes configure:2549: g++ -c -g -O2 conftest.cc >&5 configure:2555: $? = 0 configure:2558: test -z || test ! -s conftest.err configure:2561: $? = 0 configure:2564: test -s conftest.o configure:2567: $? = 0 configure:2593: g++ -c -g -O2 conftest.cc >&5 conftest.cc: In function 'int main()': conftest.cc:13: error: 'exit' was not declared in this scope configure:2599: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:2549: g++ -c -g -O2 conftest.cc >&5 configure:2555: $? = 0 configure:2558: test -z || test ! -s conftest.err configure:2561: $? = 0 configure:2564: test -s conftest.o configure:2567: $? = 0 configure:2593: g++ -c -g -O2 conftest.cc >&5 configure:2599: $? = 0 configure:2602: test -z || test ! -s conftest.err configure:2605: $? = 0 configure:2608: test -s conftest.o configure:2611: $? = 0 configure:2645: checking for style of include used by make configure:2673: result: GNU configure:2701: checking dependency style of g++ configure:2791: result: gcc3 configure:2813: checking how to run the C++ preprocessor configure:2844: g++ -E conftest.cc configure:2850: $? = 0 configure:2882: g++ -E conftest.cc conftest.cc:12:28: error: ac_nonexistent.h: No such file or directory configure:2888: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include configure:2927: result: g++ -E configure:2951: g++ -E conftest.cc configure:2957: $? = 0 configure:2989: g++ -E conftest.cc conftest.cc:12:28: error: ac_nonexistent.h: No such file or directory configure:2995: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include configure:3056: checking for xml2-config configure:3075: found /usr/bin/xml2-config configure:3088: result: /usr/bin/xml2-config configure:3122: checking for xslt-config configure:3141: found /usr/bin/xslt-config configure:3154: result: /usr/bin/xslt-config configure:3204: checking for wx-config configure:3207: result: /usr/bin/wx-config configure:3258: checking for wxWidgets version >= 2.6.0 configure:3305: result: yes (version 2.6.1) configure:3309: checking for wxWidgets static library configure:3313: result: no ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-linux-gnu ac_cv_build_alias=i686-pc-linux-gnu ac_cv_cxx_compiler_gnu=yes ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_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_host=i686-pc-linux-gnu ac_cv_host_alias=i686-pc-linux-gnu ac_cv_objext=o ac_cv_path_XML2_CONFIG=/usr/bin/xml2-config ac_cv_path_XSLT_CONFIG=/usr/bin/xslt-config ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AWK=gawk ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cxx_g=yes ac_cv_prog_make_make_set=yes ac_cv_target=i686-pc-linux-gnu ac_cv_target_alias=i686-pc-linux-gnu am_cv_CXX_dependencies_compiler_type=gcc3 m_cv_prefix=/usr/local ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/syg/ardb/anarchdb/wxARDB/missing --run aclocal-1.9' AFTERBUILD='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /home/syg/ardb/anarchdb/wxARDB/missing --run tar' ARDB_WX_LIBS='-pthread -lwx_gtk2u_xrc-2.6 -lwx_gtk2u_qa-2.6 -lwx_gtk2u_html-2.6 -lwx_gtk2u_adv-2.6 -lwx_gtk2u_core-2.6 -lwx_baseu_xml-2.6 -lwx_baseu_net-2.6 -lwx_baseu-2.6 ' AUTOCONF='${SHELL} /home/syg/ardb/anarchdb/wxARDB/missing --run autoconf' AUTOHEADER='${SHELL} /home/syg/ardb/anarchdb/wxARDB/missing --run autoheader' AUTOMAKE='${SHELL} /home/syg/ardb/anarchdb/wxARDB/missing --run automake-1.9' AWK='gawk' CPPFLAGS='' CXX='g++' CXXCPP='g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -W -Wall' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EXEEXT='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LDFLAGS='' LIBOBJS='' LIBS='' LN_S='ln -s' LTLIBOBJS='' MAKEINFO='${SHELL} /home/syg/ardb/anarchdb/wxARDB/missing --run makeinfo' OBJEXT='o' PACKAGE='ardb' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' RANLIB='ranlib' RC_WX_INCLUDES='' RESCOMP='-windres' SET_MAKE='' SHELL='/bin/sh' SQLITE_CFLAGS='' SQLITE_LIBS='' STRIP='' USE_MACOS_FALSE='' USE_MACOS_TRUE='' USE_WINDOWS_FALSE='' USE_WINDOWS_TRUE='' VERSION='0.0.1' WX_CFLAGS='-I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -DNO_GCC_PRAGMA ' WX_CFLAGS_ONLY='' WX_CONFIG_NAME='/usr/bin/wx-config' WX_CONFIG_PATH='/usr/bin/wx-config' WX_CPPFLAGS='-I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -DNO_GCC_PRAGMA' WX_CXXFLAGS='-I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -DNO_GCC_PRAGMA ' WX_CXXFLAGS_ONLY='-I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -DNO_GCC_PRAGMA' WX_LIBS='-pthread -lwx_gtk2u_xrc-2.6 -lwx_gtk2u_qa-2.6 -lwx_gtk2u_html-2.6 -lwx_gtk2u_adv-2.6 -lwx_gtk2u_core-2.6 -lwx_baseu_xml-2.6 -lwx_baseu_net-2.6 -lwx_baseu-2.6 ' WX_LIBS_STATIC='' WX_VERSION='2.6.1' XML2_CONFIG='/usr/bin/xml2-config' XML2_LIBS='-L/usr/lib -lxml2 -lz -lm' XSLT_CONFIG='/usr/bin/xslt-config' XSLT_LIBS='-L/usr/lib -lxslt -lxml2 -lz -lm' ac_ct_CXX='g++' ac_ct_RANLIB='ranlib' ac_ct_STRIP='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir='${prefix}/share' exec_prefix='NONE' host='i686-pc-linux-gnu' host_alias='' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/home/syg/ardb/anarchdb/wxARDB/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' mkdir_p='mkdir -p --' oldincludedir='/usr/include' prefix='/usr/local' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='i686-pc-linux-gnu' target_alias='' target_cpu='i686' target_os='linux-gnu' target_vendor='pc' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #endif #ifdef __cplusplus extern "C" void std::exit (int) throw (); using std::exit; configure: exit 258