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

Unable to link TBB in Linux

superfox_il_volpone
1,104 Views
Hi, kind of silly question, I am not able to link the TBB library in linux. I am obtaining the error:
/usr/bin/ld: cannot find libtbb.so.2
so question is why is looking for 2nd version of the lib? If I rename libtbb.so in libtbb.so.2, then the following error happens:
/usr/bin/ld: cannot open linker script file libtbb.so.2: Too many open files

Any help ?:)

Regards
-s.fox
0 Kudos
1 Solution
Vladimir_P_1234567890
1,104 Views
hello,
libtbb.so is linker script that points tolibtbb.so.2.libtbb.so.2 should be next tolibtbb.so in the 'lib' folder.
--Vladimir

View solution in original post

0 Kudos
2 Replies
Vladimir_P_1234567890
1,105 Views
hello,
libtbb.so is linker script that points tolibtbb.so.2.libtbb.so.2 should be next tolibtbb.so in the 'lib' folder.
--Vladimir
0 Kudos
superfox_il_volpone
1,104 Views
gotcha, thanks!!
-sfox
0 Kudos
Reply