- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
/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
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hello,
libtbb.so is linker script that points tolibtbb.so.2.libtbb.so.2 should be next tolibtbb.so in the 'lib' folder.
--Vladimir
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hello,
libtbb.so is linker script that points tolibtbb.so.2.libtbb.so.2 should be next tolibtbb.so in the 'lib' folder.
--Vladimir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
gotcha, thanks!!
-sfox
-sfox
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