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

Cannot find XXX_l.lib or XXX_t.lib

evalles
Beginner
241 Views
Hi,
I'm getting
LINK : fatal error LNK1104: cannot open file 'ippcore_l.lib'
error messages when linking.
These libraries are not in my hard drive with the _l or _t suffix.
How should I configure the compiler to actually look for the "regular" libs ?
By the way, this ONLY HAPPENS IN RELEASE mode
Thanks !
Esteban
0 Kudos
1 Reply
JenniferJ
Moderator
241 Views
So you're using Intel IPP in the code then. You need to install the IPP component. It should be under "C:\Program Files (x86)\Intel\ComposerXE-2011\ipp\lib\ia32" for the Intel C++ Composer XE for Windows.

use the "Add/Remove" program to do "modify" and select the "IPP" module this time.

Jennifer
0 Kudos
Reply