I am having a heck of a time setting up my ttb to work with my code::blocks
I have set these things:
LD_LIBRARY_PATH = Currentdirectory/build/debug
set search directory to Currentdirectory/include
set links to libtbb_debug.so and libtbbmalloc_debug.so
set enviroment varablies
L = Currentdirectory/build/debug
l = tbb_debug
and set the search directories of compiler, links, resource complier to
Currentdirectory/build/debug
Now the program will run but in the terminal it says it can not file libtbb_debug.so.2, so I added it to the linker
Anyway I am running ubuntu and can not figure out why this is happening?
Has anyone used code::blocks with TBB and ubuntu.
Or knows why I am having this problem. Is it the operating system that can not find it or the compiler.
Thanks,
Donald
P.S. My program is just a main initializing one task