Determining if files mach-o/dyld.h exist failed with the following output:
Change Dir: /home/espinoza/opt/nest/master/nest-simulator-build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake cmTC_80a8a/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_80a8a.dir/build.make CMakeFiles/cmTC_80a8a.dir/build
gmake[1]: Verzeichnis „/home/espinoza/opt/nest/master/nest-simulator-build/CMakeFiles/CMakeTmp“ wird betreten
Building C object CMakeFiles/cmTC_80a8a.dir/HAVE_MACH_O_DYLD_H.c.o
/usr/bin/cc    -o CMakeFiles/cmTC_80a8a.dir/HAVE_MACH_O_DYLD_H.c.o -c /home/espinoza/opt/nest/master/nest-simulator-build/CMakeFiles/CheckIncludeFiles/HAVE_MACH_O_DYLD_H.c
/home/espinoza/opt/nest/master/nest-simulator-build/CMakeFiles/CheckIncludeFiles/HAVE_MACH_O_DYLD_H.c:2:10: fatal error: mach-o/dyld.h: No such file or directory
    2 | #include <mach-o/dyld.h>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_80a8a.dir/build.make:85: CMakeFiles/cmTC_80a8a.dir/HAVE_MACH_O_DYLD_H.c.o] Fehler 1
gmake[1]: Verzeichnis „/home/espinoza/opt/nest/master/nest-simulator-build/CMakeFiles/CMakeTmp“ wird verlassen
gmake: *** [Makefile:140: cmTC_80a8a/fast] Fehler 2


Source:
/* */
#include <mach-o/dyld.h>


int main(void){return 0;}

Determining if files mach/mach.h exist failed with the following output:
Change Dir: /home/espinoza/opt/nest/master/nest-simulator-build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake cmTC_de80e/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_de80e.dir/build.make CMakeFiles/cmTC_de80e.dir/build
gmake[1]: Verzeichnis „/home/espinoza/opt/nest/master/nest-simulator-build/CMakeFiles/CMakeTmp“ wird betreten
Building C object CMakeFiles/cmTC_de80e.dir/HAVE_MACH_MACH_H.c.o
/usr/bin/cc    -o CMakeFiles/cmTC_de80e.dir/HAVE_MACH_MACH_H.c.o -c /home/espinoza/opt/nest/master/nest-simulator-build/CMakeFiles/CheckIncludeFiles/HAVE_MACH_MACH_H.c
/home/espinoza/opt/nest/master/nest-simulator-build/CMakeFiles/CheckIncludeFiles/HAVE_MACH_MACH_H.c:2:10: fatal error: mach/mach.h: No such file or directory
    2 | #include <mach/mach.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_de80e.dir/build.make:85: CMakeFiles/cmTC_de80e.dir/HAVE_MACH_MACH_H.c.o] Fehler 1
gmake[1]: Verzeichnis „/home/espinoza/opt/nest/master/nest-simulator-build/CMakeFiles/CMakeTmp“ wird verlassen
gmake: *** [Makefile:140: cmTC_de80e/fast] Fehler 2


Source:
/* */
#include <mach/mach.h>


int main(void){return 0;}

Determining if the function expm1 exists failed with the following output:
Change Dir: /home/espinoza/opt/nest/master/nest-simulator-build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake cmTC_0feb0/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_0feb0.dir/build.make CMakeFiles/cmTC_0feb0.dir/build
gmake[1]: Verzeichnis „/home/espinoza/opt/nest/master/nest-simulator-build/CMakeFiles/CMakeTmp“ wird betreten
Building C object CMakeFiles/cmTC_0feb0.dir/CheckFunctionExists.c.o
/usr/bin/cc   -DCHECK_FUNCTION_EXISTS=expm1 -o CMakeFiles/cmTC_0feb0.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
<command-line>: warning: conflicting types for built-in function ‘expm1’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
/usr/share/cmake/Modules/CheckFunctionExists.c:7:3: note: in expansion of macro ‘CHECK_FUNCTION_EXISTS’
    7 |   CHECK_FUNCTION_EXISTS(void);
      |   ^~~~~~~~~~~~~~~~~~~~~
/usr/share/cmake/Modules/CheckFunctionExists.c:1:1: note: ‘expm1’ is declared in header ‘<math.h>’
  +++ |+#include <math.h>
    1 | #ifdef CHECK_FUNCTION_EXISTS
Linking C executable cmTC_0feb0
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0feb0.dir/link.txt --verbose=1
/usr/bin/cc  -DCHECK_FUNCTION_EXISTS=expm1 CMakeFiles/cmTC_0feb0.dir/CheckFunctionExists.c.o -o cmTC_0feb0 
/usr/lib64/gcc/x86_64-suse-linux/10/../../../../x86_64-suse-linux/bin/ld: CMakeFiles/cmTC_0feb0.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text+0x10): undefined reference to `expm1'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_0feb0.dir/build.make:106: cmTC_0feb0] Fehler 1
gmake[1]: Verzeichnis „/home/espinoza/opt/nest/master/nest-simulator-build/CMakeFiles/CMakeTmp“ wird verlassen
gmake: *** [Makefile:140: cmTC_0feb0/fast] Fehler 2



