- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I'm using Eclipse 3.4 on Linux to develop C++ appl. Having trouble to link to the boost lib and IPP lib.
This is what I did:
1) Right click project name in Eclipse and chose properties;
2) Under C/C++ Build -> GCC C++ Linker -> Libraries, add /opt/intel/ipp/6.0.0.063/ia32/lib in Libraries (-l) box;
and then I got:
cannot find -l /opt/intel/ipp/6.0.0.063/ia32/lib
But I'm pretty sure the directory is there. I actually have the same code and setup work without Eclipse.
Also having the same issue with boost lib in Eclipse.
Any help is appreciated.
Mellisa
I'm using Eclipse 3.4 on Linux to develop C++ appl. Having trouble to link to the boost lib and IPP lib.
This is what I did:
1) Right click project name in Eclipse and chose properties;
2) Under C/C++ Build -> GCC C++ Linker -> Libraries, add /opt/intel/ipp/6.0.0.063/ia32/lib in Libraries (-l) box;
and then I got:
cannot find -l /opt/intel/ipp/6.0.0.063/ia32/lib
But I'm pretty sure the directory is there. I actually have the same code and setup work without Eclipse.
Also having the same issue with boost lib in Eclipse.
Any help is appreciated.
Mellisa
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Melissa, I'm not familiar with Eclipse environment but it seems that Libraries box is for the list of library names you want to link with. There should be some other option to setup PATH where linker should look for these libraries
Vladimir

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