This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by FULL-PACKAGE-NAME configure VERSION, which was generated by GNU Autoconf 2.68. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = natalie uname -m = x86_64 uname -r = 3.2.0-24-generic uname -s = Linux uname -v = #39-Ubuntu SMP Mon May 21 16:52:17 UTC 2012 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /home/samo/OpenFOAM/ThirdParty-2.1.x/platforms/linux64Gcc/openmpi-1.5.3/bin PATH: /home/samo/OpenFOAM/samo-2.1.x/platforms/linux64GccDPOpt/bin PATH: /home/samo/OpenFOAM/site/2.1.x/platforms/linux64GccDPOpt/bin PATH: /home/samo/OpenFOAM/OpenFOAM-2.1.x/platforms/linux64GccDPOpt/bin PATH: /home/samo/OpenFOAM/OpenFOAM-2.1.x/bin PATH: /home/samo/OpenFOAM/OpenFOAM-2.1.x/wmake PATH: /home/samo/bin PATH: /usr/lib/lightdm/lightdm PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/games PATH: /home/samo/arm/gnuarm/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2168: checking for a BSD-compatible install configure:2236: result: /usr/bin/install -c configure:2247: checking whether build environment is sane configure:2297: result: yes configure:2438: checking for a thread-safe mkdir -p configure:2477: result: /bin/mkdir -p configure:2490: checking for gawk configure:2506: found /usr/bin/gawk configure:2517: result: gawk configure:2528: checking whether make sets $(MAKE) configure:2550: result: yes configure:2679: checking for gcc configure:2695: found /usr/bin/gcc configure:2706: result: gcc configure:2935: checking for C compiler version configure:2944: gcc --version >&5 gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 Copyright (C) 2011 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:2955: $? = 0 configure:2944: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) configure:2955: $? = 0 configure:2944: gcc -V >&5 gcc: error: unrecognized option '-V' gcc: fatal error: no input files compilation terminated. configure:2955: $? = 4 configure:2944: gcc -qversion >&5 gcc: error: unrecognized option '-qversion' gcc: fatal error: no input files compilation terminated. configure:2955: $? = 4 configure:2975: checking whether the C compiler works configure:2997: gcc conftest.c >&5 configure:3001: $? = 0 configure:3049: result: yes configure:3052: checking for C compiler default output file name configure:3054: result: a.out configure:3060: checking for suffix of executables configure:3067: gcc -o conftest conftest.c >&5 configure:3071: $? = 0 configure:3093: result: configure:3115: checking whether we are cross compiling configure:3123: gcc -o conftest conftest.c >&5 configure:3127: $? = 0 configure:3134: ./conftest configure:3138: $? = 0 configure:3153: result: no configure:3158: checking for suffix of object files configure:3180: gcc -c conftest.c >&5 configure:3184: $? = 0 configure:3205: result: o configure:3209: checking whether we are using the GNU C compiler configure:3228: gcc -c conftest.c >&5 configure:3228: $? = 0 configure:3237: result: yes configure:3246: checking whether gcc accepts -g configure:3266: gcc -c -g conftest.c >&5 configure:3266: $? = 0 configure:3307: result: yes configure:3324: checking for gcc option to accept ISO C89 configure:3388: gcc -c -g -O2 conftest.c >&5 configure:3388: $? = 0 configure:3401: result: none needed configure:3432: checking for style of include used by make configure:3460: result: GNU configure:3486: checking dependency style of gcc configure:3597: result: gcc3 configure:3616: checking for cfg_parse in -lconfuse configure:3641: gcc -o conftest -g -O2 conftest.c -lconfuse >&5 configure:3641: $? = 0 configure:3650: result: yes configure:3662: checking for pow in -lm configure:3687: gcc -o conftest -g -O2 conftest.c -lm -lconfuse >&5 conftest.c:19:6: warning: conflicting types for built-in function 'pow' [enabled by default] configure:3687: $? = 0 configure:3696: result: yes configure:3714: checking how to run the C preprocessor configure:3745: gcc -E conftest.c configure:3745: $? = 0 configure:3759: gcc -E conftest.c conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:3759: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "FULL-PACKAGE-NAME" | #define PACKAGE_TARNAME "full-package-name" | #define PACKAGE_VERSION "VERSION" | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" | #define PACKAGE_URL "" | #define PACKAGE "full-package-name" | #define VERSION "VERSION" | #define HAVE_LIBCONFUSE 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include configure:3784: result: gcc -E configure:3804: gcc -E conftest.c configure:3804: $? = 0 configure:3818: gcc -E conftest.c conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:3818: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "FULL-PACKAGE-NAME" | #define PACKAGE_TARNAME "full-package-name" | #define PACKAGE_VERSION "VERSION" | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" | #define PACKAGE_URL "" | #define PACKAGE "full-package-name" | #define VERSION "VERSION" | #define HAVE_LIBCONFUSE 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include configure:3847: checking for grep that handles long lines and -e configure:3905: result: /bin/grep configure:3910: checking for egrep configure:3972: result: /bin/grep -E configure:3977: checking for ANSI C header files configure:3997: gcc -c -g -O2 conftest.c >&5 configure:3997: $? = 0 configure:4070: gcc -o conftest -g -O2 conftest.c -lm -lconfuse >&5 configure:4070: $? = 0 configure:4070: ./conftest configure:4070: $? = 0 configure:4081: result: yes configure:4094: checking for sys/types.h configure:4094: gcc -c -g -O2 conftest.c >&5 configure:4094: $? = 0 configure:4094: result: yes configure:4094: checking for sys/stat.h configure:4094: gcc -c -g -O2 conftest.c >&5 configure:4094: $? = 0 configure:4094: result: yes configure:4094: checking for stdlib.h configure:4094: gcc -c -g -O2 conftest.c >&5 configure:4094: $? = 0 configure:4094: result: yes configure:4094: checking for string.h configure:4094: gcc -c -g -O2 conftest.c >&5 configure:4094: $? = 0 configure:4094: result: yes configure:4094: checking for memory.h configure:4094: gcc -c -g -O2 conftest.c >&5 configure:4094: $? = 0 configure:4094: result: yes configure:4094: checking for strings.h configure:4094: gcc -c -g -O2 conftest.c >&5 configure:4094: $? = 0 configure:4094: result: yes configure:4094: checking for inttypes.h configure:4094: gcc -c -g -O2 conftest.c >&5 configure:4094: $? = 0 configure:4094: result: yes configure:4094: checking for stdint.h configure:4094: gcc -c -g -O2 conftest.c >&5 configure:4094: $? = 0 configure:4094: result: yes configure:4094: checking for unistd.h configure:4094: gcc -c -g -O2 conftest.c >&5 configure:4094: $? = 0 configure:4094: result: yes configure:4109: checking for stdlib.h configure:4109: result: yes configure:4109: checking for string.h configure:4109: result: yes configure:4121: checking for inline configure:4137: gcc -c -g -O2 conftest.c >&5 configure:4137: $? = 0 configure:4145: result: inline configure:4164: checking whether to enable debugging configure:4176: result: yes configure:4187: checking for stdlib.h configure:4187: result: yes configure:4197: checking for GNU libc compatible malloc configure:4221: gcc -o conftest -g -O2 -DDEBUG conftest.c -lm -lconfuse >&5 configure:4221: $? = 0 configure:4221: ./conftest configure:4221: $? = 0 configure:4231: result: yes configure:4254: checking for stdlib.h configure:4254: result: yes configure:4264: checking for GNU libc compatible realloc configure:4288: gcc -o conftest -g -O2 -DDEBUG conftest.c -lm -lconfuse >&5 configure:4288: $? = 0 configure:4288: ./conftest configure:4288: $? = 0 configure:4298: result: yes configure:4322: checking for pow configure:4322: gcc -o conftest -g -O2 -DDEBUG conftest.c -lm -lconfuse >&5 conftest.c:52:6: warning: conflicting types for built-in function 'pow' [enabled by default] configure:4322: $? = 0 configure:4322: result: yes configure:4322: checking for sqrt configure:4322: gcc -o conftest -g -O2 -DDEBUG conftest.c -lm -lconfuse >&5 conftest.c:53:6: warning: conflicting types for built-in function 'sqrt' [enabled by default] configure:4322: $? = 0 configure:4322: result: yes configure:4322: checking for strndup configure:4322: gcc -o conftest -g -O2 -DDEBUG conftest.c -lm -lconfuse >&5 conftest.c:54:6: warning: conflicting types for built-in function 'strndup' [enabled by default] configure:4322: $? = 0 configure:4322: result: yes configure:4464: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by FULL-PACKAGE-NAME config.status VERSION, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on natalie config.status:873: creating Makefile config.status:873: creating src/Makefile config.status:873: creating test/Makefile config.status:873: creating config.h config.status:1102: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=yes ac_cv_c_inline=inline 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_LIBS_set= ac_cv_env_LIBS_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_func_malloc_0_nonnull=yes ac_cv_func_pow=yes ac_cv_func_realloc_0_nonnull=yes ac_cv_func_sqrt=yes ac_cv_func_strndup=yes ac_cv_header_inttypes_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_confuse_cfg_parse=yes ac_cv_lib_m_pow=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_make_make_set=yes am_cv_CC_dependencies_compiler_type=gcc3 ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/samo/programiranje/trisurf-ng/missing --run aclocal-1.11' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AUTOCONF='${SHELL} /home/samo/programiranje/trisurf-ng/missing --run autoconf' AUTOHEADER='${SHELL} /home/samo/programiranje/trisurf-ng/missing --run autoheader' AUTOMAKE='${SHELL} /home/samo/programiranje/trisurf-ng/missing --run automake-1.11' AWK='gawk' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2 -DDEBUG' CPP='gcc -E' CPPFLAGS='' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' GREP='/bin/grep' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LDFLAGS='' LIBOBJS='' LIBS='-lm -lconfuse ' LTLIBOBJS='' MAKEINFO='${SHELL} /home/samo/programiranje/trisurf-ng/missing --run makeinfo' MKDIR_P='/bin/mkdir -p' OBJEXT='o' PACKAGE='full-package-name' PACKAGE_BUGREPORT='BUG-REPORT-ADDRESS' PACKAGE_NAME='FULL-PACKAGE-NAME' PACKAGE_STRING='FULL-PACKAGE-NAME VERSION' PACKAGE_TARNAME='full-package-name' PACKAGE_URL='' PACKAGE_VERSION='VERSION' PATH_SEPARATOR=':' SET_MAKE='' SHELL='/bin/bash' STRIP='' VERSION='VERSION' ac_ct_CC='gcc' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bindir='${exec_prefix}/bin' build_alias='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host_alias='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /home/samo/programiranje/trisurf-ng/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "FULL-PACKAGE-NAME" #define PACKAGE_TARNAME "full-package-name" #define PACKAGE_VERSION "VERSION" #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" #define PACKAGE_URL "" #define PACKAGE "full-package-name" #define VERSION "VERSION" #define HAVE_LIBCONFUSE 1 #define HAVE_LIBM 1 #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_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STDLIB_H 1 #define HAVE_MALLOC 1 #define HAVE_STDLIB_H 1 #define HAVE_REALLOC 1 #define HAVE_POW 1 #define HAVE_SQRT 1 #define HAVE_STRNDUP 1 configure: exit 0