-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Description
When I run cmake .. I receive the following error
-- The C compiler identification is GNU 4.7.2
-- The CXX compiler identification is GNU 4.7.2
-- Check for working C compiler: /opt/centos/devtoolset-1.1/root/usr/bin/gcc
-- Check for working C compiler: /opt/centos/devtoolset-1.1/root/usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /opt/centos/devtoolset-1.1/root/usr/bin/c++
-- Check for working CXX compiler: /opt/centos/devtoolset-1.1/root/usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Building on a 64 bit system
-- Configuring OSRM in release mode
-- Performing Test HAS_LTO_FLAG
-- Performing Test HAS_LTO_FLAG - Success
-- Performing Test HAS_LTO_PARTITION_FLAG
-- Performing Test HAS_LTO_PARTITION_FLAG - Success
-- Boost version: 1.55.0
-- Found the following Boost libraries:
-- date_time
-- filesystem
-- iostreams
-- program_options
-- regex
-- system
-- thread
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
ERROR: Intel TBB NOT found!
-- Looked for Threading Building Blocks in /opt/intel/tbb;/usr/local/include;/usr/include
CMake Error at cmake/FindTBB.cmake:272 (message):
Could NOT find TBB library.
Call Stack (most recent call first):
CMakeLists.txt:191 (find_package)
-- Configuring incomplete, errors occurred!
See also "/usr/local/osrm-backend-master/build/CMakeFiles/CMakeOutput.log".
See also "/usr/local/osrm-backend-master/build/CMakeFiles/CMakeError.log".
Metadata
Metadata
Assignees
Labels
No labels