Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Determining if the pthread_create exist failed with the following output:
- Change Dir: /usr/src/kodi/build-20161106-0035/kodi_build/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_78bc0/fast"
- /usr/bin/make -f CMakeFiles/cmTC_78bc0.dir/build.make CMakeFiles/cmTC_78bc0.dir/build
- make[1]: Wejście do katalogu '/usr/src/kodi/build-20161106-0035/kodi_build/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_78bc0.dir/CheckSymbolExists.c.o
- /usr/bin/cc -I/usr/local/kodi/git-20161106-0035/include/ -o CMakeFiles/cmTC_78bc0.dir/CheckSymbolExists.c.o -c /usr/src/kodi/build-20161106-0035/kodi_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
- Linking C executable cmTC_78bc0
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_78bc0.dir/link.txt --verbose=1
- /usr/bin/cc -I/usr/local/kodi/git-20161106-0035/include/ -L/usr/local/kodi/git-20161106-0035/lib/ CMakeFiles/cmTC_78bc0.dir/CheckSymbolExists.c.o -o cmTC_78bc0 -rdynamic
- CMakeFiles/cmTC_78bc0.dir/CheckSymbolExists.c.o: In function `main':
- CheckSymbolExists.c:(.text+0x1b): undefined reference to `pthread_create'
- collect2: error: ld returned 1 exit status
- CMakeFiles/cmTC_78bc0.dir/build.make:97: polecenia dla obiektu 'cmTC_78bc0' nie powiodły się
- make[1]: *** [cmTC_78bc0] Błąd 1
- make[1]: Opuszczenie katalogu '/usr/src/kodi/build-20161106-0035/kodi_build/CMakeFiles/CMakeTmp'
- Makefile:126: polecenia dla obiektu 'cmTC_78bc0/fast' nie powiodły się
- make: *** [cmTC_78bc0/fast] Błąd 2
- File /usr/src/kodi/build-20161106-0035/kodi_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
- /* */
- #include <pthread.h>
- int main(int argc, char** argv)
- {
- (void)argv;
- #ifndef pthread_create
- return ((int*)(&pthread_create))[argc];
- #else
- (void)argc;
- return 0;
- #endif
- }
- Determining if the function pthread_create exists in the pthreads failed with the following output:
- Change Dir: /usr/src/kodi/build-20161106-0035/kodi_build/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_e19fa/fast"
- /usr/bin/make -f CMakeFiles/cmTC_e19fa.dir/build.make CMakeFiles/cmTC_e19fa.dir/build
- make[1]: Wejście do katalogu '/usr/src/kodi/build-20161106-0035/kodi_build/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_e19fa.dir/CheckFunctionExists.c.o
- /usr/bin/cc -I/usr/local/kodi/git-20161106-0035/include/ -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_e19fa.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.6/Modules/CheckFunctionExists.c
- Linking C executable cmTC_e19fa
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e19fa.dir/link.txt --verbose=1
- /usr/bin/cc -I/usr/local/kodi/git-20161106-0035/include/ -DCHECK_FUNCTION_EXISTS=pthread_create -L/usr/local/kodi/git-20161106-0035/lib/ CMakeFiles/cmTC_e19fa.dir/CheckFunctionExists.c.o -o cmTC_e19fa -rdynamic -lpthreads
- /usr/bin/ld: cannot find -lpthreads
- collect2: error: ld returned 1 exit status
- CMakeFiles/cmTC_e19fa.dir/build.make:97: polecenia dla obiektu 'cmTC_e19fa' nie powiodły się
- make[1]: *** [cmTC_e19fa] Błąd 1
- make[1]: Opuszczenie katalogu '/usr/src/kodi/build-20161106-0035/kodi_build/CMakeFiles/CMakeTmp'
- Makefile:126: polecenia dla obiektu 'cmTC_e19fa/fast' nie powiodły się
- make: *** [cmTC_e19fa/fast] Błąd 2
Add Comment
Please, Sign In to add comment