Guest User

Untitled

a guest
Jul 17th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.42 KB | None | 0 0
  1.  
  2. Determining if the function pthread_create exists in the pthreads failed with the following output:
  3. Change Dir: /home/sb0y/WeatherCollector/build/CMakeFiles/CMakeTmp
  4.  
  5. Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast"
  6. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  7. gmake[1]: Вход в каталог `/home/sb0y/WeatherCollector/build/CMakeFiles/CMakeTmp'
  8. /usr/bin/cmake -E cmake_progress_report /home/sb0y/WeatherCollector/build/CMakeFiles/CMakeTmp/CMakeFiles 1
  9. Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
  10. /usr/bin/gcc   -DCHECK_FUNCTION_EXISTS=pthread_create   -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o   -c /usr/share/cmake/Modules/CheckFunctionExists.c
  11. Linking C executable cmTryCompileExec
  12. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
  13. /usr/bin/gcc     -DCHECK_FUNCTION_EXISTS=pthread_create    CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o  -o cmTryCompileExec -rdynamic -lpthreads
  14. /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.5/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lpthreads
  15. collect2: выполнение ld завершилось с кодом возврата 1
  16. gmake[1]: *** [cmTryCompileExec] Ошибка 1
  17. gmake[1]: Выход из каталога `/home/sb0y/WeatherCollector/build/CMakeFiles/CMakeTmp'
  18. gmake: *** [cmTryCompileExec/fast] Ошибка 2
Add Comment
Please, Sign In to add comment