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

gcc 4.8.2 libs?

Oleg_V_
Beginner
526 Views
I'm trying to use tbb in Ubuntu. I'm using gcc from Ubuntu repository, version 4.8.2 But I have found that lib/intel64 folder contains only gcc4.1 and gcc4.4 subfolders. Should I just use gcc4.4? If it's compatible with gcc4.8.2?
0 Kudos
1 Solution
Vladimir_P_1234567890
526 Views
if you use exception_ptr you need to use gcc4.4. if you don't use it you can use any of both libraries. --Vladimir

View solution in original post

0 Kudos
2 Replies
Vladimir_P_1234567890
527 Views
if you use exception_ptr you need to use gcc4.4. if you don't use it you can use any of both libraries. --Vladimir
0 Kudos
Oleg_V_
Beginner
526 Views

Thanks, Vladimir!

0 Kudos
Reply