Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output:
- Change Dir: /mnt/linux2/home/vlas/yay-builddir/coin/src/build/CMakeFiles/CMakeTmp
- Run Build Command(s):/bin/make cmTC_1feec/fast && /bin/make -f CMakeFiles/cmTC_1feec.dir/build.make CMakeFiles/cmTC_1feec.dir/build
- make[1]: Entering directory '/mnt/linux2/home/vlas/yay-builddir/coin/src/build/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_1feec.dir/src.c.o
- /usr/lib/ccache/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DCMAKE_HAVE_LIBC_PTHREAD -o CMakeFiles/cmTC_1feec.dir/src.c.o -c /mnt/linux2/home/vlas/yay-builddir/coin/src/build/CMakeFiles/CMakeTmp/src.c
- Linking C executable cmTC_1feec
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1feec.dir/link.txt --verbose=1
- /usr/lib/ccache/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DCMAKE_HAVE_LIBC_PTHREAD -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -rdynamic CMakeFiles/cmTC_1feec.dir/src.c.o -o cmTC_1feec
- /bin/ld: CMakeFiles/cmTC_1feec.dir/src.c.o: in function `main':
- src.c:(.text.startup+0x24): undefined reference to `pthread_create'
- /bin/ld: src.c:(.text.startup+0x2e): undefined reference to `pthread_detach'
- /bin/ld: src.c:(.text.startup+0x3a): undefined reference to `pthread_join'
- collect2: error: ld returned 1 exit status
- make[1]: *** [CMakeFiles/cmTC_1feec.dir/build.make:87: cmTC_1feec] Error 1
- make[1]: Leaving directory '/mnt/linux2/home/vlas/yay-builddir/coin/src/build/CMakeFiles/CMakeTmp'
- make: *** [Makefile:121: cmTC_1feec/fast] Error 2
- Source file was:
- #include <pthread.h>
- 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: /mnt/linux2/home/vlas/yay-builddir/coin/src/build/CMakeFiles/CMakeTmp
- Run Build Command(s):/bin/make cmTC_00f90/fast && /bin/make -f CMakeFiles/cmTC_00f90.dir/build.make CMakeFiles/cmTC_00f90.dir/build
- make[1]: Entering directory '/mnt/linux2/home/vlas/yay-builddir/coin/src/build/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_00f90.dir/CheckFunctionExists.c.o
- /usr/lib/ccache/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_00f90.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.16/Modules/CheckFunctionExists.c
- Linking C executable cmTC_00f90
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_00f90.dir/link.txt --verbose=1
- /usr/lib/ccache/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DCHECK_FUNCTION_EXISTS=pthread_create -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -rdynamic CMakeFiles/cmTC_00f90.dir/CheckFunctionExists.c.o -o cmTC_00f90 -lpthreads
- /bin/ld: cannot find -lpthreads
- collect2: error: ld returned 1 exit status
- make[1]: *** [CMakeFiles/cmTC_00f90.dir/build.make:87: cmTC_00f90] Error 1
- make[1]: Leaving directory '/mnt/linux2/home/vlas/yay-builddir/coin/src/build/CMakeFiles/CMakeTmp'
- make: *** [Makefile:121: cmTC_00f90/fast] Error 2
- Determining if the include file io.h exists failed with the following output:
- Change Dir: /mnt/linux2/home/vlas/yay-builddir/coin/src/build/CMakeFiles/CMakeTmp
- Run Build Command(s):/bin/make cmTC_7fe38/fast && /bin/make -f CMakeFiles/cmTC_7fe38.dir/build.make CMakeFiles/cmTC_7fe38.dir/build
- make[1]: Entering directory '/mnt/linux2/home/vlas/yay-builddir/coin/src/build/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_7fe38.dir/CheckIncludeFile.c.o
- /usr/lib/ccache/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIE -o CMakeFiles/cmTC_7fe38.dir/CheckIncludeFile.c.o -c /mnt/linux2/home/vlas/yay-builddir/coin/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
- /mnt/linux2/home/vlas/yay-builddir/coin/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: io.h: No such file or directory
- 1 | #include <io.h>
- | ^~~~~~
- compilation terminated.
- make[1]: *** [CMakeFiles/cmTC_7fe38.dir/build.make:66: CMakeFiles/cmTC_7fe38.dir/CheckIncludeFile.c.o] Error 1
- make[1]: Leaving directory '/mnt/linux2/home/vlas/yay-builddir/coin/src/build/CMakeFiles/CMakeTmp'
- make: *** [Makefile:121: cmTC_7fe38/fast] Error 2
- Determining if the include file ieeefp.h exists failed with the following output:
- Change Dir: /mnt/linux2/home/vlas/yay-builddir/coin/src/build/CMakeFiles/CMakeTmp
- Run Build Command(s):/bin/make cmTC_4f0d0/fast && /bin/make -f CMakeFiles/cmTC_4f0d0.dir/build.make CMakeFiles/cmTC_4f0d0.dir/build
- make[1]: Entering directory '/mnt/linux2/home/vlas/yay-builddir/coin/src/build/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_4f0d0.dir/CheckIncludeFile.c.o
- /usr/lib/ccache/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIE -o CMakeFiles/cmTC_4f0d0.dir/CheckIncludeFile.c.o -c /mnt/linux2/home/vlas/yay-builddir/coin/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
- /mnt/linux2/home/vlas/yay-builddir/coin/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: ieeefp.h: No such file or directory
- 1 | #include <ieeefp.h>
- | ^~~~~~~~~~
- compilation terminated.
- make[1]: *** [CMakeFiles/cmTC_4f0d0.dir/build.make:66: CMakeFiles/cmTC_4f0d0.dir/CheckIncludeFile.c.o] Error 1
- make[1]: Leaving directory '/mnt/linux2/home/vlas/yay-builddir/coin/src/build/CMakeFiles/CMakeTmp'
- make: *** [Makefile:121: cmTC_4f0d0/fast] Error 2
- Determining if the include file windows.h exists failed with the following output:
- Change Dir: /mnt/linux2/home/vlas/yay-builddir/coin/src/build/CMakeFiles/CMakeTmp
- Run Build Command(s):/bin/make cmTC_ec2e2/fast && /bin/make -f CMakeFiles/cmTC_ec2e2.dir/build.make CMakeFiles/cmTC_ec2e2.dir/build
- make[1]: Entering directory '/mnt/linux2/home/vlas/yay-builddir/coin/src/build/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_ec2e2.dir/CheckIncludeFile.c.o
- /usr/lib/ccache/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIE -o CMakeFiles/cmTC_ec2e2.dir/CheckIncludeFile.c.o -c /mnt/linux2/home/vlas/yay-builddir/coin/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
- /mnt/linux2/home/vlas/yay-builddir/coin/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: windows.h: No such file or directory
- 1 | #include <windows.h>
- | ^~~~~~~~~~~
- compilation terminated.
- make[1]: *** [CMakeFiles/cmTC_ec2e2.dir/build.make:66: CMakeFiles/cmTC_ec2e2.dir/CheckIncludeFile.c.o] Error 1
- make[1]: Leaving directory '/mnt/linux2/home/vlas/yay-builddir/coin/src/build/CMakeFiles/CMakeTmp'
- make: *** [Makefile:121: cmTC_ec2e2/fast] Error 2
- Determining if the include file mach-o/dyld.h exists failed with the following output:
- Change Dir: /mnt/linux2/home/vlas/yay-builddir/coin/src/build/CMakeFiles/CMakeTmp
- Run Build Command(s):/bin/make cmTC_577c0/fast && /bin/make -f CMakeFiles/cmTC_577c0.dir/build.make CMakeFiles/cmTC_577c0.dir/build
- make[1]: Entering directory '/mnt/linux2/home/vlas/yay-builddir/coin/src/build/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_577c0.dir/CheckIncludeFile.c.o
- /usr/lib/ccache/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIE -o CMakeFiles/cmTC_577c0.dir/CheckIncludeFile.c.o -c /mnt/linux2/home/vlas/yay-builddir/coin/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
- /mnt/linux2/home/vlas/yay-builddir/coin/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: mach-o/dyld.h: No such file or directory
- 1 | #include <mach-o/dyld.h>
- | ^~~~~~~~~~~~~~~
- compilation terminated.
- make[1]: *** [CMakeFiles/cmTC_577c0.dir/build.make:66: CMakeFiles/cmTC_577c0.dir/CheckIncludeFile.c.o] Error 1
- make[1]: Leaving directory '/mnt/linux2/home/vlas/yay-builddir/coin/src/build/CMakeFiles/CMakeTmp'
- make: *** [Makefile:121: cmTC_577c0/fast] Error 2
- Determining if the function shl_load exists in the dld failed with the following output:
- Change Dir: /mnt/linux2/home/vlas/yay-builddir/coin/src/build/CMakeFiles/CMakeTmp
- Run Build Command(s):/bin/make cmTC_1ce4d/fast && /bin/make -f CMakeFiles/cmTC_1ce4d.dir/build.make CMakeFiles/cmTC_1ce4d.dir/build
- make[1]: Entering directory '/mnt/linux2/home/vlas/yay-builddir/coin/src/build/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_1ce4d.dir/CheckFunctionExists.c.o
- /usr/lib/ccache/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DCHECK_FUNCTION_EXISTS=shl_load -fPIE -o CMakeFiles/cmTC_1ce4d.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.16/Modules/CheckFunctionExists.c
- Linking C executable cmTC_1ce4d
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1ce4d.dir/link.txt --verbose=1
- /usr/lib/ccache/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DCHECK_FUNCTION_EXISTS=shl_load -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -rdynamic CMakeFiles/cmTC_1ce4d.dir/CheckFunctionExists.c.o -o cmTC_1ce4d -ldld
- /bin/ld: cannot find -ldld
- collect2: error: ld returned 1 exit status
- make[1]: *** [CMakeFiles/cmTC_1ce4d.dir/build.make:87: cmTC_1ce4d] Error 1
- make[1]: Leaving directory '/mnt/linux2/home/vlas/yay-builddir/coin/src/build/CMakeFiles/CMakeTmp'
- make: *** [Makefile:121: cmTC_1ce4d/fast] Error 2
Advertisement
Add Comment
Please, Sign In to add comment