ld cannot find -limf -lsvml -lipgo -ldecimal -lirc
- by Jaguaraci Silva
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.