How to install TBB from source on Linux and make it work
I would like to know how to install TBB from source and make it work on a Linux system. I have had some problems when it comes using it, problems that don't appear if I install TBB via the package manager. In the TBB webpage, there are some guidelines on how about to do this, like setting the LD_LIBRARY_PATH and CPATH variables, or sourcing the tbbvars.sh file. Even if I do that, when I try to compile an example g++ says that tbb is not found. So the question is if it's an easy way on how to setup everything(compile the source code, what variables should I set...) in order to use TBB. Thanks.