We're back! (IN POG FORM)
checking for wx-config... /usr/local/bin/wx-configchecking for wxWidgets version >= 2.4.2... yes (version 2.6.1)configure: WARNING: wxWidgets >=2.5.0: Using wx-config --libs base,netchecking that wxWidgets has support for large files... noconfigure: error: Support for large files in wxWidgets is required by aMule. To continue you must recompile wxWidgets with support for large files enabled.
Originally posted by XaignarIt should be fixed on tomorrows snapshot (3th), if not, then please attach the file "config.log", which configure made.
Originally posted by PunkSCAny idea whats the command to compile wxwidgets with large files support?tks a lot!
Originally posted by phoenixI did it like that:$ ./configure --enable-debug --disable-optimise --enable-debug_flag --enable-debug_info --enable-debug_gdb --with-opengl --enable-gtk2 --enable-unicode --enable-largefile --prefix=/usr/local/wxWidgets-cvsuAbraço!Phoenix.
This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.It was created by aMule configure CVS, which wasgenerated by GNU Autoconf 2.59. Invocation command line was $ ./configure --enable-amule-gui## --------- #### Platform. #### --------- ##hostname = PunkSCuname -m = i686uname -r = 1.0.10(0.46/3/2)uname -s = MINGW32_NT-5.1uname -v = 2004-03-15 07:17/usr/bin/uname -p = unknown/bin/uname -X = unknown/bin/arch = unknown/usr/bin/arch -k = unknown/usr/convex/getsysinfo = unknownhostinfo = unknown/bin/machine = unknown/usr/bin/oslevel = unknown/bin/universe = unknownPATH: .PATH: /usr/local/binPATH: /mingw/binPATH: /binPATH: /c/WINDOWS/system32PATH: /c/WINDOWSPATH: /c/WINDOWS/System32/WbemPATH: /c/Arquivos de programas/ATI Technologies/ATI Control PanelPATH: /c/Arquivos de programas/SecureCRT/PATH: /c/ARQUIV~1/F-Secure/SSHTRI~1PATH: .## ----------- #### Core tests. #### ----------- ##configure:1425: checking build system typeconfigure:1443: result: i686-pc-mingw32configure:1451: checking host system typeconfigure:1465: result: i686-pc-mingw32configure:1473: checking target system typeconfigure:1487: result: i686-pc-mingw32configure:1515: checking for a BSD-compatible installconfigure:1570: result: /bin/install -cconfigure:1581: checking whether build environment is saneconfigure:1624: result: yesconfigure:1689: checking for gawkconfigure:1705: found /bin/gawkconfigure:1715: result: gawkconfigure:1725: checking whether make sets $(MAKE)configure:1745: result: yesconfigure:1917: checking whether to enable maintainer-specific portions of Makefilesconfigure:1926: result: noconfigure:2030: checking for g++configure:2046: found /mingw/bin/g++configure:2056: result: g++configure:2072: checking for C++ compiler versionconfigure:2075: g++ --version &5g++.exe (GCC) 3.4.2 (mingw-special)Copyright (C) 2004 Free Software Foundation, Inc.This is free software; see the source for copying conditions. There is NOwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.configure:2078: $? = 0configure:2080: g++ -v &5Reading specs from c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/specsConfigured with: ../gcc/configure --with-gcc --with-gnu-ld --with-gnu-as --host=mingw32 --target=mingw32 --prefix=/mingw --enable-threads --disable-nls --enable-languages=c,c++,f77,ada,objc,java --disable-win32-registry --disable-shared --enable-sjlj-exceptions --enable-libgcj --disable-java-awt --without-x --enable-java-gc=boehm --disable-libgcj-debug --enable-interpreter --enable-hash-synchronization --enable-libstdcxx-debugThread model: win32gcc version 3.4.2 (mingw-special)configure:2083: $? = 0configure:2085: g++ -V &5g++.exe: `-V' option must have argumentconfigure:2088: $? = 1configure:2111: checking for C++ compiler default output file nameconfigure:2114: g++ conftest.cc >&5configure:2117: $? = 0configure:2163: result: a.execonfigure:2168: checking whether the C++ compiler worksconfigure:2174: ./a.execonfigure:2177: $? = 0configure:2194: result: yesconfigure:2201: checking whether we are cross compilingconfigure:2203: result: noconfigure:2206: checking for suffix of executablesconfigure:2208: g++ -o conftest.exe conftest.cc >&5configure:2211: $? = 0configure:2236: result: .execonfigure:2242: checking for suffix of object filesconfigure:2263: g++ -c conftest.cc >&5configure:2266: $? = 0configure:2288: result: oconfigure:2292: checking whether we are using the GNU C++ compilerconfigure:2316: g++ -c conftest.cc >&5configure:2322: $? = 0configure:2326: test -z || test ! -s conftest.errconfigure:2329: $? = 0configure:2332: test -s conftest.oconfigure:2335: $? = 0configure:2348: result: yesconfigure:2354: checking whether g++ accepts -gconfigure:2375: g++ -c -g conftest.cc >&5configure:2381: $? = 0configure:2385: test -z || test ! -s conftest.errconfigure:2388: $? = 0configure:2391: test -s conftest.oconfigure:2394: $? = 0configure:2405: result: yesconfigure:2447: g++ -c conftest.cc >&5configure:2453: $? = 0configure:2457: test -z || test ! -s conftest.errconfigure:2460: $? = 0configure:2463: test -s conftest.oconfigure:2466: $? = 0configure:2492: g++ -c conftest.cc >&5conftest.cc: In function `int main()':conftest.cc:15: error: `exit' undeclared (first use this function)conftest.cc:15: error: (Each undeclared identifier is reported only once for each function it appears in.)configure:2498: $? = 1configure: failed program was:| /* confdefs.h. */| | #define PACKAGE_NAME "aMule"| #define PACKAGE_TARNAME "amule"| #define PACKAGE_VERSION "CVS"| #define PACKAGE_STRING "aMule CVS"| #define PACKAGE_BUGREPORT "admin@amule.org"| #define PACKAGE "amule"| #define VERSION "CVS"| /* end confdefs.h. */| | int| main ()| {| exit (42);| ;| return 0;| }configure:2447: g++ -c conftest.cc >&5configure:2453: $? = 0configure:2457: test -z || test ! -s conftest.errconfigure:2460: $? = 0configure:2463: test -s conftest.oconfigure:2466: $? = 0configure:2492: g++ -c conftest.cc >&5configure:2498: $? = 0configure:2502: test -z || test ! -s conftest.errconfigure:2505: $? = 0configure:2508: test -s conftest.oconfigure:2511: $? = 0configure:2545: checking for style of include used by makeconfigure:2573: result: GNUconfigure:2601: checking dependency style of g++configure:2691: result: gcc3configure:2713: checking how to run the C++ preprocessorconfigure:2744: g++ -E conftest.ccconfigure:2750: $? = 0configure:2782: g++ -E conftest.ccconftest.cc:14:28: ac_nonexistent.h: No such file or directoryconfigure:2788: $? = 1configure: failed program was:| /* confdefs.h. */| | #define PACKAGE_NAME "aMule"| #define PACKAGE_TARNAME "amule"| #define PACKAGE_VERSION "CVS"| #define PACKAGE_STRING "aMule CVS"| #define PACKAGE_BUGREPORT "admin@amule.org"| #define PACKAGE "amule"| #define VERSION "CVS"| #ifdef __cplusplus| extern "C" void std::exit (int) throw (); using std::exit;| #endif| /* end confdefs.h. */| #include configure:2827: result: g++ -Econfigure:2851: g++ -E conftest.ccconfigure:2857: $? = 0configure:2889: g++ -E conftest.ccconftest.cc:14:28: ac_nonexistent.h: No such file or directoryconfigure:2895: $? = 1configure: failed program was:| /* confdefs.h. */| | #define PACKAGE_NAME "aMule"| #define PACKAGE_TARNAME "amule"| #define PACKAGE_VERSION "CVS"| #define PACKAGE_STRING "aMule CVS"| #define PACKAGE_BUGREPORT "admin@amule.org"| #define PACKAGE "amule"| #define VERSION "CVS"| #ifdef __cplusplus| extern "C" void std::exit (int) throw (); using std::exit;| #endif| /* end confdefs.h. */| #include configure:2984: checking for gccconfigure:3000: found /mingw/bin/gccconfigure:3010: result: gccconfigure:3254: checking for C compiler versionconfigure:3257: gcc --version &5gcc.exe (GCC) 3.4.2 (mingw-special)Copyright (C) 2004 Free Software Foundation, Inc.This is free software; see the source for copying conditions. There is NOwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.configure:3260: $? = 0configure:3262: gcc -v &5Reading specs from c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/specsConfigured with: ../gcc/configure --with-gcc --with-gnu-ld --with-gnu-as --host=mingw32 --target=mingw32 --prefix=/mingw --enable-threads --disable-nls --enable-languages=c,c++,f77,ada,objc,java --disable-win32-registry --disable-shared --enable-sjlj-exceptions --enable-libgcj --disable-java-awt --without-x --enable-java-gc=boehm --disable-libgcj-debug --enable-interpreter --enable-hash-synchronization --enable-libstdcxx-debugThread model: win32gcc version 3.4.2 (mingw-special)configure:3265: $? = 0configure:3267: gcc -V &5gcc.exe: `-V' option must have argumentconfigure:3270: $? = 1configure:3273: checking whether we are using the GNU C compilerconfigure:3297: gcc -c conftest.c >&5configure:3303: $? = 0configure:3307: test -z || test ! -s conftest.errconfigure:3310: $? = 0configure:3313: test -s conftest.oconfigure:3316: $? = 0configure:3329: result: yesconfigure:3335: checking whether gcc accepts -gconfigure:3356: gcc -c -g conftest.c >&5configure:3362: $? = 0configure:3366: test -z || test ! -s conftest.errconfigure:3369: $? = 0configure:3372: test -s conftest.oconfigure:3375: $? = 0configure:3386: result: yesconfigure:3403: checking for gcc option to accept ANSI Cconfigure:3473: gcc -c conftest.c >&5configure:3479: $? = 0configure:3483: test -z || test ! -s conftest.errconfigure:3486: $? = 0configure:3489: test -s conftest.oconfigure:3492: $? = 0configure:3510: result: none neededconfigure:3528: gcc -c conftest.c >&5conftest.c:2: error: syntax error before "me"configure:3534: $? = 1configure: failed program was:| #ifndef __cplusplus| choke me| #endifconfigure:3669: checking dependency style of gccconfigure:3759: result: gcc3configure:3781: checking how to run the C preprocessorconfigure:3816: gcc -E conftest.cconfigure:3822: $? = 0configure:3854: gcc -E conftest.cconftest.c:14:28: ac_nonexistent.h: No such file or directoryconfigure:3860: $? = 1configure: failed program was:| /* confdefs.h. */| | #define PACKAGE_NAME "aMule"| #define PACKAGE_TARNAME "amule"| #define PACKAGE_VERSION "CVS"| #define PACKAGE_STRING "aMule CVS"| #define PACKAGE_BUGREPORT "admin@amule.org"| #define PACKAGE "amule"| #define VERSION "CVS"| #ifdef __cplusplus| extern "C" void std::exit (int) throw (); using std::exit;| #endif| /* end confdefs.h. */| #include configure:3899: result: gcc -Econfigure:3923: gcc -E conftest.cconfigure:3929: $? = 0configure:3961: gcc -E conftest.cconftest.c:14:28: ac_nonexistent.h: No such file or directoryconfigure:3967: $? = 1configure: failed program was:| /* confdefs.h. */| | #define PACKAGE_NAME "aMule"| #define PACKAGE_TARNAME "amule"| #define PACKAGE_VERSION "CVS"| #define PACKAGE_STRING "aMule CVS"| #define PACKAGE_BUGREPORT "admin@amule.org"| #define PACKAGE "amule"| #define VERSION "CVS"| #ifdef __cplusplus| extern "C" void std::exit (int) throw (); using std::exit;| #endif| /* end confdefs.h. */| #include configure:4015: checking for gawkconfigure:4041: result: gawkconfigure:4052: checking whether make sets $(MAKE)configure:4072: result: yesconfigure:4094: checking for a BSD-compatible installconfigure:4149: result: /bin/install -cconfigure:4201: checking for ranlibconfigure:4217: found /mingw/bin/ranlibconfigure:4228: result: ranlibconfigure:4244: checking for bisonconfigure:4273: result: noconfigure:4244: checking for byaccconfigure:4273: result: noconfigure:4281: checking whether ln -s worksconfigure:4285: result: yesconfigure:4336: checking for ranlibconfigure:4362: result: ranlibconfigure:4415: checking for stripconfigure:4431: found /mingw/bin/stripconfigure:4441: result: stripconfigure:4494: checking for arconfigure:4510: found /mingw/bin/arconfigure:4520: result: arconfigure:4573: checking for ldconfigure:4589: found /mingw/bin/ldconfigure:4599: result: ldconfigure:4819: checking for egrepconfigure:4829: result: grep -Econfigure:4834: checking for ANSI C header filesconfigure:4859: gcc -c conftest.c >&5configure:4865: $? = 0configure:4869: test -z || test ! -s conftest.errconfigure:4872: $? = 0configure:4875: test -s conftest.oconfigure:4878: $? = 0configure:4964: gcc -o conftest.exe conftest.c >&5configure:4967: $? = 0configure:4969: ./conftest.execonfigure:4972: $? = 0configure:4987: result: yesconfigure:5011: checking for sys/types.hconfigure:5027: gcc -c conftest.c >&5configure:5033: $? = 0configure:5037: test -z || test ! -s conftest.errconfigure:5040: $? = 0configure:5043: test -s conftest.oconfigure:5046: $? = 0configure:5057: result: yesconfigure:5011: checking for sys/stat.hconfigure:5027: gcc -c conftest.c >&5configure:5033: $? = 0configure:5037: test -z || test ! -s conftest.errconfigure:5040: $? = 0configure:5043: test -s conftest.oconfigure:5046: $? = 0configure:5057: result: yesconfigure:5011: checking for stdlib.hconfigure:5027: gcc -c conftest.c >&5configure:5033: $? = 0configure:5037: test -z || test ! -s conftest.errconfigure:5040: $? = 0configure:5043: test -s conftest.oconfigure:5046: $? = 0configure:5057: result: yesconfigure:5011: checking for string.hconfigure:5027: gcc -c conftest.c >&5configure:5033: $? = 0configure:5037: test -z || test ! -s conftest.errconfigure:5040: $? = 0configure:5043: test -s conftest.oconfigure:5046: $? = 0configure:5057: result: yesconfigure:5011: checking for memory.hconfigure:5027: gcc -c conftest.c >&5configure:5033: $? = 0configure:5037: test -z || test ! -s conftest.errconfigure:5040: $? = 0configure:5043: test -s conftest.oconfigure:5046: $? = 0configure:5057: result: yesconfigure:5011: checking for strings.hconfigure:5027: gcc -c conftest.c >&5configure:5033: $? = 0configure:5037: test -z || test ! -s conftest.errconfigure:5040: $? = 0configure:5043: test -s conftest.oconfigure:5046: $? = 0configure:5057: result: yesconfigure:5011: checking for inttypes.hconfigure:5027: gcc -c conftest.c >&5configure:5033: $? = 0configure:5037: test -z || test ! -s conftest.errconfigure:5040: $? = 0configure:5043: test -s conftest.oconfigure:5046: $? = 0configure:5057: result: yesconfigure:5011: checking for stdint.hconfigure:5027: gcc -c conftest.c >&5configure:5033: $? = 0configure:5037: test -z || test ! -s conftest.errconfigure:5040: $? = 0configure:5043: test -s conftest.oconfigure:5046: $? = 0configure:5057: result: yesconfigure:5011: checking for unistd.hconfigure:5027: gcc -c conftest.c >&5configure:5033: $? = 0configure:5037: test -z || test ! -s conftest.errconfigure:5040: $? = 0configure:5043: test -s conftest.oconfigure:5046: $? = 0configure:5057: result: yesconfigure:5105: checking for zlib >= 1.1.4configure:5296: gcc -o conftest.exe conftest.c >&5configure:5299: $? = 0configure:5301: ./conftest.execonfigure:5304: $? = 0configure:5321: result: yes (version 1.2.3)configure:6155: checking whether we need the GUIconfigure:6184: result: yesconfigure:6269: checking for wx-configconfigure:6288: found /usr/local/bin/wx-configconfigure:6301: result: /usr/local/bin/wx-configconfigure:6325: checking for wxWidgets version >= 2.4.2configure:6349: result: yes (version 2.6.1)configure:6453: WARNING: wxWidgets >=2.5.0: Using wx-config --libs base,netconfigure:6672: checking that wxWidgets has support for large filesconfigure:6686: g++ -E -I/usr/local/lib/wx/include/msw-unicode-release-2.6 -I/usr/local/include/wx-2.6 -D__WXMSW__ -mthreads -DWXUSINGDLL=1 -DNO_GCC_PRAGMA conftest.ccconftest.cc:6:6: #error No LargeFile support!;configure:6692: $? = 1configure: failed program was:| | #include | | int main() {| #if !HAVE_LARGEFILE_SUPPORT| #error No LargeFile support!;| #endif| exit(0);| }| configure:6715: result: noconfigure:6721: error: Support for large files in wxWidgets is required by aMule. To continue you must recompile wxWidgets with support for large files enabled. ## ---------------- #### Cache variables. #### ---------------- ##ac_cv_build=i686-pc-mingw32ac_cv_build_alias=i686-pc-mingw32ac_cv_c_compiler_gnu=yesac_cv_cxx_compiler_gnu=yesac_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_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=.exeac_cv_header_inttypes_h=yesac_cv_header_memory_h=yesac_cv_header_stdc=yesac_cv_header_stdint_h=yesac_cv_header_stdlib_h=yesac_cv_header_string_h=yesac_cv_header_strings_h=yesac_cv_header_sys_stat_h=yesac_cv_header_sys_types_h=yesac_cv_header_unistd_h=yesac_cv_host=i686-pc-mingw32ac_cv_host_alias=i686-pc-mingw32ac_cv_objext=oac_cv_path_WX_CONFIG_PATH=/usr/local/bin/wx-configac_cv_path_install='/bin/install -c'ac_cv_prog_AWK=gawkac_cv_prog_CPP='gcc -E'ac_cv_prog_CXXCPP='g++ -E'ac_cv_prog_ac_ct_AR=arac_cv_prog_ac_ct_CC=gccac_cv_prog_ac_ct_CXX=g++ac_cv_prog_ac_ct_LD=ldac_cv_prog_ac_ct_RANLIB=ranlibac_cv_prog_ac_ct_STRIP=stripac_cv_prog_cc_g=yesac_cv_prog_cc_stdc=ac_cv_prog_cxx_g=yesac_cv_prog_egrep='grep -E'ac_cv_prog_make_make_set=yesac_cv_target=i686-pc-mingw32ac_cv_target_alias=i686-pc-mingw32am_cv_CC_dependencies_compiler_type=gcc3am_cv_CXX_dependencies_compiler_type=gcc3## ----------------- #### Output variables. #### ----------------- ##ACLOCAL='${SHELL} /amule-cvs/missing --run aclocal-1.9'ADD_24GSOCKET_FALSE=''ADD_24GSOCKET_TRUE=''ADD_GSOCKET_FALSE=''ADD_GSOCKET_TRUE=''ALCC_FALSE=''ALCC_TRUE=''ALC_FALSE=''ALC_TRUE=''ALLOCA=''AMDEPBACKSLASH='\'AMDEP_FALSE='#'AMDEP_TRUE=''AMTAR='${SHELL} /amule-cvs/missing --run tar'AMULEWEB_DEFS=''AMULE_DAEMON_FALSE=''AMULE_DAEMON_TRUE=''AMULE_GUI_FALSE=''AMULE_GUI_TRUE=''AR='ar'AUTOCONF='${SHELL} /amule-cvs/missing --run autoconf'AUTOHEADER='${SHELL} /amule-cvs/missing --run autoheader'AUTOMAKE='${SHELL} /amule-cvs/missing --run automake-1.9'AWK='gawk'BFD_FLAGS=''BFD_LIB=''BUILD_INCLUDED_LIBINTL=''CAS_DEFS=''CAS_FALSE=''CAS_TRUE=''CATOBJEXT=''CC='gcc'CCACHE=''CCDEPMODE='depmode=gcc3'CFLAGS=''COMPILE_CMD_FALSE=''COMPILE_CMD_TRUE=''COMPILE_KAD_FALSE=''COMPILE_KAD_TRUE=''COMPILE_NLS_FALSE=''COMPILE_NLS_TRUE=''CPP='gcc -E'CPPFLAGS='-I/usr/local/lib/wx/include/msw-unicode-release-2.6 -I/usr/local/include/wx-2.6 -D__WXMSW__ -mthreads -DWXUSINGDLL=1 -DNO_GCC_PRAGMA'CRYPTOLIBS=''CRYPTO_PP_STYLE=''CXX='g++'CXXCPP='g++ -E'CXXDEPMODE='depmode=gcc3'CXXFLAGS=''CYGPATH_W='echo'DATADIRNAME=''DEFS=''DEPDIR='.deps'ECHO_C=''ECHO_N='-n'ECHO_T=''ED2K_FALSE=''ED2K_TRUE=''EGREP='grep -E'EXEEXT='.exe'GDLIB_CFLAGS=''GDLIB_CFLAGS_ONLY=''GDLIB_CONFIG_PATH=''GDLIB_CPPFLAGS=''GDLIB_CXXFLAGS=''GDLIB_CXXFLAGS_ONLY=''GDLIB_LDFLAGS=''GDLIB_LIBS=''GDLIB_LIBS_STATIC=''GDLIB_VERSION='not_needed'GENCAT=''GLIBC21=''GMSGFMT=''GTK_CFLAGS=''GTK_CONFIG=''GTK_DEFS=''GTK_LIBS=''GTK_USEDVERSION=''GTK_VERSION=''GUI_FALSE=''GUI_TRUE=''HAVE_GETTEXT=''HAVE_OLD_TRAY_FALSE=''HAVE_OLD_TRAY_TRUE=''HAVE_TRAY_FALSE=''HAVE_TRAY_TRUE=''HAVE_UTF8_TRAY_FALSE=''HAVE_UTF8_TRAY_TRUE=''INSTALL_DATA='${INSTALL} -m 644'INSTALL_PROGRAM='${INSTALL}'INSTALL_SCRIPT='${INSTALL}'INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'INSTOBJEXT=''INTLBISON=''INTLLIBS=''INTLOBJS=''INTL_LIBTOOL_SUFFIX_PREFIX=''LD='ld'LDFLAGS=''LIBICONV=''LIBINTL=''LIBOBJS=''LIBPNG_CFLAGS=''LIBPNG_CFLAGS_ONLY=''LIBPNG_CONFIG_PATH=''LIBPNG_CPPFLAGS=''LIBPNG_CXXFLAGS=''LIBPNG_CXXFLAGS_ONLY=''LIBPNG_LDFLAGS=''LIBPNG_LIBS=''LIBPNG_LIBS_STATIC=''LIBPNG_VERSION='not_needed'LIBS=''LN_S='ln -s'LTLIBICONV=''LTLIBINTL=''LTLIBOBJS=''MAINT='#'MAINTAINER_MODE_FALSE=''MAINTAINER_MODE_TRUE='#'MAKEINFO='${SHELL} /amule-cvs/missing --run makeinfo'MKINSTALLDIRS=''MONOLITHIC_FALSE=''MONOLITHIC_TRUE=''MSGFMT=''MSGMERGE=''NEED_RC_FALSE=''NEED_RC_TRUE=''OBJEXT='o'PACKAGE='amule'PACKAGE_BUGREPORT='admin@amule.org'PACKAGE_NAME='aMule'PACKAGE_STRING='aMule CVS'PACKAGE_TARNAME='amule'PACKAGE_VERSION='CVS'PATH_SEPARATOR=':'PKG_CONFIG=''POSUB=''POW_LIB=''RANLIB='ranlib'RCFLAGS=''READLINE_LIBS=''RESOLV_LIB=''SET_MAKE=''SHELL='/bin/sh'STRIP='strip'TRAY_FLAGS=''USE_EMBEDDED_CRYPTO_FALSE=''USE_EMBEDDED_CRYPTO_TRUE=''USE_INCLUDED_LIBINTL=''USE_NLS=''UTF8_SYSTRAY_FLAGS=''VERSION='CVS'WEBGUI_FALSE=''WEBGUI_TRUE=''WEB_FALSE=''WEB_PHP_FALSE=''WEB_PHP_TRUE=''WEB_TRUE=''WXBASE_CFLAGS='-I/usr/local/lib/wx/include/msw-unicode-release-2.6 -I/usr/local/include/wx-2.6 -D__WXMSW__ -mthreads -DWXUSINGDLL=1 -DNO_GCC_PRAGMA 'WXBASE_CFLAGS_ONLY=''WXBASE_CONFIG_PATH=''WXBASE_CPPFLAGS='-I/usr/local/lib/wx/include/msw-unicode-release-2.6 -I/usr/local/include/wx-2.6 -D__WXMSW__ -mthreads -DWXUSINGDLL=1 -DNO_GCC_PRAGMA'WXBASE_CXXFLAGS='-I/usr/local/lib/wx/include/msw-unicode-release-2.6 -I/usr/local/include/wx-2.6 -D__WXMSW__ -mthreads -DWXUSINGDLL=1 -DNO_GCC_PRAGMA 'WXBASE_CXXFLAGS_ONLY='-I/usr/local/lib/wx/include/msw-unicode-release-2.6 -I/usr/local/include/wx-2.6 -D__WXMSW__ -mthreads -DWXUSINGDLL=1 -DNO_GCC_PRAGMA'WXBASE_LIBS='-L/usr/local/lib -mthreads -lwx_baseu-2.6 -lwx_baseu_net-2.6 'WXBASE_VERSION=''WXCAS_FALSE=''WXCAS_TRUE=''WX_CFLAGS='-I/usr/local/lib/wx/include/msw-unicode-release-2.6 -I/usr/local/include/wx-2.6 -D__WXMSW__ -mthreads -DWXUSINGDLL=1 -DNO_GCC_PRAGMA 'WX_CFLAGS_ONLY=''WX_CONFIG_PATH='/usr/local/bin/wx-config'WX_CPPFLAGS='-I/usr/local/lib/wx/include/msw-unicode-release-2.6 -I/usr/local/include/wx-2.6 -D__WXMSW__ -mthreads -DWXUSINGDLL=1 -DNO_GCC_PRAGMA'WX_CXXFLAGS='-I/usr/local/lib/wx/include/msw-unicode-release-2.6 -I/usr/local/include/wx-2.6 -D__WXMSW__ -mthreads -DWXUSINGDLL=1 -DNO_GCC_PRAGMA 'WX_CXXFLAGS_ONLY='-I/usr/local/lib/wx/include/msw-unicode-release-2.6 -I/usr/local/include/wx-2.6 -D__WXMSW__ -mthreads -DWXUSINGDLL=1 -DNO_GCC_PRAGMA'WX_LIBS='-L/usr/local/lib -mthreads -Wl,--subsystem,windows -mwindows -lwx_mswu_xrc-2.6 -lwx_mswu_qa-2.6 -lwx_mswu_html-2.6 -lwx_mswu_adv-2.6 -lwx_mswu_core-2.6 -lwx_baseu_xml-2.6 -lwx_baseu_net-2.6 -lwx_baseu-2.6 'WX_VERSION='2.6.1'X11LIBS=''XGETTEXT=''YACC='yacc'ZLIB_CFLAGS=''ZLIB_LIBS='-lz'ac_ct_AR='ar'ac_ct_CC='gcc'ac_ct_CXX='g++'ac_ct_LD='ld'ac_ct_RANLIB='ranlib'ac_ct_STRIP='strip'am__fastdepCC_FALSE='#'am__fastdepCC_TRUE=''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-mingw32'build_alias=''build_cpu='i686'build_os='mingw32'build_vendor='pc'ccache='no'ccache_prefix=''crypto_prefix=''datadir='${prefix}/share'exec_prefix='NONE'host='i686-pc-mingw32'host_alias=''host_cpu='i686'host_os='mingw32'host_vendor='pc'includedir='${prefix}/include'infodir='${prefix}/info'install_sh='/amule-cvs/install-sh'libdir='${exec_prefix}/lib'libexecdir='${exec_prefix}/libexec'localstatedir='${prefix}/var'mandir='${prefix}/man'mkdir_p='mkdir -p --'oldincludedir='/usr/include'prefix='NONE'program_transform_name='s,x,x,'sbindir='${exec_prefix}/sbin'sharedstatedir='${prefix}/com'sysconfdir='${prefix}/etc'target='i686-pc-mingw32'target_alias=''target_cpu='i686'target_os='mingw32'target_vendor='pc'## ----------- #### confdefs.h. #### ----------- ###define HAVE_INTTYPES_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 "amule"#define PACKAGE_BUGREPORT "admin@amule.org"#define PACKAGE_NAME "aMule"#define PACKAGE_STRING "aMule CVS"#define PACKAGE_TARNAME "amule"#define PACKAGE_VERSION "CVS"#define STDC_HEADERS 1#define VERSION "CVS"#endif#ifdef __cplusplusextern "C" void std::exit (int) throw (); using std::exit;configure: exit 1
#error No LargeFile support!;