ld cannot find -limf -lsvml -lipgo -ldecimal -lirc

Posted by Jaguaraci Silva on Ask Ubuntu See other posts from Ask Ubuntu or by Jaguaraci Silva
Published on 2012-10-30T10:56:10Z Indexed on 2012/10/30 11:20 UTC
Read the original article Hit count: 611

Filed under:
|
|

I have installed the ICC recently, the XE composer 2013 version and I don't get success for running it because I have some errors to find libs that I don't know, however, I think that the artifact ia32-libs don't be found on the Ubuntu 12.04.1 can be the reason!.

Thus, I got these dependencies:

sudo apt-get install rpm build-essential 
sudo apt-get install libstdc++6 

but these don't

sudo apt-get install ia32-libs* or 
sudo apt-get install ia32-libs-multiarch

I got this error always I'm trying compile on ICC:

ld: cannot find -limf
ld: cannot find -lsvml
ld: cannot find -lipgo
ld: cannot find -ldecimal
ld: cannot find -lirc
ld: cannot find -lsvml 

Thanks in advantage.

© Ask Ubuntu or respective owner

Related posts about compiling

Related posts about intel