Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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 --without-hdf5 --enable-download_metis --enable-download_parmetis --enable-download_mmg --enable-download_mmg3d --enable-download_parmmg --enable-download_mshmet --enable-download_nlopt --enable-optim --with-petsc=/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib --with-petsc_complex=/home/km_freefem/FreeFem/petsc/arch-FreeFem-complex/lib
- ## --------- ##
- ## Platform. ##
- ## --------- ##
- hostname = pop-os
- uname -m = x86_64
- uname -r = 6.0.12-76060006-generic
- uname -s = Linux
- uname -v = #202212290932~1673966427~22.04~e15d5b5 SMP PREEMPT_DYNAMIC Tue J
- /usr/bin/uname -p = x86_64
- /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/sbin/
- PATH: /usr/local/bin/
- PATH: /usr/sbin/
- PATH: /usr/bin/
- PATH: /sbin/
- PATH: /bin/
- PATH: /usr/games/
- PATH: /usr/local/games/
- PATH: /snap/bin/
- ## ----------- ##
- ## Core tests. ##
- ## ----------- ##
- configure:3800: looking for aux files: config.guess config.sub compile missing install-sh
- configure:3813: trying ./
- configure:3842: ./config.guess found
- configure:3842: ./config.sub found
- configure:3842: ./compile found
- configure:3842: ./missing found
- configure:3824: ./install-sh found
- configure:3986: checking for a BSD-compatible install
- configure:4059: result: /usr/bin/install -c
- configure:4070: checking whether build environment is sane
- configure:4125: result: yes
- configure:4284: checking for a race-free mkdir -p
- configure:4328: result: /usr/bin/mkdir -p
- configure:4335: checking for gawk
- configure:4370: result: no
- configure:4335: checking for mawk
- configure:4356: found /usr/bin/mawk
- configure:4367: result: mawk
- configure:4378: checking whether make sets $(MAKE)
- configure:4401: result: yes
- configure:4431: checking whether make supports nested variables
- configure:4449: result: yes
- configure:4595: checking whether make sets $(MAKE)
- configure:4618: result: yes
- configure:4675: checking for ranlib
- configure:4696: found /usr/bin/ranlib
- configure:4707: result: ranlib
- configure:4748: checking whether to enable maintainer-specific portions of Makefiles
- configure:4758: result: no
- configure:4838: checking for gcc
- configure:4859: found /usr/bin/gcc
- configure:4870: result: gcc
- configure:5223: checking for C compiler version
- configure:5232: gcc --version >&5
- gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 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:5243: $? = 0
- configure:5232: gcc -v >&5
- Using built-in specs.
- COLLECT_GCC=gcc
- COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
- OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
- OFFLOAD_TARGET_DEFAULT=1
- Target: x86_64-linux-gnu
- Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.3.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
- Thread model: posix
- Supported LTO compression algorithms: zlib zstd
- gcc version 11.3.0 (Ubuntu 11.3.0-1ubuntu1~22.04)
- ... rest of stderr output deleted ...
- configure:5243: $? = 0
- configure:5232: gcc -V >&5
- gcc: error: unrecognized command-line option '-V'
- gcc: fatal error: no input files
- compilation terminated.
- configure:5243: $? = 1
- configure:5232: gcc -qversion >&5
- gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
- gcc: fatal error: no input files
- compilation terminated.
- configure:5243: $? = 1
- configure:5232: gcc -version >&5
- gcc: error: unrecognized command-line option '-version'
- gcc: fatal error: no input files
- compilation terminated.
- configure:5243: $? = 1
- configure:5263: checking whether the C compiler works
- configure:5285: gcc conftest.c >&5
- configure:5289: $? = 0
- configure:5339: result: yes
- configure:5342: checking for C compiler default output file name
- configure:5344: result: a.out
- configure:5350: checking for suffix of executables
- configure:5357: gcc -o conftest conftest.c >&5
- configure:5361: $? = 0
- configure:5384: result:
- configure:5406: checking whether we are cross compiling
- configure:5414: gcc -o conftest conftest.c >&5
- configure:5418: $? = 0
- configure:5425: ./conftest
- configure:5429: $? = 0
- configure:5444: result: no
- configure:5449: checking for suffix of object files
- configure:5472: gcc -c conftest.c >&5
- configure:5476: $? = 0
- configure:5498: result: o
- configure:5502: checking whether the compiler supports GNU C
- configure:5522: gcc -c conftest.c >&5
- configure:5522: $? = 0
- configure:5532: result: yes
- configure:5543: checking whether gcc accepts -g
- configure:5564: gcc -c -g conftest.c >&5
- configure:5564: $? = 0
- configure:5608: result: yes
- configure:5628: checking for gcc option to enable C11 features
- configure:5643: gcc -c -g -O2 conftest.c >&5
- configure:5643: $? = 0
- configure:5661: result: none needed
- configure:5777: checking whether gcc understands -c and -o together
- configure:5800: gcc -c conftest.c -o conftest2.o
- configure:5803: $? = 0
- configure:5800: gcc -c conftest.c -o conftest2.o
- configure:5803: $? = 0
- configure:5815: result: yes
- configure:5835: checking whether make supports the include directive
- configure:5850: make -f confmf.GNU && cat confinc.out
- this is the am__doit target
- configure:5853: $? = 0
- configure:5872: result: yes (GNU style)
- configure:5898: checking dependency style of gcc
- configure:6010: result: gcc3
- configure:6094: checking for g++
- configure:6115: found /usr/bin/g++
- configure:6126: result: g++
- configure:6153: checking for C++ compiler version
- configure:6162: g++ --version >&5
- g++ (Ubuntu 11.3.0-1ubuntu1~22.04) 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:6173: $? = 0
- configure:6162: g++ -v >&5
- Using built-in specs.
- COLLECT_GCC=g++
- COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
- OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
- OFFLOAD_TARGET_DEFAULT=1
- Target: x86_64-linux-gnu
- Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.3.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
- Thread model: posix
- Supported LTO compression algorithms: zlib zstd
- gcc version 11.3.0 (Ubuntu 11.3.0-1ubuntu1~22.04)
- ... rest of stderr output deleted ...
- configure:6173: $? = 0
- configure:6162: g++ -V >&5
- g++: error: unrecognized command-line option '-V'
- g++: fatal error: no input files
- compilation terminated.
- configure:6173: $? = 1
- configure:6162: g++ -qversion >&5
- g++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
- g++: fatal error: no input files
- compilation terminated.
- configure:6173: $? = 1
- configure:6177: checking whether the compiler supports GNU C++
- configure:6197: g++ -c conftest.cpp >&5
- configure:6197: $? = 0
- configure:6207: result: yes
- configure:6218: checking whether g++ accepts -g
- configure:6239: g++ -c -g conftest.cpp >&5
- configure:6239: $? = 0
- configure:6283: result: yes
- configure:6303: checking for g++ option to enable C++11 features
- configure:6318: 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:6318: $? = 0
- configure:6336: result: none needed
- configure:6402: checking dependency style of g++
- configure:6514: result: gcc3
- configure:6562: checking for unzip
- configure:6583: found /usr/bin/unzip
- configure:6595: result: yes
- configure:6605: checking for m4
- configure:6626: found /usr/bin/m4
- configure:6638: result: yes
- configure:6648: checking for bison
- configure:6669: found /usr/bin/bison
- configure:6681: result: yes
- configure:6691: checking for flex
- configure:6712: found /usr/bin/flex
- configure:6724: result: yes
- configure:6734: checking for cmake
- configure:6755: found /usr/bin/cmake
- configure:6767: result: yes
- configure:6777: checking for patch
- configure:6798: found /usr/bin/patch
- configure:6810: result: yes
- configure:6843: g++ -o conftest -g -O2 conftest.cpp >&5
- configure:6843: $? = 0
- configure:6843: ./conftest
- configure:6843: $? = 0
- configure:6848: g++ -o conftest -g -O2 conftest.cpp >&5
- configure:6848: $? = 0
- configure:6848: ./conftest
- configure:6848: $? = 0
- configure:6853: g++ -o conftest -g -O2 conftest.cpp >&5
- configure:6853: $? = 0
- configure:6853: ./conftest
- configure:6853: $? = 0
- configure:6980: checking for gfortran
- configure:7001: found /usr/bin/gfortran
- configure:7012: result: gfortran
- configure:7038: checking for Fortran compiler version
- configure:7047: gfortran --version >&5
- GNU Fortran (Ubuntu 11.3.0-1ubuntu1~22.04) 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:7058: $? = 0
- configure:7047: gfortran -v >&5
- Using built-in specs.
- COLLECT_GCC=gfortran
- COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
- OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
- OFFLOAD_TARGET_DEFAULT=1
- Target: x86_64-linux-gnu
- Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.3.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
- Thread model: posix
- Supported LTO compression algorithms: zlib zstd
- gcc version 11.3.0 (Ubuntu 11.3.0-1ubuntu1~22.04)
- ... rest of stderr output deleted ...
- configure:7058: $? = 0
- configure:7047: gfortran -V >&5
- gfortran: error: unrecognized command-line option '-V'
- gfortran: fatal error: no input files
- compilation terminated.
- configure:7058: $? = 1
- configure:7047: gfortran -qversion >&5
- gfortran: error: unrecognized command-line option '-qversion'; did you mean '--version'?
- gfortran: fatal error: no input files
- compilation terminated.
- configure:7058: $? = 1
- configure:7067: checking whether the compiler supports GNU Fortran
- configure:7081: gfortran -c conftest.F >&5
- configure:7081: $? = 0
- configure:7091: result: yes
- configure:7099: checking whether gfortran accepts -g
- configure:7111: gfortran -c -g conftest.f >&5
- configure:7111: $? = 0
- configure:7120: result: yes
- configure:7207: checking for gfortran
- configure:7228: found /usr/bin/gfortran
- configure:7239: result: gfortran
- configure:7265: checking for Fortran 77 compiler version
- configure:7274: gfortran --version >&5
- GNU Fortran (Ubuntu 11.3.0-1ubuntu1~22.04) 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:7285: $? = 0
- configure:7274: gfortran -v >&5
- Using built-in specs.
- COLLECT_GCC=gfortran
- COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
- OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
- OFFLOAD_TARGET_DEFAULT=1
- Target: x86_64-linux-gnu
- Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.3.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
- Thread model: posix
- Supported LTO compression algorithms: zlib zstd
- gcc version 11.3.0 (Ubuntu 11.3.0-1ubuntu1~22.04)
- ... rest of stderr output deleted ...
- configure:7285: $? = 0
- configure:7274: gfortran -V >&5
- gfortran: error: unrecognized command-line option '-V'
- gfortran: fatal error: no input files
- compilation terminated.
- configure:7285: $? = 1
- configure:7274: gfortran -qversion >&5
- gfortran: error: unrecognized command-line option '-qversion'; did you mean '--version'?
- gfortran: fatal error: no input files
- compilation terminated.
- configure:7285: $? = 1
- configure:7294: checking whether the compiler supports GNU Fortran 77
- configure:7308: gfortran -c conftest.F >&5
- configure:7308: $? = 0
- configure:7318: result: yes
- configure:7326: checking whether gfortran accepts -g
- configure:7338: gfortran -c -g conftest.f >&5
- configure:7338: $? = 0
- configure:7347: result: yes
- configure:7387: checking build system type
- configure:7402: result: x86_64-pc-linux-gnu
- configure:7422: checking host system type
- configure:7436: result: x86_64-pc-linux-gnu
- configure:7461: checking how to get verbose linking output from gfortran
- configure:7472: gfortran -c -g -O2 conftest.f >&5
- configure:7472: $? = 0
- configure:7491: gfortran -o conftest -g -O2 -v conftest.f
- Using built-in specs.
- Target: x86_64-linux-gnu
- Thread model: posix
- Supported LTO compression algorithms: zlib zstd
- gcc version 11.3.0 (Ubuntu 11.3.0-1ubuntu1~22.04)
- /usr/lib/gcc/x86_64-linux-gnu/11/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -dumpbase-ext .f -mtune=generic -march=x86-64 -g -O2 -version -fintrinsic-modules-path /usr/lib/gcc/x86_64-linux-gnu/11/finclude -fpre-include=/usr/include/finclude/math-vector-fortran.h -o /tmp/cc3WfAmS.s
- GNU Fortran (Ubuntu 11.3.0-1ubuntu1~22.04) version 11.3.0 (x86_64-linux-gnu)
- compiled by GNU C version 11.3.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
- GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
- GNU Fortran2008 (Ubuntu 11.3.0-1ubuntu1~22.04) version 11.3.0 (x86_64-linux-gnu)
- compiled by GNU C version 11.3.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
- GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
- as -v --gdwarf-5 --64 -o /tmp/ccsTw3xf.o /tmp/cc3WfAmS.s
- GNU assembler version 2.38 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.38
- Reading specs from /usr/lib/gcc/x86_64-linux-gnu/11/libgfortran.spec
- rename spec lib to liborig
- /usr/lib/gcc/x86_64-linux-gnu/11/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper -plugin-opt=-fresolution=/tmp/ccF9xnrs.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o conftest /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. /tmp/ccsTw3xf.o -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o
- configure:7574: result: -v
- configure:7576: checking for Fortran 77 libraries of gfortran
- configure:7600: gfortran -o conftest -g -O2 -v conftest.f
- Using built-in specs.
- Target: x86_64-linux-gnu
- Thread model: posix
- Supported LTO compression algorithms: zlib zstd
- gcc version 11.3.0 (Ubuntu 11.3.0-1ubuntu1~22.04)
- /usr/lib/gcc/x86_64-linux-gnu/11/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -dumpbase-ext .f -mtune=generic -march=x86-64 -g -O2 -version -fintrinsic-modules-path /usr/lib/gcc/x86_64-linux-gnu/11/finclude -fpre-include=/usr/include/finclude/math-vector-fortran.h -o /tmp/ccmOroVX.s
- GNU Fortran (Ubuntu 11.3.0-1ubuntu1~22.04) version 11.3.0 (x86_64-linux-gnu)
- compiled by GNU C version 11.3.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
- GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
- GNU Fortran2008 (Ubuntu 11.3.0-1ubuntu1~22.04) version 11.3.0 (x86_64-linux-gnu)
- compiled by GNU C version 11.3.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
- GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
- as -v --gdwarf-5 --64 -o /tmp/ccK4m5qq.o /tmp/ccmOroVX.s
- GNU assembler version 2.38 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.38
- Reading specs from /usr/lib/gcc/x86_64-linux-gnu/11/libgfortran.spec
- rename spec lib to liborig
- /usr/lib/gcc/x86_64-linux-gnu/11/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper -plugin-opt=-fresolution=/tmp/cc3q6OEg.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o conftest /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. /tmp/ccK4m5qq.o -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o
- configure:7816: result: -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath
- configure:7948: g++ -o conftest -g -O2 conftest.cpp -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath >&5
- configure:7948: $? = 0
- configure:7966: checking Size of fortran 77 integer
- configure:7991: gfortran -o conftest -g -O2 conftest.f >&5
- configure:7991: $? = 0
- configure:7991: ./conftest
- configure:7991: $? = 0
- configure:8008: result: 4
- configure:8016: checking for dummy main to link with Fortran 77 libraries
- configure:8051: gcc -o conftest -g -O2 conftest.c -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath >&5
- configure:8051: $? = 0
- configure:8098: result: none
- configure:8130: checking for Fortran 77 name-mangling scheme
- configure:8144: gfortran -c -g -O2 conftest.f >&5
- configure:8144: $? = 0
- configure:8183: gcc -o conftest -g -O2 conftest.c cfortran_test.o -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath >&5
- /usr/bin/ld: /tmp/cck4Uaru.o: in function `main':
- /home/km_freefem/FreeFem/FreeFem-sources/conftest.c:27: undefined reference to `foobar'
- collect2: error: ld returned 1 exit status
- configure:8183: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "FreeFEM"
- | #define PACKAGE_TARNAME "FreeFEM"
- | #define PACKAGE_VERSION "4.12"
- | #define PACKAGE_STRING "FreeFEM 4.12"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define PACKAGE "FreeFEM"
- | #define VERSION "4.12"
- | /* end confdefs.h. */
- |
- | /* Override any GCC internal prototype to avoid an error.
- | Use char because int might match the return type of a GCC
- | builtin and then its argument prototype would still apply. */
- | char foobar ();
- | #ifdef F77_DUMMY_MAIN
- |
- | # ifdef __cplusplus
- | extern "C"
- | # endif
- | int F77_DUMMY_MAIN() { return 1; }
- |
- | #endif
- | int
- | main (void)
- | {
- | return foobar ();
- | ;
- | return 0;
- | }
- configure:8183: gcc -o conftest -g -O2 conftest.c cfortran_test.o -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath >&5
- configure:8183: $? = 0
- configure:8239: gcc -o conftest -g -O2 conftest.c cfortran_test.o -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath >&5
- configure:8239: $? = 0
- configure:8282: result: lower case, underscore, no extra underscore
- configure:8377: ++ add f77 : -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath ; -DAdd_ in plugin/seq/WHERE_LIBRARY-config "
- configure:8391: ++ add fc : -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath ; -DAdd_ in plugin/seq/WHERE_LIBRARY-config "
- configure:8464: checking for gcc
- configure:8496: result: gcc
- configure:8849: checking for C compiler version
- configure:8858: gcc --version >&5
- gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 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:8869: $? = 0
- configure:8858: gcc -v >&5
- Using built-in specs.
- COLLECT_GCC=gcc
- COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
- OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
- OFFLOAD_TARGET_DEFAULT=1
- Target: x86_64-linux-gnu
- Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.3.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
- Thread model: posix
- Supported LTO compression algorithms: zlib zstd
- gcc version 11.3.0 (Ubuntu 11.3.0-1ubuntu1~22.04)
- ... rest of stderr output deleted ...
- configure:8869: $? = 0
- configure:8858: gcc -V >&5
- gcc: error: unrecognized command-line option '-V'
- gcc: fatal error: no input files
- compilation terminated.
- configure:8869: $? = 1
- configure:8858: gcc -qversion >&5
- gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
- gcc: fatal error: no input files
- compilation terminated.
- configure:8869: $? = 1
- configure:8858: gcc -version >&5
- gcc: error: unrecognized command-line option '-version'
- gcc: fatal error: no input files
- compilation terminated.
- configure:8869: $? = 1
- configure:8873: checking whether the compiler supports GNU C
- configure:8911: result: yes
- configure:8922: checking whether gcc accepts -g
- configure:9011: result: yes
- configure:9031: checking for gcc option to enable C11 features
- configure:9064: result: none needed
- configure:9180: checking whether gcc understands -c and -o together
- configure:9226: result: yes
- configure:9245: checking dependency style of gcc
- configure:9357: result: gcc3
- configure:9387: checking for flex
- configure:9408: found /usr/bin/flex
- configure:9419: result: flex
- configure:9468: checking for lex output file root
- configure:9481: flex conftest.l
- configure:9485: $? = 0
- configure:9493: result: lex.yy
- configure:9508: checking for lex library
- configure:9533: g++ -o conftest -g -O2 conftest.cpp >&5
- configure:9533: $? = 0
- configure:9546: result: none needed
- configure:9561: checking for library containing yywrap
- configure:9598: g++ -o conftest -g -O2 conftest.cpp >&5
- /usr/bin/ld: /tmp/ccGi2Kp6.o: in function `main':
- /home/km_freefem/FreeFem/FreeFem-sources/conftest.cpp:28: undefined reference to `yywrap'
- collect2: error: ld returned 1 exit status
- configure:9598: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "FreeFEM"
- | #define PACKAGE_TARNAME "FreeFEM"
- | #define PACKAGE_VERSION "4.12"
- | #define PACKAGE_STRING "FreeFEM 4.12"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define PACKAGE "FreeFEM"
- | #define VERSION "4.12"
- | #define F77_FUNC(name,NAME) name ## _
- | #define F77_FUNC_(name,NAME) name ## _
- | /* end confdefs.h. */
- |
- | namespace conftest {
- | extern "C" int yywrap ();
- | }
- | #ifdef F77_DUMMY_MAIN
- |
- | # ifdef __cplusplus
- | extern "C"
- | # endif
- | int F77_DUMMY_MAIN() { return 1; }
- |
- | #endif
- | int
- | main (void)
- | {
- | return conftest::yywrap ();
- | ;
- | return 0;
- | }
- configure:9598: g++ -o conftest -g -O2 conftest.cpp -lfl >&5
- /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libfl.so: undefined reference to `yylex'
- collect2: error: ld returned 1 exit status
- configure:9598: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "FreeFEM"
- | #define PACKAGE_TARNAME "FreeFEM"
- | #define PACKAGE_VERSION "4.12"
- | #define PACKAGE_STRING "FreeFEM 4.12"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define PACKAGE "FreeFEM"
- | #define VERSION "4.12"
- | #define F77_FUNC(name,NAME) name ## _
- | #define F77_FUNC_(name,NAME) name ## _
- | /* end confdefs.h. */
- |
- | namespace conftest {
- | extern "C" int yywrap ();
- | }
- | #ifdef F77_DUMMY_MAIN
- |
- | # ifdef __cplusplus
- | extern "C"
- | # endif
- | int F77_DUMMY_MAIN() { return 1; }
- |
- | #endif
- | int
- | main (void)
- | {
- | return conftest::yywrap ();
- | ;
- | return 0;
- | }
- configure:9598: g++ -o conftest -g -O2 conftest.cpp -ll >&5
- configure:9598: $? = 0
- configure:9618: result: -ll
- configure:9634: checking whether yytext is a pointer
- configure:9650: g++ -c -g -O2 conftest.cpp >&5
- configure:9650: $? = 0
- configure:9657: result: yes
- configure:9676: checking for bison
- configure:9697: found /usr/bin/bison
- configure:9708: result: bison -y
- configure:9729: checking for deflate in -lz
- configure:9759: g++ -o conftest -g -O2 conftest.cpp -lz >&5
- configure:9759: $? = 0
- configure:9769: result: yes
- configure:9791: checking for pthread_create in -lpthread
- configure:9821: g++ -o conftest -g -O2 conftest.cpp -lpthread >&5
- configure:9821: $? = 0
- configure:9831: result: yes
- configure:9840: checking for omp_get_wtime in -liomp5
- configure:9870: g++ -o conftest -g -O2 conftest.cpp -liomp5 >&5
- /usr/bin/ld: cannot find -liomp5: No such file or directory
- collect2: error: ld returned 1 exit status
- configure:9870: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "FreeFEM"
- | #define PACKAGE_TARNAME "FreeFEM"
- | #define PACKAGE_VERSION "4.12"
- | #define PACKAGE_STRING "FreeFEM 4.12"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define PACKAGE "FreeFEM"
- | #define VERSION "4.12"
- | #define F77_FUNC(name,NAME) name ## _
- | #define F77_FUNC_(name,NAME) name ## _
- | #define YYTEXT_POINTER 1
- | /* end confdefs.h. */
- |
- | namespace conftest {
- | extern "C" int omp_get_wtime ();
- | }
- | #ifdef F77_DUMMY_MAIN
- |
- | # ifdef __cplusplus
- | extern "C"
- | # endif
- | int F77_DUMMY_MAIN() { return 1; }
- |
- | #endif
- | int
- | main (void)
- | {
- | return conftest::omp_get_wtime ();
- | ;
- | return 0;
- | }
- configure:9880: result: no
- configure:9889: checking for clock_gettime in -lrt
- configure:9919: g++ -o conftest -g -O2 conftest.cpp -lrt >&5
- configure:9919: $? = 0
- configure:9929: result: yes
- configure:9943: checking for stdio.h
- configure:9943: g++ -c -g -O2 conftest.cpp >&5
- configure:9943: $? = 0
- configure:9943: result: yes
- configure:9943: checking for stdlib.h
- configure:9943: g++ -c -g -O2 conftest.cpp >&5
- configure:9943: $? = 0
- configure:9943: result: yes
- configure:9943: checking for string.h
- configure:9943: g++ -c -g -O2 conftest.cpp >&5
- configure:9943: $? = 0
- configure:9943: result: yes
- configure:9943: checking for inttypes.h
- configure:9943: g++ -c -g -O2 conftest.cpp >&5
- configure:9943: $? = 0
- configure:9943: result: yes
- configure:9943: checking for stdint.h
- configure:9943: g++ -c -g -O2 conftest.cpp >&5
- configure:9943: $? = 0
- configure:9943: result: yes
- configure:9943: checking for strings.h
- configure:9943: g++ -c -g -O2 conftest.cpp >&5
- configure:9943: $? = 0
- configure:9943: result: yes
- configure:9943: checking for sys/stat.h
- configure:9943: g++ -c -g -O2 conftest.cpp >&5
- configure:9943: $? = 0
- configure:9943: result: yes
- configure:9943: checking for sys/types.h
- configure:9943: g++ -c -g -O2 conftest.cpp >&5
- configure:9943: $? = 0
- configure:9943: result: yes
- configure:9943: checking for unistd.h
- configure:9943: g++ -c -g -O2 conftest.cpp >&5
- configure:9943: $? = 0
- configure:9943: result: yes
- configure:9943: checking for sys/time.h
- configure:9943: g++ -c -g -O2 conftest.cpp >&5
- configure:9943: $? = 0
- configure:9943: result: yes
- configure:9970: checking for zlib.h
- configure:9970: g++ -c -g -O2 conftest.cpp >&5
- configure:9970: $? = 0
- configure:9970: result: yes
- configure:9991: ++ add pthread : -lpthread ; in plugin/seq/WHERE_LIBRARY-config "
- configure:10018: checking wether we are on a MacIntosh
- configure:10030: result: no
- configure:10033: checking wether we are on SunOS
- configure:10040: result: no
- configure:10078: checking wether we are on Microsoft Windows
- configure:10302: result: no
- configure:10324: checking prefix dir freefem++
- configure:10326: result: /usr/local/lib/ff++/4.12
- configure:10414: ----- CPU kind: x86_64 , intel/amd: yes
- configure:11041: checking whether to generate debugging information
- configure:11237: result: no
- configure:11252: checking whether the C compiler accepts -O3
- configure:11288: gcc -o conftest -g -O2 -DNDEBUG -O3 conftest.c -lrt >&5
- configure:11288: $? = 0
- configure:11296: result: yes
- configure:11314: checking whether the C++ compiler accepts -O3
- configure:11350: g++ -o conftest -g -O2 -DNDEBUG -O3 conftest.cpp -lrt >&5
- configure:11350: $? = 0
- configure:11358: result: yes
- configure:11376: checking whether the Fortran 77 compiler accepts -O3
- configure:11396: gfortran -o conftest -g -O2 -DNDEBUG -O3 conftest.f -lrt >&5
- configure:11396: $? = 0
- configure:11404: result: yes
- configure:12074: checking whether the C compiler accepts -mmmx
- configure:12110: gcc -o conftest -g -DNDEBUG -O3 -mmmx conftest.c -lrt >&5
- configure:12110: $? = 0
- configure:12118: result: yes
- configure:12136: checking whether the C++ compiler accepts -mmmx
- configure:12172: g++ -o conftest -g -DNDEBUG -O3 -mmmx conftest.cpp -lrt >&5
- configure:12172: $? = 0
- configure:12180: result: yes
- configure:12198: checking whether the Fortran 77 compiler accepts -mmmx
- configure:12218: gfortran -o conftest -g -DNDEBUG -O3 -mmmx conftest.f -lrt >&5
- configure:12218: $? = 0
- configure:12226: result: yes
- configure:12420: checking whether the C compiler accepts -msse4.2
- configure:12456: gcc -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 conftest.c -lrt >&5
- configure:12456: $? = 0
- configure:12464: result: yes
- configure:12482: checking whether the C++ compiler accepts -msse4.2
- configure:12518: g++ -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 conftest.cpp -lrt >&5
- configure:12518: $? = 0
- configure:12526: result: yes
- configure:12544: checking whether the Fortran 77 compiler accepts -msse4.2
- configure:12564: gfortran -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 conftest.f -lrt >&5
- configure:12564: $? = 0
- configure:12572: result: yes
- configure:13123: CXXFLAGS = -g -DNDEBUG -O3 -mmmx -msse4.2
- configure:13259: checking whether the C++ compiler accepts -std=c++14
- configure:13295: g++ -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 conftest.cpp -lrt >&5
- configure:13295: $? = 0
- configure:13303: result: yes
- configure:13330: ++ add cxx11 : -std=c++14 ; -std=c++14 in plugin/seq/WHERE_LIBRARY-config "
- configure:13470: checking suffix to add to package name
- configure:13475: result: none
- configure:13517: checking for OpenGL/gl.h
- configure:13517: g++ -c -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp >&5
- conftest.cpp:58:10: fatal error: OpenGL/gl.h: No such file or directory
- 58 | #include <OpenGL/gl.h>
- | ^~~~~~~~~~~~~
- compilation terminated.
- configure:13517: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "FreeFEM"
- | #define PACKAGE_TARNAME "FreeFEM"
- | #define PACKAGE_VERSION "4.12"
- | #define PACKAGE_STRING "FreeFEM 4.12"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define PACKAGE "FreeFEM"
- | #define VERSION "4.12"
- | #define F77_FUNC(name,NAME) name ## _
- | #define F77_FUNC_(name,NAME) name ## _
- | #define YYTEXT_POINTER 1
- | #define HAVE_LIBRT 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ZLIB_H 1
- | #define VersionFreeFem 4.12
- | #define VersionFreeFemDate "Fri Jan 27 17:19:19 CET 2023"
- | #define FF_PREFIX_DIR "/usr/local/lib/ff++/4.12"
- | /* end confdefs.h. */
- | #include <stddef.h>
- | #ifdef HAVE_STDIO_H
- | # include <stdio.h>
- | #endif
- | #ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | #endif
- | #ifdef HAVE_STRING_H
- | # include <string.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | #include <OpenGL/gl.h>
- configure:13517: result: no
- configure:13535: checking for GL/gl.h
- configure:13535: g++ -c -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp >&5
- configure:13535: $? = 0
- configure:13535: result: yes
- configure:13550: checking for GLUT/glut.h
- configure:13550: g++ -c -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp >&5
- conftest.cpp:59:10: fatal error: GLUT/glut.h: No such file or directory
- 59 | #include <GLUT/glut.h>
- | ^~~~~~~~~~~~~
- compilation terminated.
- configure:13550: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "FreeFEM"
- | #define PACKAGE_TARNAME "FreeFEM"
- | #define PACKAGE_VERSION "4.12"
- | #define PACKAGE_STRING "FreeFEM 4.12"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define PACKAGE "FreeFEM"
- | #define VERSION "4.12"
- | #define F77_FUNC(name,NAME) name ## _
- | #define F77_FUNC_(name,NAME) name ## _
- | #define YYTEXT_POINTER 1
- | #define HAVE_LIBRT 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ZLIB_H 1
- | #define VersionFreeFem 4.12
- | #define VersionFreeFemDate "Fri Jan 27 17:19:19 CET 2023"
- | #define FF_PREFIX_DIR "/usr/local/lib/ff++/4.12"
- | #define HAVE_GL_GL_H 1
- | /* end confdefs.h. */
- | #include <stddef.h>
- | #ifdef HAVE_STDIO_H
- | # include <stdio.h>
- | #endif
- | #ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | #endif
- | #ifdef HAVE_STRING_H
- | # include <string.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | #include <GLUT/glut.h>
- configure:13550: result: no
- configure:13565: checking for GL/glut.h
- configure:13565: g++ -c -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp >&5
- configure:13565: $? = 0
- configure:13565: result: yes
- configure:13609: g++ -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp -lrt -framework GLUT -framework OpenGL -framework Cocoa >&5
- g++: error: unrecognized command-line option '-framework'
- g++: error: unrecognized command-line option '-framework'
- g++: error: unrecognized command-line option '-framework'
- configure:13609: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "FreeFEM"
- | #define PACKAGE_TARNAME "FreeFEM"
- | #define PACKAGE_VERSION "4.12"
- | #define PACKAGE_STRING "FreeFEM 4.12"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define PACKAGE "FreeFEM"
- | #define VERSION "4.12"
- | #define F77_FUNC(name,NAME) name ## _
- | #define F77_FUNC_(name,NAME) name ## _
- | #define YYTEXT_POINTER 1
- | #define HAVE_LIBRT 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ZLIB_H 1
- | #define VersionFreeFem 4.12
- | #define VersionFreeFemDate "Fri Jan 27 17:19:19 CET 2023"
- | #define FF_PREFIX_DIR "/usr/local/lib/ff++/4.12"
- | #define HAVE_GL_GL_H 1
- | #define HAVE_GL_GLUT_H 1
- | /* end confdefs.h. */
- |
- | namespace conftest {
- | extern "C" int glutInit ();
- | }
- | #ifdef F77_DUMMY_MAIN
- |
- | # ifdef __cplusplus
- | extern "C"
- | # endif
- | int F77_DUMMY_MAIN() { return 1; }
- |
- | #endif
- | int
- | main (void)
- | {
- | return conftest::glutInit ();
- | ;
- | return 0;
- | }
- configure:13609: g++ -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp -lrt -lglut -lGLU -lGL >&5
- configure:13609: $? = 0
- configure:13665: checking add suffix
- configure:13669: result: yes
- configure:13883: find real ( real ) petsc in /home/km_freefem/FreeFem/petsc/arch-FreeFem/lib/petsc/conf/petscvariables
- configure:13886: choose MPI from petsc : /usr/bin/mpiexec
- configure:13975: checking for MPIRUN
- configure:14039: result: /usr/bin/mpiexec
- configure:14042: checking for MPIRUN option:
- configure:14047: result:
- configure:14051: checking for mpipath
- configure:14133: result:
- configure:14250: eval mpicxx -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp -lrt >&5
- configure:14250: $? = 0
- configure:14258: result: yes
- configure:14268: checking MPI_DOUBLE_COMPLEX
- configure:14278: eval mpicxx -c -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp >&5
- configure:14278: $? = 0
- configure:14285: result: yes
- configure:14479: ++ add mpifc : -Wl,-Bsymbolic-functions -Wl,-z,relro -L/usr/lib/x86_64-linux-gnu -lmpichfort -lmpich ; -I/usr/include/x86_64-linux-gnu/mpich in plugin/seq/WHERE_LIBRARY-config "
- configure:14493: ++ add mpif77 : -Wl,-Bsymbolic-functions -Wl,-z,relro -L/usr/lib/x86_64-linux-gnu -lmpichfort -lmpich ; -I/usr/include/x86_64-linux-gnu/mpich in plugin/seq/WHERE_LIBRARY-config "
- configure:14510: ++ add mpi : -Wl,-Bsymbolic-functions -Wl,-z,relro -L/usr/lib/x86_64-linux-gnu -lmpichcxx -lmpich ; -I/usr/include/x86_64-linux-gnu/mpich in plugin/seq/WHERE_LIBRARY-config "
- configure:14597: ++ add petsc : -Wl,-rpath,/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -L/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -lpetsc -Wl,-rpath,/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -L/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -Wl,-rpath,/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11 -lHYPRE -lspqr -lumfpack -lklu -lcholmod -lbtf -lccolamd -lcolamd -lcamd -lamd -lsuitesparseconfig -ldmumps -lmumps_common -lpord -lpthread -lscalapack -lsuperlu -llapack -lblas -lptesmumps -lptscotchparmetisv3 -lptscotch -lptscotcherr -lesmumps -lscotch -lscotcherr -lparmetis -lmetis -ltet -lm -lX11 -lstdc++ -lmpichfort -lmpich -lgfortran -lm -lgfortran -lm -lgcc_s -lquadmath -lrt -lquadmath -lstdc++ ; -I/home/km_freefem/FreeFem/petsc/include -I/home/km_freefem/FreeFem/petsc/arch-FreeFem/include in plugin/seq/WHERE_LIBRARY-config "
- configure:14622: ++ add parmetis : -Wl,-rpath,/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -L/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -lparmetis ; -I/home/km_freefem/FreeFem/petsc/arch-FreeFem/include in plugin/seq/WHERE_LIBRARY-config "
- configure:14647: ++ add metis : -Wl,-rpath,/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -L/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -lmetis ; -I/home/km_freefem/FreeFem/petsc/arch-FreeFem/include in plugin/seq/WHERE_LIBRARY-config "
- configure:14672: ++ add ptscotch : -Wl,-rpath,/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -L/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -lptesmumps -lptscotchparmetisv3 -lptscotch -lptscotcherr -lesmumps -lscotch -lscotcherr ; -I/home/km_freefem/FreeFem/petsc/arch-FreeFem/include in plugin/seq/WHERE_LIBRARY-config "
- configure:14695: ++ add scotch : -Wl,-rpath,/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -L/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -lesmumps -lscotch -lscotcherr ; -I/home/km_freefem/FreeFem/petsc/arch-FreeFem/include in plugin/seq/WHERE_LIBRARY-config "
- configure:14718: ++ add mumps : -Wl,-rpath,/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -L/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -ldmumps -lmumps_common -lpord -lpthread ; -I/home/km_freefem/FreeFem/petsc/arch-FreeFem/include in plugin/seq/WHERE_LIBRARY-config "
- configure:14749: ++ add tetgen : -Wl,-rpath,/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -L/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -ltet ; -I/home/km_freefem/FreeFem/petsc/arch-FreeFem/include in plugin/seq/WHERE_LIBRARY-config "
- configure:14774: ++ add hpddm : ; -I/home/km_freefem/FreeFem/petsc/arch-FreeFem/include in plugin/seq/WHERE_LIBRARY-config "
- configure:14799: ++ add superlu : -Wl,-rpath,/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -L/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -lsuperlu ; -I/home/km_freefem/FreeFem/petsc/arch-FreeFem/include in plugin/seq/WHERE_LIBRARY-config "
- configure:14874: ++ add scalapack : -Wl,-rpath,/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -L/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -lscalapack ; in plugin/seq/WHERE_LIBRARY-config "
- configure:14900: ++ add suitesparse : -Wl,-rpath,/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -L/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -lspqr -lumfpack -lklu -lcholmod -lbtf -lccolamd -lcolamd -lcamd -lamd -lsuitesparseconfig -Wl,-rpath,/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -L/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -lmetis ; -I/home/km_freefem/FreeFem/petsc/arch-FreeFem/include in plugin/seq/WHERE_LIBRARY-config "
- configure:14925: ++ add blaslapack : -llapack -lblas ; in plugin/seq/WHERE_LIBRARY-config "
- configure:14950: ++ add slepc : -Wl,-rpath,/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -L/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -lslepc ; -I/home/km_freefem/FreeFem/petsc/include -I/home/km_freefem/FreeFem/petsc/arch-FreeFem/include in plugin/seq/WHERE_LIBRARY-config "
- configure:15025: with petsc yes, with slepc yes
- configure:15052: find complex (complex) petsc in /home/km_freefem/FreeFem/petsc/arch-FreeFem-complex/lib/petsc/conf/petscvariables
- configure:15763: ++ add petsccomplex : -Wl,-rpath,/home/km_freefem/FreeFem/petsc/arch-FreeFem-complex/lib -L/home/km_freefem/FreeFem/petsc/arch-FreeFem-complex/lib -lpetsc -Wl,-rpath,/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -L/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -Wl,-rpath,/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11 -lspqr -lumfpack -lklu -lcholmod -lbtf -lccolamd -lcolamd -lcamd -lamd -lsuitesparseconfig -lzmumps -lmumps_common -lpord -lpthread -lscalapack -lsuperlu -llapack -lblas -lptesmumps -lptscotchparmetisv3 -lptscotch -lptscotcherr -lesmumps -lscotch -lscotcherr -lparmetis -lmetis -ltet -lm -lX11 -lstdc++ -lmpichfort -lmpich -lgfortran -lm -lgfortran -lm -lgcc_s -lquadmath -lstdc++ ; -I/home/km_freefem/FreeFem/petsc/include -I/home/km_freefem/FreeFem/petsc/arch-FreeFem-complex/include -I/home/km_freefem/FreeFem/petsc/arch-FreeFem/include in plugin/seq/WHERE_LIBRARY-config "
- configure:15791: -- do not add parmetis : -Wl,-rpath,/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -L/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -lparmetis -I/home/km_freefem/FreeFem/petsc/arch-FreeFem/include in plugin/seq/WHERE_LIBRARY-config "
- configure:15816: -- do not add metis : -Wl,-rpath,/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -L/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -lmetis -I/home/km_freefem/FreeFem/petsc/arch-FreeFem/include in plugin/seq/WHERE_LIBRARY-config "
- configure:15841: -- do not add ptscotch : -Wl,-rpath,/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -L/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -lptesmumps -lptscotchparmetisv3 -lptscotch -lptscotcherr -lesmumps -lscotch -lscotcherr -I/home/km_freefem/FreeFem/petsc/arch-FreeFem/include in plugin/seq/WHERE_LIBRARY-config "
- configure:15864: -- do not add scotch : -Wl,-rpath,/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -L/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -lesmumps -lscotch -lscotcherr -I/home/km_freefem/FreeFem/petsc/arch-FreeFem/include in plugin/seq/WHERE_LIBRARY-config "
- configure:15887: -- do not add mumps : -Wl,-rpath,/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -L/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -lzmumps -lmumps_common -lpord -lpthread -I/home/km_freefem/FreeFem/petsc/arch-FreeFem/include in plugin/seq/WHERE_LIBRARY-config "
- configure:15918: -- do not add tetgen : -Wl,-rpath,/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -L/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -ltet -I/home/km_freefem/FreeFem/petsc/arch-FreeFem/include in plugin/seq/WHERE_LIBRARY-config "
- configure:15943: -- do not add hpddm : -I/home/km_freefem/FreeFem/petsc/arch-FreeFem-complex/include in plugin/seq/WHERE_LIBRARY-config "
- configure:15993: -- do not add superlu : -Wl,-rpath,/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -L/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -lsuperlu -I/home/km_freefem/FreeFem/petsc/arch-FreeFem/include in plugin/seq/WHERE_LIBRARY-config "
- configure:16068: -- do not add scalapack : -Wl,-rpath,/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -L/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -lscalapack in plugin/seq/WHERE_LIBRARY-config "
- configure:16093: -- do not add suitesparse : -Wl,-rpath,/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -L/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -lspqr -lumfpack -lklu -lcholmod -lbtf -lccolamd -lcolamd -lcamd -lamd -lsuitesparseconfig -I/home/km_freefem/FreeFem/petsc/arch-FreeFem/include in plugin/seq/WHERE_LIBRARY-config "
- configure:16142: ++ add slepccomplex : -Wl,-rpath,/home/km_freefem/FreeFem/petsc/arch-FreeFem-complex/lib -L/home/km_freefem/FreeFem/petsc/arch-FreeFem-complex/lib -lslepc ; -I/home/km_freefem/FreeFem/petsc/include -I/home/km_freefem/FreeFem/petsc/arch-FreeFem-complex/include -I/home/km_freefem/FreeFem/petsc/arch-FreeFem/include in plugin/seq/WHERE_LIBRARY-config "
- configure:16217: with petsc complex yes, with slepc complex yes
- configure:16944: checking for wget
- configure:16965: found /usr/bin/wget
- configure:16977: result: yes
- configure:17128: checking for arit_zero in -lcadnafree
- configure:17158: g++ -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR -L/home/km_freefem/FreeFem/FreeFem-sources/3rdparty/cadna conftest.cpp -lcadnafree -lrt >&5
- /usr/bin/ld: cannot find -lcadnafree: No such file or directory
- collect2: error: ld returned 1 exit status
- configure:17158: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "FreeFEM"
- | #define PACKAGE_TARNAME "FreeFEM"
- | #define PACKAGE_VERSION "4.12"
- | #define PACKAGE_STRING "FreeFEM 4.12"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define PACKAGE "FreeFEM"
- | #define VERSION "4.12"
- | #define F77_FUNC(name,NAME) name ## _
- | #define F77_FUNC_(name,NAME) name ## _
- | #define YYTEXT_POINTER 1
- | #define HAVE_LIBRT 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ZLIB_H 1
- | #define VersionFreeFem 4.12
- | #define VersionFreeFemDate "Fri Jan 27 17:19:19 CET 2023"
- | #define FF_PREFIX_DIR "/usr/local/lib/ff++/4.12"
- | #define HAVE_GL_GL_H 1
- | #define HAVE_GL_GLUT_H 1
- | #define PROG_FFGLUT "ffglut"
- | #define HAVE_MPI_DOUBLE_COMPLEX 1
- | /* end confdefs.h. */
- |
- | namespace conftest {
- | extern "C" int arit_zero ();
- | }
- | #ifdef F77_DUMMY_MAIN
- |
- | # ifdef __cplusplus
- | extern "C"
- | # endif
- | int F77_DUMMY_MAIN() { return 1; }
- |
- | #endif
- | int
- | main (void)
- | {
- | return conftest::arit_zero ();
- | ;
- | return 0;
- | }
- configure:17168: result: no
- configure:17178: checking for /home/km_freefem/FreeFem/FreeFem-sources/3rdparty/cadna/cadnafree.h
- configure:17178: g++ -c -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp >&5
- conftest.cpp:62:10: fatal error: /home/km_freefem/FreeFem/FreeFem-sources/3rdparty/cadna/cadnafree.h: No such file or directory
- 62 | #include </home/km_freefem/FreeFem/FreeFem-sources/3rdparty/cadna/cadnafree.h>
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- compilation terminated.
- configure:17178: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "FreeFEM"
- | #define PACKAGE_TARNAME "FreeFEM"
- | #define PACKAGE_VERSION "4.12"
- | #define PACKAGE_STRING "FreeFEM 4.12"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define PACKAGE "FreeFEM"
- | #define VERSION "4.12"
- | #define F77_FUNC(name,NAME) name ## _
- | #define F77_FUNC_(name,NAME) name ## _
- | #define YYTEXT_POINTER 1
- | #define HAVE_LIBRT 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ZLIB_H 1
- | #define VersionFreeFem 4.12
- | #define VersionFreeFemDate "Fri Jan 27 17:19:19 CET 2023"
- | #define FF_PREFIX_DIR "/usr/local/lib/ff++/4.12"
- | #define HAVE_GL_GL_H 1
- | #define HAVE_GL_GLUT_H 1
- | #define PROG_FFGLUT "ffglut"
- | #define HAVE_MPI_DOUBLE_COMPLEX 1
- | /* end confdefs.h. */
- | #include <stddef.h>
- | #ifdef HAVE_STDIO_H
- | # include <stdio.h>
- | #endif
- | #ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | #endif
- | #ifdef HAVE_STRING_H
- | # include <string.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | #include </home/km_freefem/FreeFem/FreeFem-sources/3rdparty/cadna/cadnafree.h>
- configure:17178: result: no
- configure:17202: without cadna *****
- configure:17225: checking for fftw_execute in -lfftw3
- configure:17255: g++ -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp -lfftw3 -lrt >&5
- configure:17255: $? = 0
- configure:17265: result: yes
- configure:17274: checking for fftw3.h
- configure:17274: g++ -c -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp >&5
- configure:17274: $? = 0
- configure:17274: result: yes
- configure:17295: ++ add fftw3 : -lfftw3 ; in plugin/seq/WHERE_LIBRARY-config "
- configure:17350: ++ add lapack : ; in plugin/seq/WHERE_LIBRARY-config "
- configure:17364: ++ add blas : -llapack -lblas ; in plugin/seq/WHERE_LIBRARY-config "
- configure:17371: BLAS and LAPACK from petsc *****
- configure:17909: checking for cblas.h
- configure:17909: g++ -c -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp >&5
- configure:17909: $? = 0
- configure:17909: result: yes
- configure:17921: checking for Accelerate/cblas.h
- configure:17921: g++ -c -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp >&5
- conftest.cpp:64:10: fatal error: Accelerate/cblas.h: No such file or directory
- 64 | #include <Accelerate/cblas.h>
- | ^~~~~~~~~~~~~~~~~~~~
- compilation terminated.
- configure:17921: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "FreeFEM"
- | #define PACKAGE_TARNAME "FreeFEM"
- | #define PACKAGE_VERSION "4.12"
- | #define PACKAGE_STRING "FreeFEM 4.12"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define PACKAGE "FreeFEM"
- | #define VERSION "4.12"
- | #define F77_FUNC(name,NAME) name ## _
- | #define F77_FUNC_(name,NAME) name ## _
- | #define YYTEXT_POINTER 1
- | #define HAVE_LIBRT 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ZLIB_H 1
- | #define VersionFreeFem 4.12
- | #define VersionFreeFemDate "Fri Jan 27 17:19:19 CET 2023"
- | #define FF_PREFIX_DIR "/usr/local/lib/ff++/4.12"
- | #define HAVE_GL_GL_H 1
- | #define HAVE_GL_GLUT_H 1
- | #define PROG_FFGLUT "ffglut"
- | #define HAVE_MPI_DOUBLE_COMPLEX 1
- | #define HAVE_FFTW3_H 1
- | #define HAVE_CBLAS_H 1
- | /* end confdefs.h. */
- | #include <stddef.h>
- | #ifdef HAVE_STDIO_H
- | # include <stdio.h>
- | #endif
- | #ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | #endif
- | #ifdef HAVE_STRING_H
- | # include <string.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | #include <Accelerate/cblas.h>
- configure:17921: result: no
- configure:17933: checking for atlas/cblas.h
- configure:17933: g++ -c -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp >&5
- conftest.cpp:64:10: fatal error: atlas/cblas.h: No such file or directory
- 64 | #include <atlas/cblas.h>
- | ^~~~~~~~~~~~~~~
- compilation terminated.
- configure:17933: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "FreeFEM"
- | #define PACKAGE_TARNAME "FreeFEM"
- | #define PACKAGE_VERSION "4.12"
- | #define PACKAGE_STRING "FreeFEM 4.12"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define PACKAGE "FreeFEM"
- | #define VERSION "4.12"
- | #define F77_FUNC(name,NAME) name ## _
- | #define F77_FUNC_(name,NAME) name ## _
- | #define YYTEXT_POINTER 1
- | #define HAVE_LIBRT 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ZLIB_H 1
- | #define VersionFreeFem 4.12
- | #define VersionFreeFemDate "Fri Jan 27 17:19:19 CET 2023"
- | #define FF_PREFIX_DIR "/usr/local/lib/ff++/4.12"
- | #define HAVE_GL_GL_H 1
- | #define HAVE_GL_GLUT_H 1
- | #define PROG_FFGLUT "ffglut"
- | #define HAVE_MPI_DOUBLE_COMPLEX 1
- | #define HAVE_FFTW3_H 1
- | #define HAVE_CBLAS_H 1
- | /* end confdefs.h. */
- | #include <stddef.h>
- | #ifdef HAVE_STDIO_H
- | # include <stdio.h>
- | #endif
- | #ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | #endif
- | #ifdef HAVE_STRING_H
- | # include <string.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | #include <atlas/cblas.h>
- configure:17933: result: no
- configure:17943: checking for cblas_zdotu_sub in -lcblas
- configure:17973: g++ -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp -lcblas -lrt >&5
- /usr/bin/ld: cannot find -lcblas: No such file or directory
- collect2: error: ld returned 1 exit status
- configure:17973: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "FreeFEM"
- | #define PACKAGE_TARNAME "FreeFEM"
- | #define PACKAGE_VERSION "4.12"
- | #define PACKAGE_STRING "FreeFEM 4.12"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define PACKAGE "FreeFEM"
- | #define VERSION "4.12"
- | #define F77_FUNC(name,NAME) name ## _
- | #define F77_FUNC_(name,NAME) name ## _
- | #define YYTEXT_POINTER 1
- | #define HAVE_LIBRT 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ZLIB_H 1
- | #define VersionFreeFem 4.12
- | #define VersionFreeFemDate "Fri Jan 27 17:19:19 CET 2023"
- | #define FF_PREFIX_DIR "/usr/local/lib/ff++/4.12"
- | #define HAVE_GL_GL_H 1
- | #define HAVE_GL_GLUT_H 1
- | #define PROG_FFGLUT "ffglut"
- | #define HAVE_MPI_DOUBLE_COMPLEX 1
- | #define HAVE_FFTW3_H 1
- | #define HAVE_CBLAS_H 1
- | /* end confdefs.h. */
- |
- | namespace conftest {
- | extern "C" int cblas_zdotu_sub ();
- | }
- | #ifdef F77_DUMMY_MAIN
- |
- | # ifdef __cplusplus
- | extern "C"
- | # endif
- | int F77_DUMMY_MAIN() { return 1; }
- |
- | #endif
- | int
- | main (void)
- | {
- | return conftest::cblas_zdotu_sub ();
- | ;
- | return 0;
- | }
- configure:17983: result: no
- configure:18005: -- do not add blas : -llapack -lblas in plugin/seq/WHERE_LIBRARY-config "
- configure:18128: checking for lapack in -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath, -llapack -lblas and -llapack
- configure:18153: g++ -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath >&5
- /usr/bin/ld: /tmp/ccG4tGRI.o: in function `main':
- /home/km_freefem/FreeFem/FreeFem-sources/conftest.cpp:51: undefined reference to `dgeqr2_'
- collect2: error: ld returned 1 exit status
- configure:18153: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "FreeFEM"
- | #define PACKAGE_TARNAME "FreeFEM"
- | #define PACKAGE_VERSION "4.12"
- | #define PACKAGE_STRING "FreeFEM 4.12"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define PACKAGE "FreeFEM"
- | #define VERSION "4.12"
- | #define F77_FUNC(name,NAME) name ## _
- | #define F77_FUNC_(name,NAME) name ## _
- | #define YYTEXT_POINTER 1
- | #define HAVE_LIBRT 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ZLIB_H 1
- | #define VersionFreeFem 4.12
- | #define VersionFreeFemDate "Fri Jan 27 17:19:19 CET 2023"
- | #define FF_PREFIX_DIR "/usr/local/lib/ff++/4.12"
- | #define HAVE_GL_GL_H 1
- | #define HAVE_GL_GLUT_H 1
- | #define PROG_FFGLUT "ffglut"
- | #define HAVE_MPI_DOUBLE_COMPLEX 1
- | #define HAVE_FFTW3_H 1
- | #define HAVE_CBLAS_H 1
- | /* end confdefs.h. */
- |
- | namespace conftest {
- | extern "C" int dgeqr2_ ();
- | }
- | #ifdef F77_DUMMY_MAIN
- |
- | # ifdef __cplusplus
- | extern "C"
- | # endif
- | int F77_DUMMY_MAIN() { return 1; }
- |
- | #endif
- | int
- | main (void)
- | {
- | return conftest::dgeqr2_ ();
- | ;
- | return 0;
- | }
- configure:18184: g++ -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath -llapack -lblas >&5
- configure:18184: $? = 0
- configure:18237: result: yes
- configure:18284: checking for dsaupd_ in -larpack
- configure:18314: g++ -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp -larpack -llapack -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath >&5
- configure:18314: $? = 0
- configure:18324: result: yes
- configure:18382: ++ add arpack : -larpack -llapack ; in plugin/seq/WHERE_LIBRARY-config "
- configure:18476: -- do not add lapack : -llapack -lblas in plugin/seq/WHERE_LIBRARY-config "
- configure:18845: ++ add amd : -Wl,-rpath,/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -L/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -lspqr -lumfpack -lklu -lcholmod -lbtf -lccolamd -lcolamd -lcamd -lamd -lsuitesparseconfig -Wl,-rpath,/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -L/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -lmetis ; -I/home/km_freefem/FreeFem/petsc/arch-FreeFem/include in plugin/seq/WHERE_LIBRARY-config "
- configure:18859: ++ add umfpack : -Wl,-rpath,/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -L/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -lspqr -lumfpack -lklu -lcholmod -lbtf -lccolamd -lcolamd -lcamd -lamd -lsuitesparseconfig -Wl,-rpath,/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -L/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -lmetis ; -I/home/km_freefem/FreeFem/petsc/arch-FreeFem/include in plugin/seq/WHERE_LIBRARY-config "
- configure:18914: checking for times
- configure:18914: g++ -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath >&5
- configure:18914: $? = 0
- configure:18914: result: yes
- configure:18914: checking for sysconf
- configure:18914: g++ -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath >&5
- configure:18914: $? = 0
- configure:18914: result: yes
- configure:18937: checking for cstddef
- configure:18937: g++ -c -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp >&5
- configure:18937: $? = 0
- configure:18937: result: yes
- configure:18944: checking for stddef.h
- configure:18944: g++ -c -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp >&5
- configure:18944: $? = 0
- configure:18944: result: yes
- configure:18953: checking for semaphore.h
- configure:18953: g++ -c -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp >&5
- configure:18953: $? = 0
- configure:18953: result: yes
- configure:18965: checking for sys/mman.h
- configure:18965: g++ -c -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp >&5
- configure:18965: $? = 0
- configure:18965: result: yes
- configure:18986: checking for regex.h
- configure:18986: g++ -c -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp >&5
- configure:18986: $? = 0
- configure:18986: result: yes
- configure:18999: checking for unistd.h
- configure:18999: result: yes
- configure:19020: checking for malloc.h
- configure:19020: g++ -c -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp >&5
- configure:19020: $? = 0
- configure:19020: result: yes
- configure:19031: checking for asinh
- configure:19031: g++ -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath >&5
- conftest.cpp:66:6: warning: declaration of 'char asinh()' conflicts with built-in declaration 'double asinh(double)' [-Wbuiltin-declaration-mismatch]
- 66 | char asinh ();
- | ^~~~~
- configure:19031: $? = 0
- configure:19031: result: yes
- configure:19037: checking for acosh
- configure:19037: g++ -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath >&5
- conftest.cpp:67:6: warning: declaration of 'char acosh()' conflicts with built-in declaration 'double acosh(double)' [-Wbuiltin-declaration-mismatch]
- 67 | char acosh ();
- | ^~~~~
- configure:19037: $? = 0
- configure:19037: result: yes
- configure:19043: checking for atanh
- configure:19043: g++ -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath >&5
- conftest.cpp:68:6: warning: declaration of 'char atanh()' conflicts with built-in declaration 'double atanh(double)' [-Wbuiltin-declaration-mismatch]
- 68 | char atanh ();
- | ^~~~~
- configure:19043: $? = 0
- configure:19043: result: yes
- configure:19049: checking for getenv
- configure:19049: g++ -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath >&5
- configure:19049: $? = 0
- configure:19049: result: yes
- configure:19055: checking for jn
- configure:19055: g++ -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath >&5
- configure:19055: $? = 0
- configure:19055: result: yes
- configure:19061: checking for erfc
- configure:19061: g++ -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath >&5
- conftest.cpp:71:6: warning: declaration of 'char erfc()' conflicts with built-in declaration 'double erfc(double)' [-Wbuiltin-declaration-mismatch]
- 71 | char erfc ();
- | ^~~~
- configure:19061: $? = 0
- configure:19061: result: yes
- configure:19067: checking for tgamma
- configure:19067: g++ -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath >&5
- conftest.cpp:72:6: warning: declaration of 'char tgamma()' conflicts with built-in declaration 'double tgamma(double)' [-Wbuiltin-declaration-mismatch]
- 72 | char tgamma ();
- | ^~~~~~
- configure:19067: $? = 0
- configure:19067: result: yes
- configure:19073: checking for gettimeofday
- configure:19073: g++ -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath >&5
- configure:19073: $? = 0
- configure:19073: result: yes
- configure:19079: checking for mallinfo
- configure:19079: g++ -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath >&5
- configure:19079: $? = 0
- configure:19079: result: yes
- configure:19085: checking for mstats
- configure:19085: g++ -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath >&5
- /usr/bin/ld: /tmp/ccpyHzOD.o: in function `main':
- /home/km_freefem/FreeFem/FreeFem-sources/conftest.cpp:94: undefined reference to `mstats'
- collect2: error: ld returned 1 exit status
- configure:19085: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "FreeFEM"
- | #define PACKAGE_TARNAME "FreeFEM"
- | #define PACKAGE_VERSION "4.12"
- | #define PACKAGE_STRING "FreeFEM 4.12"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define PACKAGE "FreeFEM"
- | #define VERSION "4.12"
- | #define F77_FUNC(name,NAME) name ## _
- | #define F77_FUNC_(name,NAME) name ## _
- | #define YYTEXT_POINTER 1
- | #define HAVE_LIBRT 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ZLIB_H 1
- | #define VersionFreeFem 4.12
- | #define VersionFreeFemDate "Fri Jan 27 17:19:19 CET 2023"
- | #define FF_PREFIX_DIR "/usr/local/lib/ff++/4.12"
- | #define HAVE_GL_GL_H 1
- | #define HAVE_GL_GLUT_H 1
- | #define PROG_FFGLUT "ffglut"
- | #define HAVE_MPI_DOUBLE_COMPLEX 1
- | #define HAVE_FFTW3_H 1
- | #define HAVE_CBLAS_H 1
- | #define HAVE_LIBARPACK 1
- | #define HAVE_LIBUMFPACK 1
- | #define HAVE_LIBCHOLMOD 1
- | #define HAVE_UMFPACK_H 1
- | #define HAVE_TIMES 1
- | #define HAVE_SYSCONF 1
- | #define HAVE_CSTDDEF 1
- | #define HAVE_STDDEF_H 1
- | #define HAVE_SEMAPHORE_H 1
- | #define HAVE_SYS_MMAN_H 1
- | #define HAVE_REGEX_H 1
- | #define HAVE_UNISTD_H 1
- | #define TIME_WITH_SYS_TIME 1
- | #define HAVE_MALLOC_H 1
- | #define HAVE_ASINH 1
- | #define HAVE_ACOSH 1
- | #define HAVE_ATANH 1
- | #define HAVE_GETENV 1
- | #define HAVE_JN 1
- | #define HAVE_ERFC 1
- | #define HAVE_TGAMMA 1
- | #define HAVE_GETTIMEOFDAY 1
- | #define HAVE_MALLINFO 1
- | /* end confdefs.h. */
- | /* Define mstats to an innocuous variant, in case <limits.h> declares mstats.
- | For example, HP-UX 11i <limits.h> declares gettimeofday. */
- | #define mstats innocuous_mstats
- |
- | /* System header to define __stub macros and hopefully few prototypes,
- | which can conflict with char mstats (); below. */
- |
- | #include <limits.h>
- | #undef mstats
- |
- | /* Override any GCC internal prototype to avoid an error.
- | Use char because int might match the return type of a GCC
- | builtin and then its argument prototype would still apply. */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | char mstats ();
- | /* The GNU C library defines this for functions which it implements
- | to always fail with ENOSYS. Some functions are actually named
- | something starting with __ and the normal name is an alias. */
- | #if defined __stub_mstats || defined __stub___mstats
- | choke me
- | #endif
- |
- | #ifdef F77_DUMMY_MAIN
- |
- | # ifdef __cplusplus
- | extern "C"
- | # endif
- | int F77_DUMMY_MAIN() { return 1; }
- |
- | #endif
- | int
- | main (void)
- | {
- | return mstats ();
- | ;
- | return 0;
- | }
- configure:19085: result: no
- configure:19092: checking for srandomdev
- configure:19092: g++ -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath >&5
- /usr/bin/ld: /tmp/ccUTsHWX.o: in function `main':
- /home/km_freefem/FreeFem/FreeFem-sources/conftest.cpp:94: undefined reference to `srandomdev'
- collect2: error: ld returned 1 exit status
- configure:19092: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "FreeFEM"
- | #define PACKAGE_TARNAME "FreeFEM"
- | #define PACKAGE_VERSION "4.12"
- | #define PACKAGE_STRING "FreeFEM 4.12"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define PACKAGE "FreeFEM"
- | #define VERSION "4.12"
- | #define F77_FUNC(name,NAME) name ## _
- | #define F77_FUNC_(name,NAME) name ## _
- | #define YYTEXT_POINTER 1
- | #define HAVE_LIBRT 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ZLIB_H 1
- | #define VersionFreeFem 4.12
- | #define VersionFreeFemDate "Fri Jan 27 17:19:19 CET 2023"
- | #define FF_PREFIX_DIR "/usr/local/lib/ff++/4.12"
- | #define HAVE_GL_GL_H 1
- | #define HAVE_GL_GLUT_H 1
- | #define PROG_FFGLUT "ffglut"
- | #define HAVE_MPI_DOUBLE_COMPLEX 1
- | #define HAVE_FFTW3_H 1
- | #define HAVE_CBLAS_H 1
- | #define HAVE_LIBARPACK 1
- | #define HAVE_LIBUMFPACK 1
- | #define HAVE_LIBCHOLMOD 1
- | #define HAVE_UMFPACK_H 1
- | #define HAVE_TIMES 1
- | #define HAVE_SYSCONF 1
- | #define HAVE_CSTDDEF 1
- | #define HAVE_STDDEF_H 1
- | #define HAVE_SEMAPHORE_H 1
- | #define HAVE_SYS_MMAN_H 1
- | #define HAVE_REGEX_H 1
- | #define HAVE_UNISTD_H 1
- | #define TIME_WITH_SYS_TIME 1
- | #define HAVE_MALLOC_H 1
- | #define HAVE_ASINH 1
- | #define HAVE_ACOSH 1
- | #define HAVE_ATANH 1
- | #define HAVE_GETENV 1
- | #define HAVE_JN 1
- | #define HAVE_ERFC 1
- | #define HAVE_TGAMMA 1
- | #define HAVE_GETTIMEOFDAY 1
- | #define HAVE_MALLINFO 1
- | /* end confdefs.h. */
- | /* Define srandomdev to an innocuous variant, in case <limits.h> declares srandomdev.
- | For example, HP-UX 11i <limits.h> declares gettimeofday. */
- | #define srandomdev innocuous_srandomdev
- |
- | /* System header to define __stub macros and hopefully few prototypes,
- | which can conflict with char srandomdev (); below. */
- |
- | #include <limits.h>
- | #undef srandomdev
- |
- | /* Override any GCC internal prototype to avoid an error.
- | Use char because int might match the return type of a GCC
- | builtin and then its argument prototype would still apply. */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | char srandomdev ();
- | /* The GNU C library defines this for functions which it implements
- | to always fail with ENOSYS. Some functions are actually named
- | something starting with __ and the normal name is an alias. */
- | #if defined __stub_srandomdev || defined __stub___srandomdev
- | choke me
- | #endif
- |
- | #ifdef F77_DUMMY_MAIN
- |
- | # ifdef __cplusplus
- | extern "C"
- | # endif
- | int F77_DUMMY_MAIN() { return 1; }
- |
- | #endif
- | int
- | main (void)
- | {
- | return srandomdev ();
- | ;
- | return 0;
- | }
- configure:19092: result: no
- configure:19104: checking for second_
- configure:19104: g++ -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath >&5
- /usr/bin/ld: /tmp/cc4DnD7J.o: in function `main':
- /home/km_freefem/FreeFem/FreeFem-sources/conftest.cpp:94: undefined reference to `second_'
- collect2: error: ld returned 1 exit status
- configure:19104: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "FreeFEM"
- | #define PACKAGE_TARNAME "FreeFEM"
- | #define PACKAGE_VERSION "4.12"
- | #define PACKAGE_STRING "FreeFEM 4.12"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define PACKAGE "FreeFEM"
- | #define VERSION "4.12"
- | #define F77_FUNC(name,NAME) name ## _
- | #define F77_FUNC_(name,NAME) name ## _
- | #define YYTEXT_POINTER 1
- | #define HAVE_LIBRT 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ZLIB_H 1
- | #define VersionFreeFem 4.12
- | #define VersionFreeFemDate "Fri Jan 27 17:19:19 CET 2023"
- | #define FF_PREFIX_DIR "/usr/local/lib/ff++/4.12"
- | #define HAVE_GL_GL_H 1
- | #define HAVE_GL_GLUT_H 1
- | #define PROG_FFGLUT "ffglut"
- | #define HAVE_MPI_DOUBLE_COMPLEX 1
- | #define HAVE_FFTW3_H 1
- | #define HAVE_CBLAS_H 1
- | #define HAVE_LIBARPACK 1
- | #define HAVE_LIBUMFPACK 1
- | #define HAVE_LIBCHOLMOD 1
- | #define HAVE_UMFPACK_H 1
- | #define HAVE_TIMES 1
- | #define HAVE_SYSCONF 1
- | #define HAVE_CSTDDEF 1
- | #define HAVE_STDDEF_H 1
- | #define HAVE_SEMAPHORE_H 1
- | #define HAVE_SYS_MMAN_H 1
- | #define HAVE_REGEX_H 1
- | #define HAVE_UNISTD_H 1
- | #define TIME_WITH_SYS_TIME 1
- | #define HAVE_MALLOC_H 1
- | #define HAVE_ASINH 1
- | #define HAVE_ACOSH 1
- | #define HAVE_ATANH 1
- | #define HAVE_GETENV 1
- | #define HAVE_JN 1
- | #define HAVE_ERFC 1
- | #define HAVE_TGAMMA 1
- | #define HAVE_GETTIMEOFDAY 1
- | #define HAVE_MALLINFO 1
- | /* end confdefs.h. */
- | /* Define second_ to an innocuous variant, in case <limits.h> declares second_.
- | For example, HP-UX 11i <limits.h> declares gettimeofday. */
- | #define second_ innocuous_second_
- |
- | /* System header to define __stub macros and hopefully few prototypes,
- | which can conflict with char second_ (); below. */
- |
- | #include <limits.h>
- | #undef second_
- |
- | /* Override any GCC internal prototype to avoid an error.
- | Use char because int might match the return type of a GCC
- | builtin and then its argument prototype would still apply. */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | char second_ ();
- | /* The GNU C library defines this for functions which it implements
- | to always fail with ENOSYS. Some functions are actually named
- | something starting with __ and the normal name is an alias. */
- | #if defined __stub_second_ || defined __stub___second_
- | choke me
- | #endif
- |
- | #ifdef F77_DUMMY_MAIN
- |
- | # ifdef __cplusplus
- | extern "C"
- | # endif
- | int F77_DUMMY_MAIN() { return 1; }
- |
- | #endif
- | int
- | main (void)
- | {
- | return second_ ();
- | ;
- | return 0;
- | }
- configure:19104: result: no
- configure:19121: checking for libtool
- configure:19154: result: no
- configure:19250: checking for dlfcn.h
- configure:19256: g++ -c -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp >&5
- configure:19256: $? = 0
- configure:19263: result: yes
- configure:19268: checking for sin in -lm
- configure:19298: g++ -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp -lm -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath >&5
- configure:19298: $? = 0
- configure:19308: result: yes
- configure:19322: checking for dlinfo in -ldl
- configure:19352: g++ -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp -ldl -lm -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath >&5
- configure:19352: $? = 0
- configure:19362: result: yes
- configure:19374: checking whether dlopen links ok
- configure:19384: g++ -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR conftest.cpp -ldl -lm -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath >&5
- configure:19384: $? = 0
- configure:19392: result: yes
- configure:19415: checking whether the C++ compiler accepts -rdynamic
- configure:19451: g++ -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR -rdynamic conftest.cpp -ldl -lm -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath >&5
- configure:19451: $? = 0
- configure:19459: result: yes
- configure:19479: checking whether the C++ compiler accepts -fPIC
- configure:19515: g++ -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR -fPIC -rdynamic conftest.cpp -ldl -lm -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath >&5
- configure:19515: $? = 0
- configure:19523: result: yes
- configure:19541: checking whether the C compiler accepts -fPIC
- configure:19577: gcc -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -fPIC -rdynamic conftest.c -ldl -lm -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath >&5
- configure:19577: $? = 0
- configure:19585: result: yes
- configure:19603: checking whether the C compiler accepts -fPIC
- configure:19639: gcc -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -fPIC -rdynamic conftest.c -ldl -lm -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath >&5
- configure:19639: $? = 0
- configure:19647: result: yes
- configure:19669: checking whether the Fortran compiler accepts -fPIC
- configure:19690: gfortran -o conftest -g -O2 -rdynamic conftest.f -ldl -lm -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath >&5
- configure:19690: $? = 0
- configure:19698: result: yes
- configure:19716: checking whether the Fortran compiler accepts -fPIC
- configure:19737: gfortran -o conftest -g -O2 -rdynamic conftest.f -ldl -lm -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath >&5
- configure:19737: $? = 0
- configure:19745: result: yes
- configure:19763: checking whether the Fortran compiler accepts -fPIC
- configure:19784: gfortran -o conftest -g -O2 -fPIC -rdynamic conftest.f -ldl -lm -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath >&5
- configure:19784: $? = 0
- configure:19792: result: yes
- configure:19810: checking whether the Fortran compiler accepts -fPIC
- configure:19831: gfortran -o conftest -g -O2 -fPIC -rdynamic conftest.f -ldl -lm -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath >&5
- configure:19831: $? = 0
- configure:19839: result: yes
- configure:19868: checking whether the Fortran 77 compiler accepts -fallow-argument-mismatch
- configure:19888: gfortran -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -fPIC -fallow-argument-mismatch -rdynamic conftest.f -ldl -lm -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath >&5
- configure:19888: $? = 0
- configure:19896: result: yes
- configure:19914: checking whether the Fortran compiler accepts -fallow-argument-mismatch
- configure:19935: gfortran -o conftest -g -O2 -fPIC -fallow-argument-mismatch -rdynamic conftest.f -ldl -lm -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath >&5
- configure:19935: $? = 0
- configure:19943: result: yes
- configure:19962: checking whether the Fortran 77 compiler accepts -fallow-invalid-boz
- configure:19982: gfortran -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -fPIC -fallow-argument-mismatch -fallow-invalid-boz -rdynamic conftest.f -ldl -lm -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath >&5
- configure:19982: $? = 0
- configure:19990: result: yes
- configure:20008: checking whether the Fortran compiler accepts -fallow-invalid-boz
- configure:20029: gfortran -o conftest -g -O2 -fPIC -fallow-argument-mismatch -fallow-invalid-boz -rdynamic conftest.f -ldl -lm -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath >&5
- configure:20029: $? = 0
- configure:20037: result: yes
- configure:20141: checking for gsl-config
- configure:20164: found /usr/bin/gsl-config
- configure:20177: result: /usr/bin/gsl-config
- configure:20186: checking for GSL - version >= 1.15
- configure:20281: g++ -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR -fPIC -rdynamic conftest.cpp -ldl -lm -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath -L/usr/lib/x86_64-linux-gnu -lgsl -lgslcblas -lm >&5
- conftest.cpp: In function 'int main()':
- conftest.cpp:91:10: warning: ignoring return value of 'int system(const char*)' declared with attribute 'warn_unused_result' [-Wunused-result]
- 91 | system ("touch conf.gsltest");
- | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
- configure:20281: $? = 0
- configure:20281: ./conftest
- configure:20281: $? = 0
- configure:20296: result: yes
- configure:20374: ++ add gsl : -L/usr/lib/x86_64-linux-gnu -lgsl -lgslcblas -lm ; -I/usr/include in plugin/seq/WHERE_LIBRARY-config "
- configure:20451: checking check mumps_seq
- configure:20474: g++ -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR -fPIC -rdynamic conftest.cpp -ldl -lm -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath -ldmumps_seq -lzmumps_seq -lmumps_common_seq -lpord_seq -lmpiseq_seq >&5
- conftest.cpp:62:10: fatal error: dmumps_c.h: No such file or directory
- 62 | #include <dmumps_c.h>
- | ^~~~~~~~~~~~
- compilation terminated.
- configure:20474: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "FreeFEM"
- | #define PACKAGE_TARNAME "FreeFEM"
- | #define PACKAGE_VERSION "4.12"
- | #define PACKAGE_STRING "FreeFEM 4.12"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define PACKAGE "FreeFEM"
- | #define VERSION "4.12"
- | #define F77_FUNC(name,NAME) name ## _
- | #define F77_FUNC_(name,NAME) name ## _
- | #define YYTEXT_POINTER 1
- | #define HAVE_LIBRT 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ZLIB_H 1
- | #define VersionFreeFem 4.12
- | #define VersionFreeFemDate "Fri Jan 27 17:19:19 CET 2023"
- | #define FF_PREFIX_DIR "/usr/local/lib/ff++/4.12"
- | #define HAVE_GL_GL_H 1
- | #define HAVE_GL_GLUT_H 1
- | #define PROG_FFGLUT "ffglut"
- | #define HAVE_MPI_DOUBLE_COMPLEX 1
- | #define HAVE_FFTW3_H 1
- | #define HAVE_CBLAS_H 1
- | #define HAVE_LIBARPACK 1
- | #define HAVE_LIBUMFPACK 1
- | #define HAVE_LIBCHOLMOD 1
- | #define HAVE_UMFPACK_H 1
- | #define HAVE_TIMES 1
- | #define HAVE_SYSCONF 1
- | #define HAVE_CSTDDEF 1
- | #define HAVE_STDDEF_H 1
- | #define HAVE_SEMAPHORE_H 1
- | #define HAVE_SYS_MMAN_H 1
- | #define HAVE_REGEX_H 1
- | #define HAVE_UNISTD_H 1
- | #define TIME_WITH_SYS_TIME 1
- | #define HAVE_MALLOC_H 1
- | #define HAVE_ASINH 1
- | #define HAVE_ACOSH 1
- | #define HAVE_ATANH 1
- | #define HAVE_GETENV 1
- | #define HAVE_JN 1
- | #define HAVE_ERFC 1
- | #define HAVE_TGAMMA 1
- | #define HAVE_GETTIMEOFDAY 1
- | #define HAVE_MALLINFO 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBDL 1
- | #define HAVE_DLFCN_H 1
- | /* end confdefs.h. */
- | #include <dmumps_c.h>
- | #ifdef F77_DUMMY_MAIN
- |
- | # ifdef __cplusplus
- | extern "C"
- | # endif
- | int F77_DUMMY_MAIN() { return 1; }
- |
- | #endif
- | int
- | main (void)
- | {
- |
- | ;
- | return 0;
- | }
- configure:20512: result: no
- configure:20518: checking check libseq
- configure:20541: g++ -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR -fPIC -rdynamic conftest.cpp -ldl -lm -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath -lmpiseq_seq >&5
- conftest.cpp:62:10: fatal error: mumps_seq/mpi.h: No such file or directory
- 62 | #include <mumps_seq/mpi.h>
- | ^~~~~~~~~~~~~~~~~
- compilation terminated.
- configure:20541: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "FreeFEM"
- | #define PACKAGE_TARNAME "FreeFEM"
- | #define PACKAGE_VERSION "4.12"
- | #define PACKAGE_STRING "FreeFEM 4.12"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define PACKAGE "FreeFEM"
- | #define VERSION "4.12"
- | #define F77_FUNC(name,NAME) name ## _
- | #define F77_FUNC_(name,NAME) name ## _
- | #define YYTEXT_POINTER 1
- | #define HAVE_LIBRT 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ZLIB_H 1
- | #define VersionFreeFem 4.12
- | #define VersionFreeFemDate "Fri Jan 27 17:19:19 CET 2023"
- | #define FF_PREFIX_DIR "/usr/local/lib/ff++/4.12"
- | #define HAVE_GL_GL_H 1
- | #define HAVE_GL_GLUT_H 1
- | #define PROG_FFGLUT "ffglut"
- | #define HAVE_MPI_DOUBLE_COMPLEX 1
- | #define HAVE_FFTW3_H 1
- | #define HAVE_CBLAS_H 1
- | #define HAVE_LIBARPACK 1
- | #define HAVE_LIBUMFPACK 1
- | #define HAVE_LIBCHOLMOD 1
- | #define HAVE_UMFPACK_H 1
- | #define HAVE_TIMES 1
- | #define HAVE_SYSCONF 1
- | #define HAVE_CSTDDEF 1
- | #define HAVE_STDDEF_H 1
- | #define HAVE_SEMAPHORE_H 1
- | #define HAVE_SYS_MMAN_H 1
- | #define HAVE_REGEX_H 1
- | #define HAVE_UNISTD_H 1
- | #define TIME_WITH_SYS_TIME 1
- | #define HAVE_MALLOC_H 1
- | #define HAVE_ASINH 1
- | #define HAVE_ACOSH 1
- | #define HAVE_ATANH 1
- | #define HAVE_GETENV 1
- | #define HAVE_JN 1
- | #define HAVE_ERFC 1
- | #define HAVE_TGAMMA 1
- | #define HAVE_GETTIMEOFDAY 1
- | #define HAVE_MALLINFO 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBDL 1
- | #define HAVE_DLFCN_H 1
- | /* end confdefs.h. */
- | #include <mumps_seq/mpi.h>
- | #ifdef F77_DUMMY_MAIN
- |
- | # ifdef __cplusplus
- | extern "C"
- | # endif
- | int F77_DUMMY_MAIN() { return 1; }
- |
- | #endif
- | int
- | main (void)
- | {
- |
- | ;
- | return 0;
- | }
- configure:20579: result: no
- configure:20585: checking check mumps_ptscotch
- configure:20608: g++ -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR -fPIC -rdynamic conftest.cpp -ldl -lm -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath -lpord_ptscotch -lmumps_common_ptscotch -ldmumps_ptscotch -lzmumps_ptscotch -lpord_ptscotch >&5
- conftest.cpp:62:10: fatal error: dmumps_c.h: No such file or directory
- 62 | #include <dmumps_c.h>
- | ^~~~~~~~~~~~
- compilation terminated.
- configure:20608: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "FreeFEM"
- | #define PACKAGE_TARNAME "FreeFEM"
- | #define PACKAGE_VERSION "4.12"
- | #define PACKAGE_STRING "FreeFEM 4.12"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define PACKAGE "FreeFEM"
- | #define VERSION "4.12"
- | #define F77_FUNC(name,NAME) name ## _
- | #define F77_FUNC_(name,NAME) name ## _
- | #define YYTEXT_POINTER 1
- | #define HAVE_LIBRT 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ZLIB_H 1
- | #define VersionFreeFem 4.12
- | #define VersionFreeFemDate "Fri Jan 27 17:19:19 CET 2023"
- | #define FF_PREFIX_DIR "/usr/local/lib/ff++/4.12"
- | #define HAVE_GL_GL_H 1
- | #define HAVE_GL_GLUT_H 1
- | #define PROG_FFGLUT "ffglut"
- | #define HAVE_MPI_DOUBLE_COMPLEX 1
- | #define HAVE_FFTW3_H 1
- | #define HAVE_CBLAS_H 1
- | #define HAVE_LIBARPACK 1
- | #define HAVE_LIBUMFPACK 1
- | #define HAVE_LIBCHOLMOD 1
- | #define HAVE_UMFPACK_H 1
- | #define HAVE_TIMES 1
- | #define HAVE_SYSCONF 1
- | #define HAVE_CSTDDEF 1
- | #define HAVE_STDDEF_H 1
- | #define HAVE_SEMAPHORE_H 1
- | #define HAVE_SYS_MMAN_H 1
- | #define HAVE_REGEX_H 1
- | #define HAVE_UNISTD_H 1
- | #define TIME_WITH_SYS_TIME 1
- | #define HAVE_MALLOC_H 1
- | #define HAVE_ASINH 1
- | #define HAVE_ACOSH 1
- | #define HAVE_ATANH 1
- | #define HAVE_GETENV 1
- | #define HAVE_JN 1
- | #define HAVE_ERFC 1
- | #define HAVE_TGAMMA 1
- | #define HAVE_GETTIMEOFDAY 1
- | #define HAVE_MALLINFO 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBDL 1
- | #define HAVE_DLFCN_H 1
- | /* end confdefs.h. */
- | #include <dmumps_c.h>
- | #ifdef F77_DUMMY_MAIN
- |
- | # ifdef __cplusplus
- | extern "C"
- | # endif
- | int F77_DUMMY_MAIN() { return 1; }
- |
- | #endif
- | int
- | main (void)
- | {
- |
- | ;
- | return 0;
- | }
- configure:20646: result: no
- configure:20652: checking check mumps_scotch
- configure:20675: g++ -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR -fPIC -rdynamic conftest.cpp -ldl -lm -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath -lpord_scotch -lmumps_common_scotch -ldmumps_scotch -lzmumps_scotch -lpord_scotch >&5
- conftest.cpp:62:10: fatal error: dmumps_c.h: No such file or directory
- 62 | #include <dmumps_c.h>
- | ^~~~~~~~~~~~
- compilation terminated.
- configure:20675: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "FreeFEM"
- | #define PACKAGE_TARNAME "FreeFEM"
- | #define PACKAGE_VERSION "4.12"
- | #define PACKAGE_STRING "FreeFEM 4.12"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define PACKAGE "FreeFEM"
- | #define VERSION "4.12"
- | #define F77_FUNC(name,NAME) name ## _
- | #define F77_FUNC_(name,NAME) name ## _
- | #define YYTEXT_POINTER 1
- | #define HAVE_LIBRT 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ZLIB_H 1
- | #define VersionFreeFem 4.12
- | #define VersionFreeFemDate "Fri Jan 27 17:19:19 CET 2023"
- | #define FF_PREFIX_DIR "/usr/local/lib/ff++/4.12"
- | #define HAVE_GL_GL_H 1
- | #define HAVE_GL_GLUT_H 1
- | #define PROG_FFGLUT "ffglut"
- | #define HAVE_MPI_DOUBLE_COMPLEX 1
- | #define HAVE_FFTW3_H 1
- | #define HAVE_CBLAS_H 1
- | #define HAVE_LIBARPACK 1
- | #define HAVE_LIBUMFPACK 1
- | #define HAVE_LIBCHOLMOD 1
- | #define HAVE_UMFPACK_H 1
- | #define HAVE_TIMES 1
- | #define HAVE_SYSCONF 1
- | #define HAVE_CSTDDEF 1
- | #define HAVE_STDDEF_H 1
- | #define HAVE_SEMAPHORE_H 1
- | #define HAVE_SYS_MMAN_H 1
- | #define HAVE_REGEX_H 1
- | #define HAVE_UNISTD_H 1
- | #define TIME_WITH_SYS_TIME 1
- | #define HAVE_MALLOC_H 1
- | #define HAVE_ASINH 1
- | #define HAVE_ACOSH 1
- | #define HAVE_ATANH 1
- | #define HAVE_GETENV 1
- | #define HAVE_JN 1
- | #define HAVE_ERFC 1
- | #define HAVE_TGAMMA 1
- | #define HAVE_GETTIMEOFDAY 1
- | #define HAVE_MALLINFO 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBDL 1
- | #define HAVE_DLFCN_H 1
- | /* end confdefs.h. */
- | #include <dmumps_c.h>
- | #ifdef F77_DUMMY_MAIN
- |
- | # ifdef __cplusplus
- | extern "C"
- | # endif
- | int F77_DUMMY_MAIN() { return 1; }
- |
- | #endif
- | int
- | main (void)
- | {
- |
- | ;
- | return 0;
- | }
- configure:20713: result: no
- configure:20853: checking check blacs
- configure:20876: g++ -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR -fPIC -rdynamic conftest.cpp -ldl -lm -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath -lblacsCinit -lblacsF77init -lblacs >&5
- /usr/bin/ld: cannot find -lblacsCinit: No such file or directory
- /usr/bin/ld: cannot find -lblacsF77init: No such file or directory
- /usr/bin/ld: cannot find -lblacs: No such file or directory
- collect2: error: ld returned 1 exit status
- configure:20876: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "FreeFEM"
- | #define PACKAGE_TARNAME "FreeFEM"
- | #define PACKAGE_VERSION "4.12"
- | #define PACKAGE_STRING "FreeFEM 4.12"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define PACKAGE "FreeFEM"
- | #define VERSION "4.12"
- | #define F77_FUNC(name,NAME) name ## _
- | #define F77_FUNC_(name,NAME) name ## _
- | #define YYTEXT_POINTER 1
- | #define HAVE_LIBRT 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ZLIB_H 1
- | #define VersionFreeFem 4.12
- | #define VersionFreeFemDate "Fri Jan 27 17:19:19 CET 2023"
- | #define FF_PREFIX_DIR "/usr/local/lib/ff++/4.12"
- | #define HAVE_GL_GL_H 1
- | #define HAVE_GL_GLUT_H 1
- | #define PROG_FFGLUT "ffglut"
- | #define HAVE_MPI_DOUBLE_COMPLEX 1
- | #define HAVE_FFTW3_H 1
- | #define HAVE_CBLAS_H 1
- | #define HAVE_LIBARPACK 1
- | #define HAVE_LIBUMFPACK 1
- | #define HAVE_LIBCHOLMOD 1
- | #define HAVE_UMFPACK_H 1
- | #define HAVE_TIMES 1
- | #define HAVE_SYSCONF 1
- | #define HAVE_CSTDDEF 1
- | #define HAVE_STDDEF_H 1
- | #define HAVE_SEMAPHORE_H 1
- | #define HAVE_SYS_MMAN_H 1
- | #define HAVE_REGEX_H 1
- | #define HAVE_UNISTD_H 1
- | #define TIME_WITH_SYS_TIME 1
- | #define HAVE_MALLOC_H 1
- | #define HAVE_ASINH 1
- | #define HAVE_ACOSH 1
- | #define HAVE_ATANH 1
- | #define HAVE_GETENV 1
- | #define HAVE_JN 1
- | #define HAVE_ERFC 1
- | #define HAVE_TGAMMA 1
- | #define HAVE_GETTIMEOFDAY 1
- | #define HAVE_MALLINFO 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBDL 1
- | #define HAVE_DLFCN_H 1
- | /* end confdefs.h. */
- |
- | #ifdef F77_DUMMY_MAIN
- |
- | # ifdef __cplusplus
- | extern "C"
- | # endif
- | int F77_DUMMY_MAIN() { return 1; }
- |
- | #endif
- | int
- | main (void)
- | {
- |
- | ;
- | return 0;
- | }
- configure:20914: result: no
- configure:21322: checking check freeyams
- configure:21345: g++ -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR -fPIC -rdynamic conftest.cpp -ldl -lm -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath -lfreeyams >&5
- conftest.cpp:62:10: fatal error: freeyamslib.h: No such file or directory
- 62 | #include <freeyamslib.h>
- | ^~~~~~~~~~~~~~~
- compilation terminated.
- configure:21345: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "FreeFEM"
- | #define PACKAGE_TARNAME "FreeFEM"
- | #define PACKAGE_VERSION "4.12"
- | #define PACKAGE_STRING "FreeFEM 4.12"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define PACKAGE "FreeFEM"
- | #define VERSION "4.12"
- | #define F77_FUNC(name,NAME) name ## _
- | #define F77_FUNC_(name,NAME) name ## _
- | #define YYTEXT_POINTER 1
- | #define HAVE_LIBRT 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ZLIB_H 1
- | #define VersionFreeFem 4.12
- | #define VersionFreeFemDate "Fri Jan 27 17:19:19 CET 2023"
- | #define FF_PREFIX_DIR "/usr/local/lib/ff++/4.12"
- | #define HAVE_GL_GL_H 1
- | #define HAVE_GL_GLUT_H 1
- | #define PROG_FFGLUT "ffglut"
- | #define HAVE_MPI_DOUBLE_COMPLEX 1
- | #define HAVE_FFTW3_H 1
- | #define HAVE_CBLAS_H 1
- | #define HAVE_LIBARPACK 1
- | #define HAVE_LIBUMFPACK 1
- | #define HAVE_LIBCHOLMOD 1
- | #define HAVE_UMFPACK_H 1
- | #define HAVE_TIMES 1
- | #define HAVE_SYSCONF 1
- | #define HAVE_CSTDDEF 1
- | #define HAVE_STDDEF_H 1
- | #define HAVE_SEMAPHORE_H 1
- | #define HAVE_SYS_MMAN_H 1
- | #define HAVE_REGEX_H 1
- | #define HAVE_UNISTD_H 1
- | #define TIME_WITH_SYS_TIME 1
- | #define HAVE_MALLOC_H 1
- | #define HAVE_ASINH 1
- | #define HAVE_ACOSH 1
- | #define HAVE_ATANH 1
- | #define HAVE_GETENV 1
- | #define HAVE_JN 1
- | #define HAVE_ERFC 1
- | #define HAVE_TGAMMA 1
- | #define HAVE_GETTIMEOFDAY 1
- | #define HAVE_MALLINFO 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBDL 1
- | #define HAVE_DLFCN_H 1
- | /* end confdefs.h. */
- | #include <freeyamslib.h>
- | #ifdef F77_DUMMY_MAIN
- |
- | # ifdef __cplusplus
- | extern "C"
- | # endif
- | int F77_DUMMY_MAIN() { return 1; }
- |
- | #endif
- | int
- | main (void)
- | {
- |
- | ;
- | return 0;
- | }
- configure:21383: result: no
- configure:21523: checking check zlib
- configure:21546: g++ -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR -fPIC -rdynamic conftest.cpp -ldl -lm -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath -lz >&5
- configure:21546: $? = 0
- configure:21584: result: yes
- configure:21791: checking check ipopt
- configure:21814: g++ -o conftest -g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR -fPIC -rdynamic conftest.cpp -ldl -lm -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath -lipopt >&5
- conftest.cpp:62:10: fatal error: coin/IpTNLP.hpp: No such file or directory
- 62 | #include <coin/IpTNLP.hpp>
- | ^~~~~~~~~~~~~~~~~
- compilation terminated.
- configure:21814: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "FreeFEM"
- | #define PACKAGE_TARNAME "FreeFEM"
- | #define PACKAGE_VERSION "4.12"
- | #define PACKAGE_STRING "FreeFEM 4.12"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define PACKAGE "FreeFEM"
- | #define VERSION "4.12"
- | #define F77_FUNC(name,NAME) name ## _
- | #define F77_FUNC_(name,NAME) name ## _
- | #define YYTEXT_POINTER 1
- | #define HAVE_LIBRT 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ZLIB_H 1
- | #define VersionFreeFem 4.12
- | #define VersionFreeFemDate "Fri Jan 27 17:19:19 CET 2023"
- | #define FF_PREFIX_DIR "/usr/local/lib/ff++/4.12"
- | #define HAVE_GL_GL_H 1
- | #define HAVE_GL_GLUT_H 1
- | #define PROG_FFGLUT "ffglut"
- | #define HAVE_MPI_DOUBLE_COMPLEX 1
- | #define HAVE_FFTW3_H 1
- | #define HAVE_CBLAS_H 1
- | #define HAVE_LIBARPACK 1
- | #define HAVE_LIBUMFPACK 1
- | #define HAVE_LIBCHOLMOD 1
- | #define HAVE_UMFPACK_H 1
- | #define HAVE_TIMES 1
- | #define HAVE_SYSCONF 1
- | #define HAVE_CSTDDEF 1
- | #define HAVE_STDDEF_H 1
- | #define HAVE_SEMAPHORE_H 1
- | #define HAVE_SYS_MMAN_H 1
- | #define HAVE_REGEX_H 1
- | #define HAVE_UNISTD_H 1
- | #define TIME_WITH_SYS_TIME 1
- | #define HAVE_MALLOC_H 1
- | #define HAVE_ASINH 1
- | #define HAVE_ACOSH 1
- | #define HAVE_ATANH 1
- | #define HAVE_GETENV 1
- | #define HAVE_JN 1
- | #define HAVE_ERFC 1
- | #define HAVE_TGAMMA 1
- | #define HAVE_GETTIMEOFDAY 1
- | #define HAVE_MALLINFO 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBDL 1
- | #define HAVE_DLFCN_H 1
- | /* end confdefs.h. */
- | #include <coin/IpTNLP.hpp>
- | #ifdef F77_DUMMY_MAIN
- |
- | # ifdef __cplusplus
- | extern "C"
- | # endif
- | int F77_DUMMY_MAIN() { return 1; }
- |
- | #endif
- | int
- | main (void)
- | {
- |
- | ;
- | return 0;
- | }
- configure:21852: result: no
- configure:24153: checking kernel version
- configure:24156: result: 6.0.12
- configure:24161: checking libc version
- configure:24164: result:
- configure:24212: checking for a sed that does not truncate output
- configure:24282: result: /usr/bin/sed
- configure:24287: checking for grep that handles long lines and -e
- configure:24351: result: /usr/bin/grep
- configure:25639: checking that generated files are newer than configure
- configure:25645: result: done
- configure:25856: creating ./config.status
- ## ---------------------- ##
- ## Running config.status. ##
- ## ---------------------- ##
- This file was extended by FreeFEM config.status 4.12, which was
- generated by GNU Autoconf 2.71. Invocation command line was
- CONFIG_FILES =
- CONFIG_HEADERS =
- CONFIG_LINKS =
- CONFIG_COMMANDS =
- $ ./config.status
- on pop-os
- config.status:1236: creating Makefile
- config.status:1236: creating 3rdparty/Makefile
- config.status:1236: creating 3rdparty/blas/Makefile
- config.status:1236: creating 3rdparty/arpack/Makefile
- config.status:1236: creating 3rdparty/umfpack/Makefile
- config.status:1236: creating 3rdparty/fftw/Makefile
- config.status:1236: creating src/Makefile
- config.status:1236: creating src/bamglib/Makefile
- config.status:1236: creating src/Graphics/Makefile
- config.status:1236: creating src/femlib/Makefile
- config.status:1236: creating src/Algo/Makefile
- config.status:1236: creating src/lglib/Makefile
- config.status:1236: creating src/ffgraphics/Makefile
- config.status:1236: creating src/ffgraphics/server/Makefile
- config.status:1236: creating src/ffgraphics/client/Makefile
- config.status:1236: creating src/fflib/Makefile
- config.status:1236: creating src/nw/Makefile
- config.status:1236: creating src/mpi/Makefile
- config.status:1236: creating src/bamg/Makefile
- config.status:1236: creating src/libMesh/Makefile
- config.status:1236: creating src/medit/Makefile
- config.status:1236: creating src/bin-win32/Makefile
- config.status:1236: creating plugin/Makefile
- config.status:1236: creating plugin/seq/Makefile
- config.status:1236: creating plugin/mpi/Makefile
- config.status:1236: creating examples/Makefile
- config.status:1236: creating examples/plugin/Makefile
- config.status:1236: creating examples/tutorial/Makefile
- config.status:1236: creating examples/misc/Makefile
- config.status:1236: creating examples/mpi/Makefile
- config.status:1236: creating examples/hpddm/Makefile
- config.status:1236: creating examples/ffddm/Makefile
- config.status:1236: creating examples/eigen/Makefile
- config.status:1236: creating examples/examples/Makefile
- config.status:1236: creating examples/bug/Makefile
- config.status:1236: creating examples/3d/Makefile
- config.status:1236: creating examples/3dSurf/Makefile
- config.status:1236: creating examples/3dCurve/Makefile
- config.status:1236: creating config.h
- config.status:1465: executing depfiles commands
- config.status:1542: cd src/lglib && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
- make: Nothing to be done for 'am--depfiles'.
- config.status:1547: $? = 0
- config.status:1542: cd src/fflib && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
- make: Nothing to be done for 'am--depfiles'.
- config.status:1547: $? = 0
- config.status:1542: cd src/nw && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
- make: Nothing to be done for 'am--depfiles'.
- config.status:1547: $? = 0
- config.status:1542: cd src/mpi && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
- make: Nothing to be done for 'am--depfiles'.
- config.status:1547: $? = 0
- config.status:1542: cd src/bamg && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
- make: Nothing to be done for 'am--depfiles'.
- config.status:1547: $? = 0
- config.status:1542: cd src/libMesh && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
- make: Nothing to be done for 'am--depfiles'.
- config.status:1547: $? = 0
- config.status:1542: cd src/medit && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
- make: Nothing to be done for 'am--depfiles'.
- config.status:1547: $? = 0
- config.status:1542: cd plugin/seq && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
- /tmp/GmoqVTMM:899: warning: ignoring prerequisites on suffix rule definition
- make: Nothing to be done for 'am--depfiles'.
- config.status:1547: $? = 0
- configure:27208: FreeFEM used download: no
- configure:27210: -- Dynamic load facility: yes
- configure:27212: -- ARPACK (eigen value): yes
- configure:27214: -- UMFPACK (sparse solver): yes
- configure:27216: -- BLAS: yes
- configure:27218: -- with MPI: yes
- configure:27220: -- with PETSc: yes / PETSc complex: yes
- configure:27222: -- with SLEPc: yes / SLEPc complex: yes
- configure:27224: -- with hpddm: yes
- configure:27226: -- with htool: no
- configure:27228: -- with bemtool: no (need boost: no and htool: no)
- configure:27230: -- without libs: gmm ipopt mumps_seq yams pipe MMAP NewSolver mkl bem
- configure:27232: -- without plugins: ilut.so ff-Ipopt.so MUMPS_seq.so MUMPS.so freeyams.so pipe.so ff-mmap-semaphore.so NewSolver.so PARDISO.so bem.so RadiativeTransfer_htool.so
- configure:27236: progs: FreeFem++-nw bamg cvmsh2 FreeFem++-mpi ffmedit ffglut
- configure:27432: PETSc directories do not exist, to build do:
- configure:27434: cd 3rdparty/ff-petsc && make
- ## ---------------- ##
- ## Cache variables. ##
- ## ---------------- ##
- ac_cv_build=x86_64-pc-linux-gnu
- 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_f77_compiler_gnu=yes
- ac_cv_f77_dummy_main=none
- ac_cv_f77_libs=' -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath'
- ac_cv_f77_mangling='lower case, underscore, no extra underscore'
- ac_cv_fc_compiler_gnu=yes
- ac_cv_fortran_dummy_main=none
- ac_cv_func_acosh=yes
- ac_cv_func_asinh=yes
- ac_cv_func_atanh=yes
- ac_cv_func_erfc=yes
- ac_cv_func_getenv=yes
- ac_cv_func_gettimeofday=yes
- ac_cv_func_jn=yes
- ac_cv_func_mallinfo=yes
- ac_cv_func_mstats=no
- ac_cv_func_second_=no
- ac_cv_func_srandomdev=no
- ac_cv_func_sysconf=yes
- ac_cv_func_tgamma=yes
- ac_cv_func_times=yes
- ac_cv_header_Accelerate_cblas_h=no
- ac_cv_header_GLUT_glut_h=no
- ac_cv_header_GL_gl_h=yes
- ac_cv_header_GL_glut_h=yes
- ac_cv_header_OpenGL_gl_h=no
- ac_cv_header__home_km_freefem_FreeFem_FreeFem_sources_3rdparty_cadna_cadnafree_h=no
- ac_cv_header_atlas_cblas_h=no
- ac_cv_header_cblas_h=yes
- ac_cv_header_cstddef=yes
- ac_cv_header_fftw3_h=yes
- ac_cv_header_inttypes_h=yes
- ac_cv_header_malloc_h=yes
- ac_cv_header_regex_h=yes
- ac_cv_header_semaphore_h=yes
- ac_cv_header_stddef_h=yes
- ac_cv_header_stdint_h=yes
- ac_cv_header_stdio_h=yes
- ac_cv_header_stdlib_h=yes
- ac_cv_header_string_h=yes
- ac_cv_header_strings_h=yes
- ac_cv_header_sys_mman_h=yes
- ac_cv_header_sys_stat_h=yes
- ac_cv_header_sys_time_h=yes
- ac_cv_header_sys_types_h=yes
- ac_cv_header_unistd_h=yes
- ac_cv_header_zlib_h=yes
- ac_cv_host=x86_64-pc-linux-gnu
- ac_cv_lib_arpack_dsaupd_=yes
- ac_cv_lib_cadnafree_arit_zero=no
- ac_cv_lib_cblas_cblas_zdotu_sub=no
- ac_cv_lib_dl_dlinfo=yes
- ac_cv_lib_fftw3_fftw_execute=yes
- ac_cv_lib_iomp5_omp_get_wtime=no
- ac_cv_lib_lex='none needed'
- ac_cv_lib_m_sin=yes
- ac_cv_lib_pthread_pthread_create=yes
- ac_cv_lib_rt_clock_gettime=yes
- ac_cv_lib_z_deflate=yes
- ac_cv_objext=o
- ac_cv_path_GREP=/usr/bin/grep
- ac_cv_path_GSL_CONFIG=/usr/bin/gsl-config
- ac_cv_path_SED=/usr/bin/sed
- ac_cv_path_install='/usr/bin/install -c'
- ac_cv_path_mkdir=/usr/bin/mkdir
- ac_cv_prog_AWK=mawk
- ac_cv_prog_LEX=flex
- ac_cv_prog_YACC='bison -y'
- ac_cv_prog_ac_ct_CC=gcc
- ac_cv_prog_ac_ct_CXX=g++
- ac_cv_prog_ac_ct_F77=gfortran
- ac_cv_prog_ac_ct_FC=gfortran
- 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=yes
- ac_cv_prog_f77_v=-v
- ac_cv_prog_fc_g=yes
- ac_cv_prog_ff_bison=yes
- ac_cv_prog_ff_cmake=yes
- ac_cv_prog_ff_flex=yes
- ac_cv_prog_ff_libtool=no
- ac_cv_prog_ff_m4=yes
- ac_cv_prog_ff_patch=yes
- ac_cv_prog_ff_unzip=yes
- ac_cv_prog_ff_wget=yes
- ac_cv_prog_lex_root=lex.yy
- ac_cv_prog_lex_yytext_pointer=yes
- ac_cv_prog_make_make_set=yes
- ac_cv_search_yywrap=-ll
- 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} '\''/home/km_freefem/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='ar'
- ARFLAGS='rv'
- ARPACKLIB=''
- ARPACKLIBS='-larpack -llapack'
- ARPACK_FALSE='#'
- ARPACK_TRUE=''
- AUTOCONF='${SHELL} '\''/home/km_freefem/FreeFem/FreeFem-sources/missing'\'' autoconf'
- AUTOHEADER='${SHELL} '\''/home/km_freefem/FreeFem/FreeFem-sources/missing'\'' autoheader'
- AUTOMAKE='${SHELL} '\''/home/km_freefem/FreeFem/FreeFem-sources/missing'\'' automake-1.16'
- AWK='mawk'
- BAMGPROG='bamg cvmsh2'
- BEMTOOL_FALSE=''
- BEMTOOL_TRUE='#'
- BIN_ffmaster='ffmaster'
- BLACSLIBS=' -Wl,-rpath,/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -L/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -lscalapack -llapack -lblas'
- BLACS_FALSE=''
- BLACS_TRUE='#'
- BLASINC=' '
- BLASLIBS='-llapack -lblas'
- BOOST_FALSE=''
- BOOST_TRUE='#'
- CC='gcc'
- CCDEPMODE='depmode=gcc3'
- CFLAGS='-g -DNDEBUG -O3 -mmmx -msse4.2 -fPIC'
- CFLAGSF77='-DAdd_ '
- CNOFLAGS=' -fPIC'
- COMPILE_OPENBLAS=''
- CPPFLAGS=''
- CSCOPE='cscope'
- CTAGS='ctags'
- CXX11FLAGS='-std=c++14'
- CXX='g++'
- CXXDEPMODE='depmode=gcc3'
- CXXFLAGS='-g -DNDEBUG -O3 -mmmx -msse4.2 -std=c++14 -DBAMG_LONG_LONG -DNCHECKPTR -fPIC'
- CYGPATH_W='echo'
- DEFS='-DHAVE_CONFIG_H'
- DEPDIR='.deps'
- DOWNLOADCOMPILE='compile-pkg install-other'
- DOWNLOADED_BLAS=''
- DOWNLOADED_BLAS_BUILT_SOURCES=''
- DOWNLOAD_ARPACK=''
- DOWNLOAD_FALSE=''
- DOWNLOAD_FFTW=''
- DOWNLOAD_TRUE='#'
- DOWNLOAD_UMFPACK=''
- DYLIB_SUFFIX='so'
- ECHO_C=''
- ECHO_N='-n'
- ECHO_T=''
- EIGENOBJ='eigenvalue.$(OBJEXT)'
- ENABLE_EIGEN_FALSE='#'
- ENABLE_EIGEN_TRUE=''
- ENABLE_FFCS='no'
- ENABLE_FFCS_FALSE=''
- ENABLE_FFCS_TRUE='#'
- ETAGS='etags'
- EXEEXT=''
- F77='gfortran'
- FC='gfortran'
- FCFLAGS='-g -O2 -fPIC -fallow-argument-mismatch -fallow-invalid-boz'
- FFCS_MPIOK_FALSE='#'
- FFCS_MPIOK_TRUE=''
- FFCS_WINDOWS_FALSE=''
- FFCS_WINDOWS_TRUE='#'
- FFGLUTNAME=''
- FFGLUTPROG='ffglut'
- FFLAGS='-g -DNDEBUG -O3 -mmmx -msse4.2 -fPIC -fallow-argument-mismatch -fallow-invalid-boz'
- FFTW3_FALSE='#'
- FFTW3_TRUE=''
- FF_HAVE_REGEX_H='1'
- FF_LAPACKdir=''
- FF_LIBS='-ldl -lm -lrt -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath'
- FF_MALLOC_H='1'
- FF_SECOND='second.o'
- FF_UMFPACK_CONFIG=''
- FF_ZLIB='-lz'
- FF_conf_petsc_complex='/home/km_freefem/FreeFem/petsc/arch-FreeFem-complex/lib/petsc/conf/petscvariables'
- FF_conf_petsc_real='/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib/petsc/conf/petscvariables'
- FF_generic_petsc=''
- FF_prefix_petsc='/usr/local/ff-petsc'
- FF_prefix_petsc_complex='/home/km_freefem/FreeFem/petsc/arch-FreeFem-complex'
- FF_prefix_petsc_real='/home/km_freefem/FreeFem/petsc/arch-FreeFem'
- FLIBS=' -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath'
- FNOFLAGS=' -fPIC'
- FORTRAN_FALSE='#'
- FORTRAN_TRUE=''
- FREEYAMS_FALSE=''
- FREEYAMS_TRUE='#'
- G2CLIB=' -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath'
- GCCNOCYGWIN=''
- GMM_FALSE=''
- GMM_TRUE='#'
- GREP='/usr/bin/grep'
- GSL_CFLAGS='-I/usr/include'
- GSL_CONFIG='/usr/bin/gsl-config'
- GSL_FALSE='#'
- GSL_LIBS='-L/usr/lib/x86_64-linux-gnu -lgsl -lgslcblas -lm'
- 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_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='6.0.12'
- LAPACKLIBS='-llapack -lblas'
- LAPACK_arpack_LIB=''
- LDFLAGS=' -rdynamic'
- LEX='flex'
- LEXLIB='-ll '
- LEX_OUTPUT_ROOT='lex.yy'
- LIBC_VERSION=''
- LIBOBJS=''
- LIBS=''
- LIBSEQ_FALSE=''
- LIBSEQ_TRUE='#'
- LIBSGLUT='-lglut -lGLU -lGL'
- LIBSNOCONSOLE=''
- LIBSPTHREAD='-lpthread'
- LIB_PTHREAD_GOOGLE='-lpthread'
- LOAD_COMPILE='load_compile'
- LOAD_TESTS='../regtests.sh'
- LTLIBOBJS=''
- MAINT='#'
- MAINTAINER_MODE_FALSE=''
- MAINTAINER_MODE_TRUE='#'
- MAKEINFO='${SHELL} '\''/home/km_freefem/FreeFem/FreeFem-sources/missing'\'' makeinfo'
- MEDITPROG='ffmedit'
- METIS_FALSE='#'
- METIS_TRUE=''
- MKDIR_P='/usr/bin/mkdir -p'
- MKL_FALSE=''
- MKL_TRUE='#'
- MMG3D_FALSE='#'
- MMG3D_TRUE=''
- MMG_FALSE='#'
- MMG_TRUE=''
- MPICC='mpicc'
- MPICXX='mpicxx'
- MPIFC='mpif90'
- MPIPROG='FreeFem++-mpi'
- MPIRUN='/usr/bin/mpiexec'
- MPISCRIPT='ff-mpirun'
- MPI_FALSE='#'
- MPI_INCLUDE='-I/usr/include/x86_64-linux-gnu/mpich '
- MPI_INC_DIR='/usr/include/x86_64-linux-gnu/mpich'
- MPI_LIB='-Wl,-Bsymbolic-functions -Wl,-z,relro -L/usr/lib/x86_64-linux-gnu -lmpichcxx -lmpich '
- MPI_LIBC='-Wl,-Bsymbolic-functions -Wl,-z,relro -L/usr/lib/x86_64-linux-gnu -lmpich '
- MPI_LIBFC='-Wl,-Bsymbolic-functions -Wl,-z,relro -L/usr/lib/x86_64-linux-gnu -lmpichfort -lmpich '
- MPI_LIB_DIRS='/usr/lib/x86_64-linux-gnu'
- 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='[email protected]'
- 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='ranlib'
- SCALAPACK_FALSE='#'
- SCALAPACK_TRUE=''
- SCOTCH_FALSE='#'
- SCOTCH_INCLUDE='/home/km_freefem/FreeFem/FreeFem-sources/3rdparty/include/scotch'
- SCOTCH_TRUE=''
- SED='/usr/bin/sed'
- SET_MAKE=''
- SHELL='/bin/bash'
- SIZEOF_INT='4'
- SIZEOF_LONG='8'
- SIZEOF_PTR='8'
- SIZEOF_PTRINBIT='64'
- SKIP_TESTS_EIGEN=''
- SKIP_TESTS_MPI='no'
- SLEPCCOMPLEX_FALSE='#'
- SLEPCCOMPLEX_TRUE=''
- SLEPC_FALSE='#'
- SLEPC_TRUE=''
- STATICTOOL=''
- STDPROG=''
- STD_GRAPH_OBJ=''
- STD_LDFLAGS=''
- STD_LIBS=''
- STRIP=''
- SUPERLU_FALSE='#'
- SUPERLU_TRUE=''
- TEST_FFPP='../../src/nw/FreeFem++'
- TEST_FFPPMPI='../../src/mpi/ff-mpirun'
- TEST_FFPP_MPI='../../src/mpi/FreeFem++-mpi'
- TETGEN_FALSE='#'
- TETGEN_TRUE=''
- TOOL_COMPILE_MMAP=''
- TOOL_COMPILE_NewSolver=''
- TOOL_COMPILE_bem=''
- TOOL_COMPILE_blaslapack=''
- TOOL_COMPILE_gmm=''
- TOOL_COMPILE_gsl='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='mmg3d'
- TOOL_COMPILE_mmg='mmg'
- TOOL_COMPILE_mshmet='mshmet'
- TOOL_COMPILE_mumps=''
- TOOL_COMPILE_mumps_seq=''
- TOOL_COMPILE_nlopt='nlopt'
- TOOL_COMPILE_parmetis=''
- TOOL_COMPILE_parmmg='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='ffnewuoa.so'
- TOOL_DYLIB_gmm=''
- TOOL_DYLIB_gsl='gsl.so'
- TOOL_DYLIB_hpddm='hpddm.so hpddm_substructuring.so PETSc.so function-PETSc.so PETSc-complex.so SLEPc-complex.so SLEPc.so'
- TOOL_DYLIB_iohdf5=''
- TOOL_DYLIB_ipopt=''
- TOOL_DYLIB_lapack='lapack.so'
- TOOL_DYLIB_libpthread_google=''
- TOOL_DYLIB_metis='metis.so'
- TOOL_DYLIB_mkl=''
- TOOL_DYLIB_mmg3d='mmg3d-v4.0.so'
- TOOL_DYLIB_mmg='mmg.so'
- TOOL_DYLIB_mshmet='mshmet.so aniso.so'
- TOOL_DYLIB_mumps='MUMPS.so MUMPS_mpi.so'
- TOOL_DYLIB_mumps_seq=''
- TOOL_DYLIB_nlopt='ff-NLopt.so'
- TOOL_DYLIB_parmetis='parmetis.so'
- TOOL_DYLIB_parmmg='parmmg.so'
- TOOL_DYLIB_pipe=''
- TOOL_DYLIB_scalapack='MUMPS.so MUMPS_mpi.so'
- TOOL_DYLIB_scotch='scotch.so'
- TOOL_DYLIB_superlu='SuperLu.so'
- TOOL_DYLIB_tetgen='tetgen.so'
- TOOL_DYLIB_umfpack='UMFPACK64.so'
- TOOL_DYLIB_yams=''
- UMFPACKLIBS=' -Wl,-rpath,/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -L/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -lspqr -lumfpack -lklu -lcholmod -lbtf -lccolamd -lcolamd -lcamd -lamd -lsuitesparseconfig -Wl,-rpath,/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -L/home/km_freefem/FreeFem/petsc/arch-FreeFem/lib -lmetis'
- UMFPACK_CPPFLAGS=' -I/home/km_freefem/FreeFem/petsc/arch-FreeFem/include'
- UMFPACK_FALSE='#'
- UMFPACK_TRUE=''
- VERSION='4.12'
- WGET='wget --no-check-certificate'
- WIN32DLLTARGET=''
- WINDRESOBJ=''
- WITH_CXX11='yes'
- YACC='bison -y'
- YFLAGS=''
- ac_ct_CC='gcc'
- ac_ct_CXX='g++'
- ac_ct_F77='gfortran'
- ac_ct_FC='gfortran'
- 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-linux-gnu'
- build_alias=''
- build_cpu='x86_64'
- build_os='linux-gnu'
- build_vendor='pc'
- datadir='${datarootdir}'
- datarootdir='${prefix}/share'
- docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
- dvidir='${docdir}'
- exec_prefix='${prefix}'
- ff_bison='yes'
- ff_cmake='yes'
- ff_curl=''
- ff_flex='yes'
- ff_git=''
- ff_libtool='no'
- ff_m4='yes'
- ff_patch='yes'
- ff_prefix='/usr/local'
- ff_prefix_dir='/usr/local/lib/ff++/4.12'
- ff_prefix_dir_etc='/usr/local/lib/ff++/4.12/etc'
- ff_prefix_dir_example='${datarootdir}/FreeFEM/4.12'
- ff_prefix_dir_include='/usr/local/lib/ff++/4.12/include'
- ff_prefix_dir_lib='/usr/local/lib/ff++/4.12/lib'
- ff_prefix_dir_lib_mpi='/usr/local/lib/ff++/4.12/lib/mpi'
- ff_unzip='yes'
- ff_wget='yes'
- host='x86_64-pc-linux-gnu'
- host_alias=''
- host_cpu='x86_64'
- host_os='linux-gnu'
- host_vendor='pc'
- htmldir='${docdir}'
- includedir='${prefix}/include'
- infodir='${datarootdir}/info'
- install_sh='${SHELL} /home/km_freefem/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/local'
- 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 "[email protected]"
- #define PACKAGE_URL ""
- #define PACKAGE "FreeFEM"
- #define VERSION "4.12"
- #define F77_FUNC(name,NAME) name ## _
- #define F77_FUNC_(name,NAME) name ## _
- #define YYTEXT_POINTER 1
- #define HAVE_LIBRT 1
- #define HAVE_STDIO_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_STRING_H 1
- #define HAVE_INTTYPES_H 1
- #define HAVE_STDINT_H 1
- #define HAVE_STRINGS_H 1
- #define HAVE_SYS_STAT_H 1
- #define HAVE_SYS_TYPES_H 1
- #define HAVE_UNISTD_H 1
- #define HAVE_SYS_TIME_H 1
- #define STDC_HEADERS 1
- #define HAVE_ZLIB_H 1
- #define VersionFreeFem 4.12
- #define VersionFreeFemDate "Fri Jan 27 17:19:19 CET 2023"
- #define FF_PREFIX_DIR "/usr/local/lib/ff++/4.12"
- #define HAVE_GL_GL_H 1
- #define HAVE_GL_GLUT_H 1
- #define PROG_FFGLUT "ffglut"
- #define HAVE_MPI_DOUBLE_COMPLEX 1
- #define HAVE_FFTW3_H 1
- #define HAVE_CBLAS_H 1
- #define HAVE_LIBARPACK 1
- #define HAVE_LIBUMFPACK 1
- #define HAVE_LIBCHOLMOD 1
- #define HAVE_UMFPACK_H 1
- #define HAVE_TIMES 1
- #define HAVE_SYSCONF 1
- #define HAVE_CSTDDEF 1
- #define HAVE_STDDEF_H 1
- #define HAVE_SEMAPHORE_H 1
- #define HAVE_SYS_MMAN_H 1
- #define HAVE_REGEX_H 1
- #define HAVE_UNISTD_H 1
- #define TIME_WITH_SYS_TIME 1
- #define HAVE_MALLOC_H 1
- #define HAVE_ASINH 1
- #define HAVE_ACOSH 1
- #define HAVE_ATANH 1
- #define HAVE_GETENV 1
- #define HAVE_JN 1
- #define HAVE_ERFC 1
- #define HAVE_TGAMMA 1
- #define HAVE_GETTIMEOFDAY 1
- #define HAVE_MALLINFO 1
- #define HAVE_LIBM 1
- #define HAVE_LIBDL 1
- #define HAVE_DLFCN_H 1
- configure: exit 0
Add Comment
Please, Sign In to add comment