I am not getting TBB to work. I am following the steps in the “Getting started” document.
I am doing the following steps:
- downloading the linux files + the sources files.
- extracting them in 1 directory
- calling make
- going to tbb…/bin calling source tbbvars.sh intel64
- going to examples/Getting_started/sub_string_finder
- calling make
I then get the error:
sub_string_finder.cpp:32:30: fatal error: tbb/parallel_for.h: No such file or directory
I really googled a lot but can’t find any related stuff.
I did also try to add some -I statement but it didnt help
I assume it is kind of a including/linking problem but I dont know how to fix.
This is all done on fedora 16 64bit. (kernel 3.1.4) // TBB version 4.0
The solution was to install tbb-devel package.