Performing C++ SOURCE FILE Test ERROR_NAME_COMPILE succeded with the following output: Change Dir: /home/rob/indi-code/3rdparty/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTryCompileExec2148343313/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2148343313.dir/build.make CMakeFiles/cmTryCompileExec2148343313.dir/build make[1]: Entering directory '/home/rob/indi-code/3rdparty/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/rob/indi-code/3rdparty/CMakeFiles/CMakeTmp/CMakeFiles 1 Building CXX object CMakeFiles/cmTryCompileExec2148343313.dir/src.cxx.o /usr/bin/c++ -std=c++0x -DERROR_NAME_COMPILE -I/usr/include/libusb-1.0 -o CMakeFiles/cmTryCompileExec2148343313.dir/src.cxx.o -c /home/rob/indi-code/3rdparty/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTryCompileExec2148343313 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2148343313.dir/link.txt --verbose=1 /usr/bin/c++ -std=c++0x -DERROR_NAME_COMPILE CMakeFiles/cmTryCompileExec2148343313.dir/src.cxx.o -o cmTryCompileExec2148343313 -rdynamic -lusb-1.0 make[1]: Leaving directory '/home/rob/indi-code/3rdparty/CMakeFiles/CMakeTmp' Source file was: #include int main() { libusb_error_name(0); return 0; } Determining if files pthread.h exist passed with the following output: Change Dir: /home/rob/indi-code/3rdparty/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTryCompileExec3624444105/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3624444105.dir/build.make CMakeFiles/cmTryCompileExec3624444105.dir/build make[1]: Entering directory '/home/rob/indi-code/3rdparty/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/rob/indi-code/3rdparty/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec3624444105.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/include/libusb-1.0 -o CMakeFiles/cmTryCompileExec3624444105.dir/CheckIncludeFiles.c.o -c /home/rob/indi-code/3rdparty/CMakeFiles/CMakeTmp/CheckIncludeFiles.c Linking C executable cmTryCompileExec3624444105 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3624444105.dir/link.txt --verbose=1 /usr/bin/cc CMakeFiles/cmTryCompileExec3624444105.dir/CheckIncludeFiles.c.o -o cmTryCompileExec3624444105 -rdynamic make[1]: Leaving directory '/home/rob/indi-code/3rdparty/CMakeFiles/CMakeTmp' Determining if the function pthread_create exists in the pthread passed with the following output: Change Dir: /home/rob/indi-code/3rdparty/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTryCompileExec3724172256/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3724172256.dir/build.make CMakeFiles/cmTryCompileExec3724172256.dir/build make[1]: Entering directory '/home/rob/indi-code/3rdparty/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/rob/indi-code/3rdparty/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec3724172256.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec3724172256.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.2/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec3724172256 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3724172256.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTryCompileExec3724172256.dir/CheckFunctionExists.c.o -o cmTryCompileExec3724172256 -rdynamic -lpthread -lusb-1.0 make[1]: Leaving directory '/home/rob/indi-code/3rdparty/CMakeFiles/CMakeTmp'