Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
6711 Discussions

Link library (IPP and boost) in Eclipse 3.4 on Linux

Mellisa
Beginner
224 Views
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
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
224 Views

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
0 Kudos
Reply