Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.

tbb_debug library not found.

morle
Beginner
403 Views
Hi, I'm using the 2.2 version of the library and I have this error when trying to compile with the debug version of tbb:
cannot find -ltbb_debug

The library is installed via Synaptics in Ubuntu with its debug package(libtbb2-dbg).

I don't understand what is happenig.

Any help, please?
0 Kudos
1 Solution
Vladimir_P_1234567890
403 Views
Hello morle,
somebody who created packages for debian and ubuntu created debug library with following name

I'm not sure whether this is debug or release version but using the package you need to put -ltbb for both release _and_ debug build configurations.
--Vladimir

View solution in original post

0 Kudos
2 Replies
Vladimir_P_1234567890
404 Views
Hello morle,
somebody who created packages for debian and ubuntu created debug library with following name

I'm not sure whether this is debug or release version but using the package you need to put -ltbb for both release _and_ debug build configurations.
--Vladimir
0 Kudos
morle
Beginner
403 Views
Solved! Thanks!
0 Kudos
Reply