1This file contains any messages produced by compilers while 2running configure, to aid debugging if configure makes a mistake. 3 4It was created by GNU make configure 3.81, which was 5generated by GNU Autoconf 2.59. Invocation command line was 6 7 $ ./configure --disable-nls --host=i686-w64-mingw32 8 9## --------- ## 10## Platform. ## 11## --------- ## 12 13hostname = digit-glaptop 14uname -m = x86_64 15uname -r = 2.6.32-31-generic 16uname -s = Linux 17uname -v = #61-Ubuntu SMP Fri Apr 8 18:25:51 UTC 2011 18 19/usr/bin/uname -p = unknown 20/bin/uname -X = unknown 21 22/bin/arch = unknown 23/usr/bin/arch -k = unknown 24/usr/convex/getsysinfo = unknown 25hostinfo = unknown 26/bin/machine = unknown 27/usr/bin/oslevel = unknown 28/bin/universe = unknown 29 30PATH: /usr/local/sbin 31PATH: /usr/local/bin 32PATH: /usr/sbin 33PATH: /usr/bin 34PATH: /sbin 35PATH: /bin 36 37 38## ----------- ## 39## Core tests. ## 40## ----------- ## 41 42configure:1385: checking for a BSD-compatible install 43configure:1440: result: /usr/bin/install -c 44configure:1451: checking whether build environment is sane 45configure:1494: result: yes 46configure:1559: checking for gawk 47configure:1575: found /usr/bin/gawk 48configure:1585: result: gawk 49configure:1595: checking whether make sets $(MAKE) 50configure:1615: result: yes 51configure:1691: checking for i686-w64-mingw32-strip 52configure:1720: result: no 53configure:1729: checking for strip 54configure:1745: found /usr/bin/strip 55configure:1756: result: strip 56configure:1793: checking for i686-w64-mingw32-gcc 57configure:1822: result: no 58configure:1831: checking for gcc 59configure:1847: found /usr/bin/gcc 60configure:1857: result: gcc 61configure:2101: checking for C compiler version 62configure:2104: gcc --version </dev/null >&5 63gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3 64Copyright (C) 2009 Free Software Foundation, Inc. 65This is free software; see the source for copying conditions. There is NO 66warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 67 68configure:2107: $? = 0 69configure:2109: gcc -v </dev/null >&5 70Using built-in specs. 71Target: x86_64-linux-gnu 72Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu 73Thread model: posix 74gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) 75configure:2112: $? = 0 76configure:2114: gcc -V </dev/null >&5 77gcc: '-V' option must have argument 78configure:2117: $? = 1 79configure:2140: checking for C compiler default output file name 80configure:2143: gcc conftest.c >&5 81configure:2146: $? = 0 82configure:2192: result: a.out 83configure:2197: checking whether the C compiler works 84configure:2203: ./a.out 85configure:2206: $? = 0 86configure:2223: result: yes 87configure:2230: checking whether we are cross compiling 88configure:2232: result: no 89configure:2235: checking for suffix of executables 90configure:2237: gcc -o conftest conftest.c >&5 91configure:2240: $? = 0 92configure:2265: result: 93configure:2271: checking for suffix of object files 94configure:2292: gcc -c conftest.c >&5 95configure:2295: $? = 0 96configure:2317: result: o 97configure:2321: checking whether we are using the GNU C compiler 98configure:2345: gcc -c conftest.c >&5 99configure:2351: $? = 0 100configure:2354: test -z || test ! -s conftest.err 101configure:2357: $? = 0 102configure:2360: test -s conftest.o 103configure:2363: $? = 0 104configure:2376: result: yes 105configure:2382: checking whether gcc accepts -g 106configure:2403: gcc -c -g conftest.c >&5 107configure:2409: $? = 0 108configure:2412: test -z || test ! -s conftest.err 109configure:2415: $? = 0 110configure:2418: test -s conftest.o 111configure:2421: $? = 0 112configure:2432: result: yes 113configure:2449: checking for gcc option to accept ANSI C 114configure:2519: gcc -c -g -O2 conftest.c >&5 115configure:2525: $? = 0 116configure:2528: test -z || test ! -s conftest.err 117configure:2531: $? = 0 118configure:2534: test -s conftest.o 119configure:2537: $? = 0 120configure:2555: result: none needed 121configure:2573: gcc -c -g -O2 conftest.c >&5 122conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' 123configure:2579: $? = 1 124configure: failed program was: 125| #ifndef __cplusplus 126| choke me 127| #endif 128configure:2720: checking for style of include used by make 129configure:2748: result: GNU 130configure:2776: checking dependency style of gcc 131configure:2866: result: gcc3 132configure:2896: checking for a BSD-compatible install 133configure:2951: result: /usr/bin/install -c 134configure:2965: checking for i686-w64-mingw32-ranlib 135configure:2994: result: no 136configure:3003: checking for ranlib 137configure:3019: found /usr/bin/ranlib 138configure:3030: result: ranlib 139configure:3047: checking how to run the C preprocessor 140configure:3082: gcc -E conftest.c 141configure:3088: $? = 0 142configure:3120: gcc -E conftest.c 143conftest.c:11:28: error: ac_nonexistent.h: No such file or directory 144configure:3126: $? = 1 145configure: failed program was: 146| /* confdefs.h. */ 147| 148| #define PACKAGE_NAME "GNU make" 149| #define PACKAGE_TARNAME "make" 150| #define PACKAGE_VERSION "3.81" 151| #define PACKAGE_STRING "GNU make 3.81" 152| #define PACKAGE_BUGREPORT "bug-make@gnu.org" 153| #define PACKAGE "make" 154| #define VERSION "3.81" 155| /* end confdefs.h. */ 156| #include <ac_nonexistent.h> 157configure:3165: result: gcc -E 158configure:3189: gcc -E conftest.c 159configure:3195: $? = 0 160configure:3227: gcc -E conftest.c 161conftest.c:11:28: error: ac_nonexistent.h: No such file or directory 162configure:3233: $? = 1 163configure: failed program was: 164| /* confdefs.h. */ 165| 166| #define PACKAGE_NAME "GNU make" 167| #define PACKAGE_TARNAME "make" 168| #define PACKAGE_VERSION "3.81" 169| #define PACKAGE_STRING "GNU make 3.81" 170| #define PACKAGE_BUGREPORT "bug-make@gnu.org" 171| #define PACKAGE "make" 172| #define VERSION "3.81" 173| /* end confdefs.h. */ 174| #include <ac_nonexistent.h> 175configure:3278: checking for ar 176configure:3294: found /usr/bin/ar 177configure:3305: result: ar 178configure:3315: checking for perl 179configure:3331: found /usr/bin/perl 180configure:3342: result: perl 181configure:3357: checking build system type 182configure:3375: result: x86_64-unknown-linux-gnu 183configure:3383: checking host system type 184configure:3397: result: i686-w64-mingw32 185configure:3407: checking for egrep 186configure:3417: result: grep -E 187configure:3423: checking for AIX 188configure:3445: result: no 189configure:3451: checking for library containing strerror 190configure:3481: gcc -o conftest -g -O2 conftest.c >&5 191configure:3487: $? = 0 192configure:3490: test -z || test ! -s conftest.err 193configure:3493: $? = 0 194configure:3496: test -s conftest 195configure:3499: $? = 0 196configure:3568: result: none required 197configure:3575: checking for ANSI C header files 198configure:3600: gcc -c -g -O2 conftest.c >&5 199configure:3606: $? = 0 200configure:3609: test -z || test ! -s conftest.err 201configure:3612: $? = 0 202configure:3615: test -s conftest.o 203configure:3618: $? = 0 204configure:3707: gcc -o conftest -g -O2 conftest.c >&5 205conftest.c: In function 'main': 206conftest.c:28: warning: incompatible implicit declaration of built-in function 'exit' 207configure:3710: $? = 0 208configure:3712: ./conftest 209configure:3715: $? = 0 210configure:3730: result: yes 211configure:3754: checking for sys/types.h 212configure:3770: gcc -c -g -O2 conftest.c >&5 213configure:3776: $? = 0 214configure:3779: test -z || test ! -s conftest.err 215configure:3782: $? = 0 216configure:3785: test -s conftest.o 217configure:3788: $? = 0 218configure:3799: result: yes 219configure:3754: checking for sys/stat.h 220configure:3770: gcc -c -g -O2 conftest.c >&5 221configure:3776: $? = 0 222configure:3779: test -z || test ! -s conftest.err 223configure:3782: $? = 0 224configure:3785: test -s conftest.o 225configure:3788: $? = 0 226configure:3799: result: yes 227configure:3754: checking for stdlib.h 228configure:3770: gcc -c -g -O2 conftest.c >&5 229configure:3776: $? = 0 230configure:3779: test -z || test ! -s conftest.err 231configure:3782: $? = 0 232configure:3785: test -s conftest.o 233configure:3788: $? = 0 234configure:3799: result: yes 235configure:3754: checking for string.h 236configure:3770: gcc -c -g -O2 conftest.c >&5 237configure:3776: $? = 0 238configure:3779: test -z || test ! -s conftest.err 239configure:3782: $? = 0 240configure:3785: test -s conftest.o 241configure:3788: $? = 0 242configure:3799: result: yes 243configure:3754: checking for memory.h 244configure:3770: gcc -c -g -O2 conftest.c >&5 245configure:3776: $? = 0 246configure:3779: test -z || test ! -s conftest.err 247configure:3782: $? = 0 248configure:3785: test -s conftest.o 249configure:3788: $? = 0 250configure:3799: result: yes 251configure:3754: checking for strings.h 252configure:3770: gcc -c -g -O2 conftest.c >&5 253configure:3776: $? = 0 254configure:3779: test -z || test ! -s conftest.err 255configure:3782: $? = 0 256configure:3785: test -s conftest.o 257configure:3788: $? = 0 258configure:3799: result: yes 259configure:3754: checking for inttypes.h 260configure:3770: gcc -c -g -O2 conftest.c >&5 261configure:3776: $? = 0 262configure:3779: test -z || test ! -s conftest.err 263configure:3782: $? = 0 264configure:3785: test -s conftest.o 265configure:3788: $? = 0 266configure:3799: result: yes 267configure:3754: checking for stdint.h 268configure:3770: gcc -c -g -O2 conftest.c >&5 269configure:3776: $? = 0 270configure:3779: test -z || test ! -s conftest.err 271configure:3782: $? = 0 272configure:3785: test -s conftest.o 273configure:3788: $? = 0 274configure:3799: result: yes 275configure:3754: checking for unistd.h 276configure:3770: gcc -c -g -O2 conftest.c >&5 277configure:3776: $? = 0 278configure:3779: test -z || test ! -s conftest.err 279configure:3782: $? = 0 280configure:3785: test -s conftest.o 281configure:3788: $? = 0 282configure:3799: result: yes 283configure:3821: checking minix/config.h usability 284configure:3833: gcc -c -g -O2 conftest.c >&5 285 286## ---------------- ## 287## Cache variables. ## 288## ---------------- ## 289 290ac_cv_build=x86_64-unknown-linux-gnu 291ac_cv_build_alias=x86_64-unknown-linux-gnu 292ac_cv_c_compiler_gnu=yes 293ac_cv_env_CC_set= 294ac_cv_env_CC_value= 295ac_cv_env_CFLAGS_set= 296ac_cv_env_CFLAGS_value= 297ac_cv_env_CPPFLAGS_set= 298ac_cv_env_CPPFLAGS_value= 299ac_cv_env_CPP_set= 300ac_cv_env_CPP_value= 301ac_cv_env_LDFLAGS_set= 302ac_cv_env_LDFLAGS_value= 303ac_cv_env_build_alias_set= 304ac_cv_env_build_alias_value= 305ac_cv_env_host_alias_set=set 306ac_cv_env_host_alias_value=i686-w64-mingw32 307ac_cv_env_target_alias_set= 308ac_cv_env_target_alias_value= 309ac_cv_exeext= 310ac_cv_header_inttypes_h=yes 311ac_cv_header_memory_h=yes 312ac_cv_header_stdc=yes 313ac_cv_header_stdint_h=yes 314ac_cv_header_stdlib_h=yes 315ac_cv_header_string_h=yes 316ac_cv_header_strings_h=yes 317ac_cv_header_sys_stat_h=yes 318ac_cv_header_sys_types_h=yes 319ac_cv_header_unistd_h=yes 320ac_cv_host=i686-w64-mingw32 321ac_cv_host_alias=i686-w64-mingw32 322ac_cv_objext=o 323ac_cv_path_install='/usr/bin/install -c' 324ac_cv_prog_AR=ar 325ac_cv_prog_AWK=gawk 326ac_cv_prog_CPP='gcc -E' 327ac_cv_prog_PERL=perl 328ac_cv_prog_ac_ct_CC=gcc 329ac_cv_prog_ac_ct_RANLIB=ranlib 330ac_cv_prog_ac_ct_STRIP=strip 331ac_cv_prog_cc_g=yes 332ac_cv_prog_cc_stdc= 333ac_cv_prog_egrep='grep -E' 334ac_cv_prog_make_make_set=yes 335ac_cv_search_strerror='none required' 336am_cv_CC_dependencies_compiler_type=gcc3 337 338## ----------------- ## 339## Output variables. ## 340## ----------------- ## 341 342ACLOCAL='${SHELL} /home/digit/sources/make-3.81/config/missing --run aclocal-1.9' 343ALLOCA='' 344AMDEPBACKSLASH='\' 345AMDEP_FALSE='#' 346AMDEP_TRUE='' 347AMTAR='${SHELL} /home/digit/sources/make-3.81/config/missing --run tar' 348ANSI2KNR='' 349AR='ar' 350AUTOCONF='${SHELL} /home/digit/sources/make-3.81/config/missing --run autoconf' 351AUTOHEADER='${SHELL} /home/digit/sources/make-3.81/config/missing --run autoheader' 352AUTOMAKE='${SHELL} /home/digit/sources/make-3.81/config/missing --run automake-1.9' 353AWK='gawk' 354CC='gcc' 355CCDEPMODE='depmode=gcc3' 356CFLAGS='-g -O2' 357CPP='gcc -E' 358CPPFLAGS='' 359CYGPATH_W='echo' 360DEFS='' 361DEPDIR='.deps' 362ECHO_C='' 363ECHO_N='-n' 364ECHO_T='' 365EGREP='grep -E' 366EXEEXT='' 367GETLOADAVG_LIBS='' 368GLOBINC='' 369GLOBLIB='' 370GMSGFMT='' 371INSTALL_DATA='${INSTALL} -m 644' 372INSTALL_PROGRAM='${INSTALL}' 373INSTALL_SCRIPT='${INSTALL}' 374INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' 375INTLLIBS='' 376KMEM_GROUP='' 377LDFLAGS='' 378LIBICONV='' 379LIBINTL='' 380LIBOBJS='' 381LIBS='' 382LTLIBICONV='' 383LTLIBINTL='' 384LTLIBOBJS='' 385MAKEINFO='${SHELL} /home/digit/sources/make-3.81/config/missing --run makeinfo' 386MAKE_HOST='' 387MKINSTALLDIRS='' 388MSGFMT='' 389MSGMERGE='' 390NEED_SETGID='' 391OBJEXT='o' 392PACKAGE='make' 393PACKAGE_BUGREPORT='bug-make@gnu.org' 394PACKAGE_NAME='GNU make' 395PACKAGE_STRING='GNU make 3.81' 396PACKAGE_TARNAME='make' 397PACKAGE_VERSION='3.81' 398PATH_SEPARATOR=':' 399PERL='perl' 400POSUB='' 401RANLIB='ranlib' 402REMOTE='' 403SET_MAKE='' 404SHELL='/bin/sh' 405STRIP='strip' 406U='' 407USE_CUSTOMS_FALSE='' 408USE_CUSTOMS_TRUE='' 409USE_LOCAL_GLOB_FALSE='' 410USE_LOCAL_GLOB_TRUE='' 411USE_NLS='' 412VERSION='3.81' 413WINDOWSENV_FALSE='' 414WINDOWSENV_TRUE='' 415XGETTEXT='' 416ac_ct_CC='gcc' 417ac_ct_RANLIB='ranlib' 418ac_ct_STRIP='strip' 419am__fastdepCC_FALSE='#' 420am__fastdepCC_TRUE='' 421am__include='include' 422am__leading_dot='.' 423am__quote='' 424am__tar='${AMTAR} chof - "$$tardir"' 425am__untar='${AMTAR} xf -' 426bindir='${exec_prefix}/bin' 427build='x86_64-unknown-linux-gnu' 428build_alias='' 429build_cpu='x86_64' 430build_os='linux-gnu' 431build_vendor='unknown' 432datadir='${prefix}/share' 433exec_prefix='NONE' 434host='i686-w64-mingw32' 435host_alias='i686-w64-mingw32' 436host_cpu='i686' 437host_os='mingw32' 438host_vendor='w64' 439includedir='${prefix}/include' 440infodir='${prefix}/info' 441install_sh='/home/digit/sources/make-3.81/config/install-sh' 442libdir='${exec_prefix}/lib' 443libexecdir='${exec_prefix}/libexec' 444localstatedir='${prefix}/var' 445mandir='${prefix}/man' 446mkdir_p='mkdir -p --' 447oldincludedir='/usr/include' 448prefix='NONE' 449program_transform_name='s,x,x,' 450sbindir='${exec_prefix}/sbin' 451sharedstatedir='${prefix}/com' 452sysconfdir='${prefix}/etc' 453target_alias='' 454 455## ------------- ## 456## Output files. ## 457## ------------- ## 458 459MAINT_MAKEFILE='' 460 461## ----------- ## 462## confdefs.h. ## 463## ----------- ## 464 465#define HAVE_INTTYPES_H 1 466#define HAVE_MEMORY_H 1 467#define HAVE_STDINT_H 1 468#define HAVE_STDLIB_H 1 469#define HAVE_STRINGS_H 1 470#define HAVE_STRING_H 1 471#define HAVE_SYS_STAT_H 1 472#define HAVE_SYS_TYPES_H 1 473#define HAVE_UNISTD_H 1 474#define PACKAGE "make" 475#define PACKAGE_BUGREPORT "bug-make@gnu.org" 476#define PACKAGE_NAME "GNU make" 477#define PACKAGE_STRING "GNU make 3.81" 478#define PACKAGE_TARNAME "make" 479#define PACKAGE_VERSION "3.81" 480#define STDC_HEADERS 1 481#define VERSION "3.81" 482 483configure: caught signal 2 484configure: exit 1 485