Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91943434
CMakeError.log
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Nov 15, 23:59
Size
2 KB
Mime Type
text/x-c
Expires
Sun, Nov 17, 23:59 (2 d)
Engine
blob
Format
Raw Data
Handle
22351473
Attached To
R7581 SP4E Homework
CMakeError.log
View Options
Determining if the pthread_create exist failed with the following output:
Change Dir: /home/igtomic/SP4EHW/SP4EHW_IM/HW3/Build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_5b906/fast"
/usr/bin/make -f CMakeFiles/cmTC_5b906.dir/build.make CMakeFiles/cmTC_5b906.dir/build
make[1]: Entering directory '/home/igtomic/SP4EHW/SP4EHW_IM/HW3/Build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_5b906.dir/CheckSymbolExists.c.o
/usr/bin/cc -o CMakeFiles/cmTC_5b906.dir/CheckSymbolExists.c.o -c /home/igtomic/SP4EHW/SP4EHW_IM/HW3/Build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_5b906
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5b906.dir/link.txt --verbose=1
/usr/bin/cc -rdynamic CMakeFiles/cmTC_5b906.dir/CheckSymbolExists.c.o -o cmTC_5b906
CMakeFiles/cmTC_5b906.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_5b906.dir/build.make:97: recipe for target 'cmTC_5b906' failed
make[1]: *** [cmTC_5b906] Error 1
make[1]: Leaving directory '/home/igtomic/SP4EHW/SP4EHW_IM/HW3/Build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_5b906/fast' failed
make: *** [cmTC_5b906/fast] Error 2
File /home/igtomic/SP4EHW/SP4EHW_IM/HW3/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/igtomic/SP4EHW/SP4EHW_IM/HW3/Build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_6c301/fast"
/usr/bin/make -f CMakeFiles/cmTC_6c301.dir/build.make CMakeFiles/cmTC_6c301.dir/build
make[1]: Entering directory '/home/igtomic/SP4EHW/SP4EHW_IM/HW3/Build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_6c301.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_6c301.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.10/Modules/CheckFunctionExists.c
Linking C executable cmTC_6c301
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6c301.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -rdynamic CMakeFiles/cmTC_6c301.dir/CheckFunctionExists.c.o -o cmTC_6c301 -lpthreads
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_6c301.dir/build.make:97: recipe for target 'cmTC_6c301' failed
make[1]: *** [cmTC_6c301] Error 1
make[1]: Leaving directory '/home/igtomic/SP4EHW/SP4EHW_IM/HW3/Build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_6c301/fast' failed
make: *** [cmTC_6c301/fast] Error 2
Event Timeline
Log In to Comment