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: /home/ts/remmina_devel/Remmina/build/CMakeFiles/CMakeTmp
- Run Build Command:/usr/bin/gmake "cmTryCompileExec2302340053/fast"
- /usr/bin/gmake -f CMakeFiles/cmTryCompileExec2302340053.dir/build.make CMakeFiles/cmTryCompileExec2302340053.dir/build
- gmake[1]: Entering directory `/home/ts/remmina_devel/Remmina/build/CMakeFiles/CMakeTmp'
- /usr/bin/cmake -E cmake_progress_report /home/ts/remmina_devel/Remmina/build/CMakeFiles/CMakeTmp/CMakeFiles 1
- Building C object CMakeFiles/cmTryCompileExec2302340053.dir/CheckSymbolExists.c.o
- /usr/bin/cc -fPIC -Wall -msse2 -Wunused-result -Wunused-but-set-variable -Wdeprecated-declarations -Wimplicit-function-declaration -Wredundant-decls -g -o CMakeFiles/cmTryCompileExec2302340053.dir/CheckSymbolExists.c.o -c /home/ts/remmina_devel/Remmina/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
- Linking C executable cmTryCompileExec2302340053
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2302340053.dir/link.txt --verbose=1
- /usr/bin/cc -fPIC -Wall -msse2 -Wunused-result -Wunused-but-set-variable -Wdeprecated-declarations -Wimplicit-function-declaration -Wredundant-decls -g CMakeFiles/cmTryCompileExec2302340053.dir/CheckSymbolExists.c.o -o cmTryCompileExec2302340053 -rdynamic
- CMakeFiles/cmTryCompileExec2302340053.dir/CheckSymbolExists.c.o: In function `main':
- /home/ts/remmina_devel/Remmina/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8: undefined reference to `pthread_create'
- collect2: error: ld returned 1 exit status
- gmake[1]: *** [cmTryCompileExec2302340053] Error 1
- gmake[1]: Leaving directory `/home/ts/remmina_devel/Remmina/build/CMakeFiles/CMakeTmp'
- gmake: *** [cmTryCompileExec2302340053/fast] Error 2
- File /home/ts/remmina_devel/Remmina/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: /home/ts/remmina_devel/Remmina/build/CMakeFiles/CMakeTmp
- Run Build Command:/usr/bin/gmake "cmTryCompileExec3427239828/fast"
- /usr/bin/gmake -f CMakeFiles/cmTryCompileExec3427239828.dir/build.make CMakeFiles/cmTryCompileExec3427239828.dir/build
- gmake[1]: Entering directory `/home/ts/remmina_devel/Remmina/build/CMakeFiles/CMakeTmp'
- /usr/bin/cmake -E cmake_progress_report /home/ts/remmina_devel/Remmina/build/CMakeFiles/CMakeTmp/CMakeFiles 1
- Building C object CMakeFiles/cmTryCompileExec3427239828.dir/CheckFunctionExists.c.o
- /usr/bin/cc -fPIC -Wall -msse2 -Wunused-result -Wunused-but-set-variable -Wdeprecated-declarations -Wimplicit-function-declaration -Wredundant-decls -g -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec3427239828.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
- Linking C executable cmTryCompileExec3427239828
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3427239828.dir/link.txt --verbose=1
- /usr/bin/cc -fPIC -Wall -msse2 -Wunused-result -Wunused-but-set-variable -Wdeprecated-declarations -Wimplicit-function-declaration -Wredundant-decls -g -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTryCompileExec3427239828.dir/CheckFunctionExists.c.o -o cmTryCompileExec3427239828 -rdynamic -lpthreads
- /usr/bin/ld: cannot find -lpthreads
- collect2: error: ld returned 1 exit status
- gmake[1]: *** [cmTryCompileExec3427239828] Error 1
- gmake[1]: Leaving directory `/home/ts/remmina_devel/Remmina/build/CMakeFiles/CMakeTmp'
- gmake: *** [cmTryCompileExec3427239828/fast] Error 2
Advertisement
Add Comment
Please, Sign In to add comment