This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by FreeFEM configure 4.12, which was generated by GNU Autoconf 2.71. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = g9718179 uname -m = x86_64 uname -r = 3.4.6.x86_64 uname -s = MSYS_NT-10.0-22621 uname -v = 2023-04-01 11:43 UTC /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/bin/ PATH: /usr/bin/ PATH: /bin/ PATH: /opt/bin/ PATH: /c/Windows/System32/ PATH: /c/Windows/ PATH: /c/Windows/System32/Wbem/ PATH: /c/Windows/System32/WindowsPowerShell/v1.0/ PATH: /usr/bin/site_perl/ PATH: /usr/bin/vendor_perl/ PATH: /usr/bin/core_perl/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:3225: loading site script /etc/config.site | # This file is in public domain. | # Original author: Karlson2k (Evgeny Grin) | # Written for MSys2 to help running 'configure' scripts | | # Defaults for MSys2/MinGW64-targeted programs | | # Set proper selfname on bash and fallback to default name on other shells | test -n "${BASH_SOURCE}" 2>/dev/null && config_site_me="${BASH_SOURCE[0]##*/}" || config_site_me=config.site | | # Set default 'host' to speedup configure | if test -z "$build_alias"; then | build_alias="${MSYSTEM_CHOST}" && \ | ${as_echo-echo} "$config_site_me:${as_lineno-$LINENO}: default build_alias set to $build_alias" >&5 | fi | | # Set default 'prefix' | if ( test -z "$prefix" || test "x$prefix" = "xNONE" ) && \ | ( test -z "$exec_prefix" || test "x$exec_prefix" = "xNONE" ); then | prefix="${MSYSTEM_PREFIX}" && \ | ${as_echo-echo} "$config_site_me:${as_lineno-$LINENO}: default prefix set to $prefix" >&5 | fi config.site:13: default build_alias set to x86_64-pc-msys config.site:20: default prefix set to /usr configure:3801: looking for aux files: config.guess config.sub compile missing install-sh configure:3814: trying ./ configure:3843: ./config.guess found configure:3843: ./config.sub found configure:3843: ./compile found configure:3843: ./missing found configure:3825: ./install-sh found configure:3987: checking for a BSD-compatible install configure:4060: result: /usr/bin/install -c configure:4071: checking whether build environment is sane configure:4126: result: yes configure:4285: checking for a race-free mkdir -p configure:4329: result: /usr/bin/mkdir -p configure:4336: checking for gawk configure:4357: found /usr/bin/gawk configure:4368: result: gawk configure:4379: checking whether make sets $(MAKE) configure:4402: result: yes configure:4432: checking whether make supports nested variables configure:4450: result: yes configure:4596: checking whether make sets $(MAKE) configure:4619: result: yes configure:4676: checking for ranlib configure:4697: found /usr/bin/ranlib configure:4708: result: ranlib configure:4749: checking whether to enable maintainer-specific portions of Makefiles configure:4759: result: no configure:4839: checking for gcc configure:4860: found /usr/bin/gcc configure:4871: result: gcc configure:5224: checking for C compiler version configure:5233: gcc --version >&5 gcc (GCC) 11.3.0 Copyright (C) 2021 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:5244: $? = 0 configure:5233: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-msys/11.3.0/lto-wrapper.exe Target: x86_64-pc-msys Configured with: /c/S/gcc/src/gcc-11.3.0/configure --build=x86_64-pc-msys --prefix=/usr --libexecdir=/usr/lib --enable-bootstrap --enable-shared --enable-shared-libgcc --enable-static --enable-version-specific-runtime-libs --with-arch=x86-64 --with-tune=generic --disable-multilib --enable-__cxa_atexit --with-dwarf2 --enable-languages=c,c++,fortran,lto --enable-graphite --enable-threads=posix --enable-libatomic --enable-libgomp --disable-libitm --enable-libquadmath --enable-libquadmath-support --disable-libssp --disable-win32-registry --disable-symvers --with-gnu-ld --with-gnu-as --disable-isl-version-check --enable-checking=release --without-libiconv-prefix --without-libintl-prefix --with-system-zlib --enable-linker-build-id --with-default-libstdcxx-abi=gcc4-compatible --enable-libstdcxx-filesystem-ts Thread model: posix Supported LTO compression algorithms: zlib gcc version 11.3.0 (GCC) configure:5244: $? = 0 configure:5233: gcc -V >&5 gcc: error: unrecognized command-line option '-V' gcc: fatal error: no input files compilation terminated. configure:5244: $? = 1 configure:5233: gcc -qversion >&5 gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'? gcc: fatal error: no input files compilation terminated. configure:5244: $? = 1 configure:5233: gcc -version >&5 gcc: error: unrecognized command-line option '-version' gcc: fatal error: no input files compilation terminated. configure:5244: $? = 1 configure:5264: checking whether the C compiler works configure:5286: gcc conftest.c >&5 configure:5290: $? = 0 configure:5340: result: yes configure:5343: checking for C compiler default output file name configure:5345: result: a.exe configure:5351: checking for suffix of executables configure:5358: gcc -o conftest.exe conftest.c >&5 configure:5362: $? = 0 configure:5385: result: .exe configure:5407: checking whether we are cross compiling configure:5415: gcc -o conftest.exe conftest.c >&5 configure:5419: $? = 0 configure:5426: ./conftest.exe configure:5430: $? = 0 configure:5445: result: no configure:5450: checking for suffix of object files configure:5473: gcc -c conftest.c >&5 configure:5477: $? = 0 configure:5499: result: o configure:5503: checking whether the compiler supports GNU C configure:5523: gcc -c conftest.c >&5 configure:5523: $? = 0 configure:5533: result: yes configure:5544: checking whether gcc accepts -g configure:5565: gcc -c -g conftest.c >&5 configure:5565: $? = 0 configure:5609: result: yes configure:5629: checking for gcc option to enable C11 features configure:5644: gcc -c -g -O2 conftest.c >&5 configure:5644: $? = 0 configure:5662: result: none needed configure:5778: checking whether gcc understands -c and -o together configure:5801: gcc -c conftest.c -o conftest2.o configure:5804: $? = 0 configure:5801: gcc -c conftest.c -o conftest2.o configure:5804: $? = 0 configure:5816: result: yes configure:5836: checking whether make supports the include directive configure:5851: make -f confmf.GNU && cat confinc.out this is the am__doit target configure:5854: $? = 0 configure:5873: result: yes (GNU style) configure:5899: checking dependency style of gcc configure:6011: result: gcc3 configure:6095: checking for g++ configure:6116: found /usr/bin/g++ configure:6127: result: g++ configure:6154: checking for C++ compiler version configure:6163: g++ --version >&5 g++ (GCC) 11.3.0 Copyright (C) 2021 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:6174: $? = 0 configure:6163: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-msys/11.3.0/lto-wrapper.exe Target: x86_64-pc-msys Configured with: /c/S/gcc/src/gcc-11.3.0/configure --build=x86_64-pc-msys --prefix=/usr --libexecdir=/usr/lib --enable-bootstrap --enable-shared --enable-shared-libgcc --enable-static --enable-version-specific-runtime-libs --with-arch=x86-64 --with-tune=generic --disable-multilib --enable-__cxa_atexit --with-dwarf2 --enable-languages=c,c++,fortran,lto --enable-graphite --enable-threads=posix --enable-libatomic --enable-libgomp --disable-libitm --enable-libquadmath --enable-libquadmath-support --disable-libssp --disable-win32-registry --disable-symvers --with-gnu-ld --with-gnu-as --disable-isl-version-check --enable-checking=release --without-libiconv-prefix --without-libintl-prefix --with-system-zlib --enable-linker-build-id --with-default-libstdcxx-abi=gcc4-compatible --enable-libstdcxx-filesystem-ts Thread model: posix Supported LTO compression algorithms: zlib gcc version 11.3.0 (GCC) configure:6174: $? = 0 configure:6163: g++ -V >&5 g++: error: unrecognized command-line option '-V' g++: fatal error: no input files compilation terminated. configure:6174: $? = 1 configure:6163: g++ -qversion >&5 g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? g++: fatal error: no input files compilation terminated. configure:6174: $? = 1 configure:6178: checking whether the compiler supports GNU C++ configure:6198: g++ -c conftest.cpp >&5 configure:6198: $? = 0 configure:6208: result: yes configure:6219: checking whether g++ accepts -g configure:6240: g++ -c -g conftest.cpp >&5 configure:6240: $? = 0 configure:6284: result: yes configure:6304: checking for g++ option to enable C++11 features configure:6319: g++ -c -g -O2 conftest.cpp >&5 conftest.cpp: In function 'int main(int, char**)': conftest.cpp:177:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] 177 | cxx11test::delegate d2(); | ^~ conftest.cpp:177:25: note: remove parentheses to default-initialize a variable 177 | cxx11test::delegate d2(); | ^~ | -- conftest.cpp:177:25: note: or replace parentheses with braces to value-initialize a variable configure:6319: $? = 0 configure:6337: result: none needed configure:6403: checking dependency style of g++ configure:6515: result: gcc3 configure:6563: checking for unzip configure:6584: found /usr/bin/unzip configure:6596: result: yes configure:6606: checking for m4 configure:6627: found /usr/bin/m4 configure:6639: result: yes configure:6649: checking for bison configure:6670: found /usr/bin/bison configure:6682: result: yes configure:6692: checking for flex configure:6713: found /usr/bin/flex configure:6725: result: yes configure:6735: checking for cmake configure:6768: result: no configure:6778: checking for patch configure:6799: found /usr/bin/patch configure:6811: result: yes configure:6844: g++ -o conftest.exe -g -O2 conftest.cpp >&5 configure:6844: $? = 0 configure:6844: ./conftest.exe configure:6844: $? = 0 configure:6849: g++ -o conftest.exe -g -O2 conftest.cpp >&5 configure:6849: $? = 0 configure:6849: ./conftest.exe configure:6849: $? = 0 configure:6854: g++ -o conftest.exe -g -O2 conftest.cpp >&5 configure:6854: $? = 0 configure:6854: ./conftest.exe configure:6854: $? = 0 configure:6981: checking for gfortran configure:7016: result: no configure:6981: checking for f90 configure:7016: result: no configure:6981: checking for xlf90 configure:7016: result: no configure:6981: checking for g95 configure:7016: result: no configure:6981: checking for ifort configure:7016: result: no configure:6981: checking for gfortran-mp-4.4 configure:7016: result: no configure:7039: checking for Fortran compiler version configure:7048: --version >&5 ./configure: line 7050: --version: command not found configure:7059: $? = 127 configure:7048: -v >&5 ./configure: line 7050: -v: command not found configure:7059: $? = 127 configure:7048: -V >&5 ./configure: line 7050: -V: command not found configure:7059: $? = 127 configure:7048: -qversion >&5 ./configure: line 7050: -qversion: command not found configure:7059: $? = 127 configure:7068: checking whether the compiler supports GNU Fortran configure:7082: -c conftest.F >&5 ./configure: line 2528: -c: command not found configure:7082: $? = 127 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:7092: result: no configure:7100: checking whether accepts -g configure:7112: -c -g conftest.f >&5 ./configure: line 2528: -c: command not found configure:7112: $? = 127 configure: failed program was: | program main | | end configure:7121: result: no configure:7208: checking for gfortran configure:7243: result: no configure:7208: checking for f90 configure:7243: result: no configure:7208: checking for xlf configure:7243: result: no configure:7208: checking for xlf90 configure:7243: result: no configure:7208: checking for g95 configure:7243: result: no configure:7208: checking for f77 configure:7243: result: no configure:7208: checking for fort77 configure:7243: result: no configure:7208: checking for configure:7243: result: no configure:7208: checking for ifort configure:7243: result: no configure:7208: checking for gfortran-mp-4.4 configure:7243: result: no configure:7266: checking for Fortran 77 compiler version configure:7275: --version >&5 ./configure: line 7277: --version: command not found configure:7286: $? = 127 configure:7275: -v >&5 ./configure: line 7277: -v: command not found configure:7286: $? = 127 configure:7275: -V >&5 ./configure: line 7277: -V: command not found configure:7286: $? = 127 configure:7275: -qversion >&5 ./configure: line 7277: -qversion: command not found configure:7286: $? = 127 configure:7295: checking whether the compiler supports GNU Fortran 77 configure:7309: -c conftest.F >&5 ./configure: line 2567: -c: command not found configure:7309: $? = 127 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:7319: result: no configure:7327: checking whether accepts -g configure:7339: -c -g conftest.f >&5 ./configure: line 2567: -c: command not found configure:7339: $? = 127 configure: failed program was: | program main | | end configure:7348: result: no configure:7388: checking build system type configure:7403: result: x86_64-pc-msys configure:7423: checking host system type configure:7437: result: x86_64-pc-msys configure:7462: checking how to get verbose linking output from configure:7473: -c conftest.f >&5 ./configure: line 2567: -c: command not found configure:7473: $? = 127 configure: failed program was: | program main | | end configure:7569: WARNING: compilation failed configure:7575: result: configure:7577: checking for Fortran 77 libraries of configure:7601: -o conftest.exe conftest.f ./configure: line 7606: -o: command not found configure:7817: result: configure:7921: fatal error : no fortran configure:7923: add --disable-fortran configure:7925: or try to compile f2c in directory 3rdparty/f2c configure:7927: just do: make install configure:7929: error: Fatal error No Fortran compiler . ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-msys ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= 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_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_F77_set= ac_cv_env_F77_value= ac_cv_env_FCFLAGS_set= ac_cv_env_FCFLAGS_value= ac_cv_env_FC_set= ac_cv_env_FC_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_MPICC_set= ac_cv_env_MPICC_value= ac_cv_env_MPICXX_set= ac_cv_env_MPICXX_value= ac_cv_env_MPIFC_set= ac_cv_env_MPIFC_value= ac_cv_env_MPIRUN_set= ac_cv_env_MPIRUN_value= ac_cv_env_YACC_set= ac_cv_env_YACC_value= ac_cv_env_YFLAGS_set= ac_cv_env_YFLAGS_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=.exe ac_cv_f77_compiler_gnu=no ac_cv_f77_libs= ac_cv_fc_compiler_gnu=no ac_cv_host=x86_64-pc-msys ac_cv_objext=o ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/usr/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_c11= ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_11=no ac_cv_prog_cxx_cxx11= ac_cv_prog_cxx_g=yes ac_cv_prog_cxx_stdcxx= ac_cv_prog_f77_g=no ac_cv_prog_fc_g=no ac_cv_prog_ff_bison=yes ac_cv_prog_ff_cmake=no ac_cv_prog_ff_flex=yes ac_cv_prog_ff_m4=yes ac_cv_prog_ff_patch=yes ac_cv_prog_ff_unzip=yes ac_cv_prog_make_make_set=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} '\''/d/git/freefem/freefem-sources/missing'\'' aclocal-1.16' ADD_PACKAGE_NAME='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_V='$(V)' AR='' ARFLAGS='' ARPACKLIB='' ARPACKLIBS='' ARPACK_FALSE='' ARPACK_TRUE='' AUTOCONF='${SHELL} '\''/d/git/freefem/freefem-sources/missing'\'' autoconf' AUTOHEADER='${SHELL} '\''/d/git/freefem/freefem-sources/missing'\'' autoheader' AUTOMAKE='${SHELL} '\''/d/git/freefem/freefem-sources/missing'\'' automake-1.16' AWK='gawk' BAMGPROG='' BEMTOOL_FALSE='' BEMTOOL_TRUE='' BIN_ffmaster='' BLACSLIBS='' BLACS_FALSE='' BLACS_TRUE='' BLASINC='' BLASLIBS='' BOOST_FALSE='' BOOST_TRUE='' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' CFLAGSF77='' CNOFLAGS='' COMPILE_OPENBLAS='' CPPFLAGS='' CSCOPE='cscope' CTAGS='ctags' CXX11FLAGS='' CXX='g++' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2' CYGPATH_W='cygpath -w' DEFS='' DEPDIR='.deps' DOWNLOADCOMPILE='' DOWNLOADED_BLAS='' DOWNLOADED_BLAS_BUILT_SOURCES='' DOWNLOAD_ARPACK='' DOWNLOAD_FALSE='' DOWNLOAD_FFTW='' DOWNLOAD_TRUE='' DOWNLOAD_UMFPACK='' DYLIB_SUFFIX='' ECHO_C='' ECHO_N='-n' ECHO_T='' EIGENOBJ='' ENABLE_EIGEN_FALSE='' ENABLE_EIGEN_TRUE='' ENABLE_FFCS='no' ENABLE_FFCS_FALSE='' ENABLE_FFCS_TRUE='#' ETAGS='etags' EXEEXT='.exe' F77='' FC='' FCFLAGS='' FFCS_MPIOK_FALSE='' FFCS_MPIOK_TRUE='' FFCS_WINDOWS_FALSE='' FFCS_WINDOWS_TRUE='' FFGLUTNAME='' FFGLUTPROG='' FFLAGS='' FFTW3_FALSE='' FFTW3_TRUE='' FF_HAVE_REGEX_H='' FF_LAPACKdir='' FF_LIBS='' FF_MALLOC_H='' FF_SECOND='' FF_UMFPACK_CONFIG='' FF_ZLIB='' FF_conf_petsc_complex='' FF_conf_petsc_real='' FF_generic_petsc='' FF_prefix_petsc='' FF_prefix_petsc_complex='' FF_prefix_petsc_real='' FLIBS='' FNOFLAGS='' FORTRAN_FALSE='' FORTRAN_TRUE='' FREEYAMS_FALSE='' FREEYAMS_TRUE='' G2CLIB='' GCCNOCYGWIN='' GMM_FALSE='' GMM_TRUE='' GREP='' GSL_CFLAGS='' GSL_CONFIG='' GSL_FALSE='' GSL_LIBS='' GSL_TRUE='' H5CC='' H5FC='' HDF5_CC='' HDF5_CFLAGS='' HDF5_CPPFLAGS='' HDF5_FALSE='' HDF5_FC='' HDF5_FFLAGS='' HDF5_FLIBS='' HDF5_LDFLAGS='' HDF5_LIBS='' HDF5_TRUE='' HDF5_TYPE='' HDF5_VERSION='' HPDDM_FALSE='' HPDDM_TRUE='' HTOOL_FALSE='' HTOOL_INCLUDE_DIR='' HTOOL_TRUE='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' IPOPT_FALSE='' IPOPT_TRUE='' KERNEL_VERSION='' LAPACKLIBS='' LAPACK_arpack_LIB='' LDFLAGS='' LEX='' LEXLIB='' LEX_OUTPUT_ROOT='' LIBC_VERSION='' LIBOBJS='' LIBS='' LIBSEQ_FALSE='' LIBSEQ_TRUE='' LIBSGLUT='' LIBSNOCONSOLE='' LIBSPTHREAD='' LIB_PTHREAD_GOOGLE='' LOAD_COMPILE='' LOAD_TESTS='' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} '\''/d/git/freefem/freefem-sources/missing'\'' makeinfo' MEDITPROG='' METIS_FALSE='' METIS_TRUE='' MKDIR_P='/usr/bin/mkdir -p' MKL_FALSE='' MKL_TRUE='' MMG3D_FALSE='' MMG3D_TRUE='' MMG_FALSE='' MMG_TRUE='' MPICC='' MPICXX='' MPIFC='' MPIPROG='' MPIRUN='' MPISCRIPT='' MPI_FALSE='' MPI_INCLUDE='' MPI_INC_DIR='' MPI_LIB='' MPI_LIBC='' MPI_LIBFC='' MPI_LIB_DIRS='' MPI_RUN_OPTION='' MPI_TRUE='' MSHMET_FALSE='' MSHMET_TRUE='' MUMPS_FALSE='' MUMPS_TRUE='' MUMPS_ptscotch_FALSE='' MUMPS_ptscotch_TRUE='' MUMPS_scotch_FALSE='' MUMPS_scotch_TRUE='' MUMPS_seq_FALSE='' MUMPS_seq_TRUE='' NLOPT_FALSE='' NLOPT_TRUE='' NO_RANGE_CHECK='' OBJEXT='o' OPTIM_TYPE='' PACKAGE='FreeFEM' PACKAGE_BUGREPORT='frederic.hecht@sorbonne-universite.fr' PACKAGE_NAME='FreeFEM' PACKAGE_STRING='FreeFEM 4.12' PACKAGE_TARNAME='FreeFEM' PACKAGE_URL='' PACKAGE_VERSION='4.12' PARMETIS_FALSE='' PARMETIS_TRUE='' PARMMG_FALSE='' PARMMG_TRUE='' PATH_SEPARATOR=':' PETSCCOMPLEX_FALSE='' PETSCCOMPLEX_TRUE='' PETSC_FALSE='' PETSC_TRUE='' PIPE_FALSE='' PIPE_TRUE='' PTHREAD_FALSE='' PTHREAD_TRUE='' PTSCOTCH_FALSE='' PTSCOTCH_TRUE='' RANLIB='ranlib' RANLIN='' SCALAPACK_FALSE='' SCALAPACK_TRUE='' SCOTCH_FALSE='' SCOTCH_INCLUDE='' SCOTCH_TRUE='' SED='' SET_MAKE='' SHELL='/bin/sh' SIZEOF_INT='4' SIZEOF_LONG='8' SIZEOF_PTR='8' SIZEOF_PTRINBIT='64' SKIP_TESTS_EIGEN='' SKIP_TESTS_MPI='' SLEPCCOMPLEX_FALSE='' SLEPCCOMPLEX_TRUE='' SLEPC_FALSE='' SLEPC_TRUE='' STATICTOOL='' STDPROG='' STD_GRAPH_OBJ='' STD_LDFLAGS='' STD_LIBS='' STRIP='' SUPERLU_FALSE='' SUPERLU_TRUE='' TEST_FFPP='' TEST_FFPPMPI='' TEST_FFPP_MPI='' TETGEN_FALSE='' TETGEN_TRUE='' TOOL_COMPILE_MMAP='' TOOL_COMPILE_NewSolver='' TOOL_COMPILE_bem='' TOOL_COMPILE_blaslapack='' TOOL_COMPILE_gmm='' TOOL_COMPILE_gsl='' TOOL_COMPILE_hpddm='' TOOL_COMPILE_htool='' TOOL_COMPILE_iohdf5='' TOOL_COMPILE_ipopt='' TOOL_COMPILE_lapack='' TOOL_COMPILE_libpthread_google='' TOOL_COMPILE_metis='' TOOL_COMPILE_mkl='' TOOL_COMPILE_mmg3d='' TOOL_COMPILE_mmg='' TOOL_COMPILE_mshmet='' TOOL_COMPILE_mumps='' TOOL_COMPILE_mumps_seq='' TOOL_COMPILE_nlopt='' TOOL_COMPILE_parmetis='' TOOL_COMPILE_parmmg='' TOOL_COMPILE_petsc='' TOOL_COMPILE_petsccomplex='' TOOL_COMPILE_pipe='' TOOL_COMPILE_ptscotch='' TOOL_COMPILE_scalapack='' TOOL_COMPILE_scotch='' TOOL_COMPILE_suitesparse='' TOOL_COMPILE_superlu='' TOOL_COMPILE_tetgen='' TOOL_COMPILE_umfpack='' TOOL_COMPILE_yams='' TOOL_DYLIB_MMAP='' TOOL_DYLIB_NewSolver='' TOOL_DYLIB_bem='' TOOL_DYLIB_ffnewuoa='' TOOL_DYLIB_gmm='' TOOL_DYLIB_gsl='' TOOL_DYLIB_hpddm='' TOOL_DYLIB_iohdf5='' TOOL_DYLIB_ipopt='' TOOL_DYLIB_lapack='' TOOL_DYLIB_libpthread_google='' TOOL_DYLIB_metis='' TOOL_DYLIB_mkl='' TOOL_DYLIB_mmg3d='' TOOL_DYLIB_mmg='' TOOL_DYLIB_mshmet='' TOOL_DYLIB_mumps='' TOOL_DYLIB_mumps_seq='' TOOL_DYLIB_nlopt='' TOOL_DYLIB_parmetis='' TOOL_DYLIB_parmmg='' TOOL_DYLIB_pipe='' TOOL_DYLIB_scalapack='' TOOL_DYLIB_scotch='' TOOL_DYLIB_superlu='' TOOL_DYLIB_tetgen='' TOOL_DYLIB_umfpack='' TOOL_DYLIB_yams='' UMFPACKLIBS='' UMFPACK_CPPFLAGS='' UMFPACK_FALSE='' UMFPACK_TRUE='' VERSION='4.12' WGET='' WIN32DLLTARGET='' WINDRESOBJ='' WITH_CXX11='' YACC='' YFLAGS='' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_F77='' ac_ct_FC='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_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='x86_64-pc-msys' build_alias='x86_64-pc-msys' build_cpu='x86_64' build_os='msys' build_vendor='pc' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' ff_bison='yes' ff_cmake='no' ff_curl='' ff_flex='yes' ff_git='' ff_libtool='' ff_m4='yes' ff_patch='yes' ff_prefix='' ff_prefix_dir='' ff_prefix_dir_etc='' ff_prefix_dir_example='' ff_prefix_dir_include='' ff_prefix_dir_lib='' ff_prefix_dir_lib_mpi='' ff_unzip='yes' ff_wget='' host='x86_64-pc-msys' host_alias='' host_cpu='x86_64' host_os='msys' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /d/git/freefem/freefem-sources/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "FreeFEM" #define PACKAGE_TARNAME "FreeFEM" #define PACKAGE_VERSION "4.12" #define PACKAGE_STRING "FreeFEM 4.12" #define PACKAGE_BUGREPORT "frederic.hecht@sorbonne-universite.fr" #define PACKAGE_URL "" #define PACKAGE "FreeFEM" #define VERSION "4.12" configure: exit 1