- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
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?
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello morle,
somebody who created packages for debian and ubuntu created debug library with following name
/usr/lib/debug/usr/lib/libtbb.so.2, see http://packages.ubuntu.com/en/natty/amd64/libtbb2-dbg/filelist
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
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello morle,
somebody who created packages for debian and ubuntu created debug library with following name
/usr/lib/debug/usr/lib/libtbb.so.2, see http://packages.ubuntu.com/en/natty/amd64/libtbb2-dbg/filelist
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Solved! Thanks!

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page