Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output: Change Dir: /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_9e1bd/fast && /usr/bin/make -f CMakeFiles/cmTC_9e1bd.dir/build.make CMakeFiles/cmTC_9e1bd.dir/build make[1]: Entering directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9e1bd.dir/src.c.o /usr/bin/cc -DCMAKE_HAVE_LIBC_PTHREAD -o CMakeFiles/cmTC_9e1bd.dir/src.c.o -c /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_9e1bd /home/stefano/cmake-3.15.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9e1bd.dir/link.txt --verbose=1 /usr/bin/cc -DCMAKE_HAVE_LIBC_PTHREAD CMakeFiles/cmTC_9e1bd.dir/src.c.o -o cmTC_9e1bd CMakeFiles/cmTC_9e1bd.dir/src.c.o: In function `main': src.c:(.text+0x3e): undefined reference to `pthread_create' src.c:(.text+0x4a): undefined reference to `pthread_detach' src.c:(.text+0x5b): undefined reference to `pthread_join' src.c:(.text+0x6f): undefined reference to `pthread_atfork' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_9e1bd.dir/build.make:86: recipe for target 'cmTC_9e1bd' failed make[1]: *** [cmTC_9e1bd] Error 1 make[1]: Leaving directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp' Makefile:121: recipe for target 'cmTC_9e1bd/fast' failed make: *** [cmTC_9e1bd/fast] Error 2 Source file was: #include void* test_func(void* data) { return data; } int main(void) { pthread_t thread; pthread_create(&thread, NULL, test_func, NULL); pthread_detach(thread); pthread_join(thread, NULL); pthread_atfork(NULL, NULL, NULL); pthread_exit(NULL); return 0; } Determining if the function pthread_create exists in the pthreads failed with the following output: Change Dir: /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_6b6aa/fast && /usr/bin/make -f CMakeFiles/cmTC_6b6aa.dir/build.make CMakeFiles/cmTC_6b6aa.dir/build make[1]: Entering directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6b6aa.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_6b6aa.dir/CheckFunctionExists.c.o -c /home/stefano/cmake-3.15.3/share/cmake-3.15/Modules/CheckFunctionExists.c Linking C executable cmTC_6b6aa /home/stefano/cmake-3.15.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6b6aa.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_6b6aa.dir/CheckFunctionExists.c.o -o cmTC_6b6aa -lpthreads /usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status CMakeFiles/cmTC_6b6aa.dir/build.make:86: recipe for target 'cmTC_6b6aa' failed make[1]: *** [cmTC_6b6aa] Error 1 make[1]: Leaving directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp' Makefile:121: recipe for target 'cmTC_6b6aa/fast' failed make: *** [cmTC_6b6aa/fast] Error 2 Determining if files io.h exist failed with the following output: Change Dir: /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_f3043/fast && /usr/bin/make -f CMakeFiles/cmTC_f3043.dir/build.make CMakeFiles/cmTC_f3043.dir/build make[1]: Entering directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f3043.dir/HAVE_IO_H.c.o /usr/bin/cc -o CMakeFiles/cmTC_f3043.dir/HAVE_IO_H.c.o -c /home/stefano/gromacs-2019.2/build/CMakeFiles/CheckIncludeFiles/HAVE_IO_H.c /home/stefano/gromacs-2019.2/build/CMakeFiles/CheckIncludeFiles/HAVE_IO_H.c:2:10: fatal error: io.h: No such file or directory #include ^~~~~~ compilation terminated. CMakeFiles/cmTC_f3043.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_f3043.dir/HAVE_IO_H.c.o' failed make[1]: *** [CMakeFiles/cmTC_f3043.dir/HAVE_IO_H.c.o] Error 1 make[1]: Leaving directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp' Makefile:121: recipe for target 'cmTC_f3043/fast' failed make: *** [cmTC_f3043/fast] Error 2 Source: /* */ #include int main(void){return 0;} Determining if the _fileno exist failed with the following output: Change Dir: /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_0280b/fast && /usr/bin/make -f CMakeFiles/cmTC_0280b.dir/build.make CMakeFiles/cmTC_0280b.dir/build make[1]: Entering directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_0280b.dir/CheckSymbolExists.cxx.o /usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_0280b.dir/CheckSymbolExists.cxx.o -c /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’: /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘_fileno’ was not declared in this scope return ((int*)(&_fileno))[argc]; ^~~~~~~ /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: note: suggested alternative: ‘fileno’ return ((int*)(&_fileno))[argc]; ^~~~~~~ fileno CMakeFiles/cmTC_0280b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_0280b.dir/CheckSymbolExists.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_0280b.dir/CheckSymbolExists.cxx.o] Error 1 make[1]: Leaving directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp' Makefile:121: recipe for target 'cmTC_0280b/fast' failed make: *** [cmTC_0280b/fast] Error 2 File /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef _fileno return ((int*)(&_fileno))[argc]; #else (void)argc; return 0; #endif } Determining if the _commit exist failed with the following output: Change Dir: /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_5e049/fast && /usr/bin/make -f CMakeFiles/cmTC_5e049.dir/build.make CMakeFiles/cmTC_5e049.dir/build make[1]: Entering directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_5e049.dir/CheckSymbolExists.cxx.o /usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_5e049.dir/CheckSymbolExists.cxx.o -c /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:2:10: fatal error: io.h: No such file or directory #include ^~~~~~ compilation terminated. CMakeFiles/cmTC_5e049.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_5e049.dir/CheckSymbolExists.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_5e049.dir/CheckSymbolExists.cxx.o] Error 1 make[1]: Leaving directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp' Makefile:121: recipe for target 'cmTC_5e049/fast' failed make: *** [cmTC_5e049/fast] Error 2 File /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef _commit return ((int*)(&_commit))[argc]; #else (void)argc; return 0; #endif } Determining if the memalign exist failed with the following output: Change Dir: /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_5e2e4/fast && /usr/bin/make -f CMakeFiles/cmTC_5e2e4.dir/build.make CMakeFiles/cmTC_5e2e4.dir/build make[1]: Entering directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_5e2e4.dir/CheckSymbolExists.cxx.o /usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_5e2e4.dir/CheckSymbolExists.cxx.o -c /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’: /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘memalign’ was not declared in this scope return ((int*)(&memalign))[argc]; ^~~~~~~~ /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: note: suggested alternative: ‘main’ return ((int*)(&memalign))[argc]; ^~~~~~~~ main CMakeFiles/cmTC_5e2e4.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_5e2e4.dir/CheckSymbolExists.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_5e2e4.dir/CheckSymbolExists.cxx.o] Error 1 make[1]: Leaving directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp' Makefile:121: recipe for target 'cmTC_5e2e4/fast' failed make: *** [cmTC_5e2e4/fast] Error 2 File /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef memalign return ((int*)(&memalign))[argc]; #else (void)argc; return 0; #endif } Performing C SOURCE FILE Test C_xCORE_AVX512_qopt_zmm_usage_high_FLAG_ACCEPTED failed with the following output: Change Dir: /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_08a2e/fast && /usr/bin/make -f CMakeFiles/cmTC_08a2e.dir/build.make CMakeFiles/cmTC_08a2e.dir/build make[1]: Entering directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_08a2e.dir/src.c.o /usr/bin/cc -DC_xCORE_AVX512_qopt_zmm_usage_high_FLAG_ACCEPTED -xCORE-AVX512 -qopt-zmm-usage=high -o CMakeFiles/cmTC_08a2e.dir/src.c.o -c /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/src.c cc: error: unrecognized command line option ‘-qopt-zmm-usage=high’ CMakeFiles/cmTC_08a2e.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_08a2e.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_08a2e.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp' Makefile:121: recipe for target 'cmTC_08a2e/fast' failed make: *** [cmTC_08a2e/fast] Error 2 Source file was: int main(void) { return 0; } Performing C SOURCE FILE Test C_xCORE_AVX512_FLAG_ACCEPTED failed with the following output: Change Dir: /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_dc53b/fast && /usr/bin/make -f CMakeFiles/cmTC_dc53b.dir/build.make CMakeFiles/cmTC_dc53b.dir/build make[1]: Entering directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_dc53b.dir/src.c.o /usr/bin/cc -DC_xCORE_AVX512_FLAG_ACCEPTED -xCORE-AVX512 -o CMakeFiles/cmTC_dc53b.dir/src.c.o -c /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/src.c cc: error: language CORE-AVX512 not recognized cc: error: language CORE-AVX512 not recognized CMakeFiles/cmTC_dc53b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_dc53b.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_dc53b.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp' Makefile:121: recipe for target 'cmTC_dc53b/fast' failed make: *** [cmTC_dc53b/fast] Error 2 Source file was: int main(void) { return 0; } Performing C++ SOURCE FILE Test CXX_xCORE_AVX512_qopt_zmm_usage_high_FLAG_ACCEPTED failed with the following output: Change Dir: /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_f582e/fast && /usr/bin/make -f CMakeFiles/cmTC_f582e.dir/build.make CMakeFiles/cmTC_f582e.dir/build make[1]: Entering directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_f582e.dir/src.cxx.o /usr/bin/c++ -std=c++11 -DCXX_xCORE_AVX512_qopt_zmm_usage_high_FLAG_ACCEPTED -xCORE-AVX512 -qopt-zmm-usage=high -o CMakeFiles/cmTC_f582e.dir/src.cxx.o -c /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option ‘-qopt-zmm-usage=high’ CMakeFiles/cmTC_f582e.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_f582e.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_f582e.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp' Makefile:121: recipe for target 'cmTC_f582e/fast' failed make: *** [cmTC_f582e/fast] Error 2 Source file was: int main() { return 0;} Performing C++ SOURCE FILE Test CXX_xCORE_AVX512_FLAG_ACCEPTED failed with the following output: Change Dir: /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_f6a6c/fast && /usr/bin/make -f CMakeFiles/cmTC_f6a6c.dir/build.make CMakeFiles/cmTC_f6a6c.dir/build make[1]: Entering directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_f6a6c.dir/src.cxx.o /usr/bin/c++ -std=c++11 -DCXX_xCORE_AVX512_FLAG_ACCEPTED -xCORE-AVX512 -o CMakeFiles/cmTC_f6a6c.dir/src.cxx.o -c /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/src.cxx c++: error: language CORE-AVX512 not recognized c++: error: language CORE-AVX512 not recognized CMakeFiles/cmTC_f6a6c.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_f6a6c.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_f6a6c.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp' Makefile:121: recipe for target 'cmTC_f6a6c/fast' failed make: *** [cmTC_f6a6c/fast] Error 2 Source file was: int main() { return 0;} Performing C SOURCE FILE Test _callconv___vectorcall failed with the following output: Change Dir: /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_6ca35/fast && /usr/bin/make -f CMakeFiles/cmTC_6ca35.dir/build.make CMakeFiles/cmTC_6ca35.dir/build make[1]: Entering directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6ca35.dir/src.c.o /usr/bin/cc -D_callconv___vectorcall -o CMakeFiles/cmTC_6ca35.dir/src.c.o -c /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/src.c /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/src.c:3:18: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘f’ int __vectorcall f(int i) {return i;} int main(void) {return f(0);} ^ /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/src.c:3:62: warning: implicit declaration of function ‘f’ [-Wimplicit-function-declaration] int __vectorcall f(int i) {return i;} int main(void) {return f(0);} ^ CMakeFiles/cmTC_6ca35.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_6ca35.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_6ca35.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp' Makefile:121: recipe for target 'cmTC_6ca35/fast' failed make: *** [cmTC_6ca35/fast] Error 2 Source file was: #pragma GCC diagnostic error "-Wignored-attributes" int __vectorcall f(int i) {return i;} int main(void) {return f(0);} Performing C SOURCE FILE Test _callconv___regcall failed with the following output: Change Dir: /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_718f1/fast && /usr/bin/make -f CMakeFiles/cmTC_718f1.dir/build.make CMakeFiles/cmTC_718f1.dir/build make[1]: Entering directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_718f1.dir/src.c.o /usr/bin/cc -D_callconv___regcall -o CMakeFiles/cmTC_718f1.dir/src.c.o -c /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/src.c /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/src.c:3:15: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘f’ int __regcall f(int i) {return i;} int main(void) {return f(0);} ^ /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/src.c:3:59: warning: implicit declaration of function ‘f’ [-Wimplicit-function-declaration] int __regcall f(int i) {return i;} int main(void) {return f(0);} ^ CMakeFiles/cmTC_718f1.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_718f1.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_718f1.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp' Makefile:121: recipe for target 'cmTC_718f1/fast' failed make: *** [cmTC_718f1/fast] Error 2 Source file was: #pragma GCC diagnostic error "-Wignored-attributes" int __regcall f(int i) {return i;} int main(void) {return f(0);} Determining if the function sgemm_ exists failed with the following output: Change Dir: /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_1af32/fast && /usr/bin/make -f CMakeFiles/cmTC_1af32.dir/build.make CMakeFiles/cmTC_1af32.dir/build make[1]: Entering directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_1af32.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=sgemm_ -o CMakeFiles/cmTC_1af32.dir/CheckFunctionExists.c.o -c /home/stefano/cmake-3.15.3/share/cmake-3.15/Modules/CheckFunctionExists.c Linking C executable cmTC_1af32 /home/stefano/cmake-3.15.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1af32.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=sgemm_ CMakeFiles/cmTC_1af32.dir/CheckFunctionExists.c.o -o cmTC_1af32 CMakeFiles/cmTC_1af32.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `sgemm_' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_1af32.dir/build.make:86: recipe for target 'cmTC_1af32' failed make[1]: *** [cmTC_1af32] Error 1 make[1]: Leaving directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp' Makefile:121: recipe for target 'cmTC_1af32/fast' failed make: *** [cmTC_1af32/fast] Error 2 Performing C++ SOURCE FILE Test HAS_NO_MISSING_PROTO failed with the following output: Change Dir: /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_b8afe/fast && /usr/bin/make -f CMakeFiles/cmTC_b8afe.dir/build.make CMakeFiles/cmTC_b8afe.dir/build make[1]: Entering directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_b8afe.dir/src.cxx.o /usr/bin/c++ -mavx2 -mfma -std=c++11 -DHAS_NO_MISSING_PROTO -Wno-missing-prototypes -o CMakeFiles/cmTC_b8afe.dir/src.cxx.o -c /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/src.cxx cc1plus: warning: command line option ‘-Wno-missing-prototypes’ is valid for C/ObjC but not for C++ Linking CXX executable cmTC_b8afe /home/stefano/cmake-3.15.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b8afe.dir/link.txt --verbose=1 /usr/bin/c++ -mavx2 -mfma -std=c++11 -DHAS_NO_MISSING_PROTO -Wno-missing-prototypes CMakeFiles/cmTC_b8afe.dir/src.cxx.o -o cmTC_b8afe make[1]: Leaving directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp' Source file was: int main() { return 0;} Performing C++ SOURCE FILE Test HAS_NO_MSVC_UNUSED failed with the following output: Change Dir: /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_691f0/fast && /usr/bin/make -f CMakeFiles/cmTC_691f0.dir/build.make CMakeFiles/cmTC_691f0.dir/build make[1]: Entering directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_691f0.dir/src.cxx.o /usr/bin/c++ -mavx2 -mfma -std=c++11 -DHAS_NO_MSVC_UNUSED /wd4101 -o CMakeFiles/cmTC_691f0.dir/src.cxx.o -c /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/src.cxx c++: error: /wd4101: No such file or directory CMakeFiles/cmTC_691f0.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_691f0.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_691f0.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp' Makefile:121: recipe for target 'cmTC_691f0/fast' failed make: *** [cmTC_691f0/fast] Error 2 Source file was: int main() { return 0;} Performing C++ SOURCE FILE Test HAS_DECL_IN_SOURCE failed with the following output: Change Dir: /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_7aad1/fast && /usr/bin/make -f CMakeFiles/cmTC_7aad1.dir/build.make CMakeFiles/cmTC_7aad1.dir/build make[1]: Entering directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_7aad1.dir/src.cxx.o /usr/bin/c++ -mavx2 -mfma -std=c++11 -DHAS_DECL_IN_SOURCE -wd1419 -o CMakeFiles/cmTC_7aad1.dir/src.cxx.o -c /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option ‘-wd1419’ CMakeFiles/cmTC_7aad1.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_7aad1.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_7aad1.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp' Makefile:121: recipe for target 'cmTC_7aad1/fast' failed make: *** [cmTC_7aad1/fast] Error 2 Source file was: int main() { return 0;}