Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7957 Discussions

LINK : fatal error LNK1104: cannot open file 'ipps.lib'

cfdragon
Beginner
1,256 Views

Just installed the Intel C++ Compiler and created a simple Hello World app to test it and I am getting the following errors.

1>Linking... (Intel C++ Environment)

1>ipo: error #11017: Cannot open ipps

1>ipo: error #11017: Cannot open ippvm

1>ipo: error #11017: Cannot open ippcore

1>xilink: executing 'link'

1>LINK : fatal error LNK1104: cannot open file 'ipps.lib'

1>Build log was saved at "file://C:\\Users\\ColdFire\\Documents\\Visual Studio 2008\\Projects\\testApp\\testApp\\Release\\BuildLog.htm"

1>testApp - 4 error(s), 0 warning(s)



Using Windows 7 Ultimate 64 Bit, Visual Studio 2008 Pro.

If anyone could give me a hand fixing this I would appreciate it!

Oh it only happens when I set Use Intel Optimized Headers in the Properties -- C/C++ -- Optimization options.
0 Kudos
2 Replies
Milind_Kulkarni__Int
New Contributor II
1,256 Views

please state which compiler version you are using . is it beta? i think this issue should be fixed in the latest compiler release.

0 Kudos
JenniferJ
Moderator
1,256 Views
There might be several cases you saw this link error.

1. IPP is not installed but you're trying to use it through the Component Selection icon
2. if the helloworld.sln is old, maybe reset the IPP linked lib using Component Selection dlg: uncheck "Use IPP", click "Apply"; then recheck "Use IPP", click "Apply"; then rebuild
3. the ipp libs are manually added to the linker option - correct the IPP lib path

Let me know if any of above helps.

thanks,
Jennifer
0 Kudos
Reply