If you are dynamically linking your application built with the Intel® C++ Compiler, you must make the compiler runtime libraries available on the target platform. You can do this by following the steps below:
From the Intel® System Studio installation directory, which is /opt/intel/system_studio_2015.x.y/targets/ by default, copy the file system_studio_target.tgz to the target device using FTP, SFTP or SCP.
On the target device, unpack the file in a directory to which you have write access:
tar -zxvf system_studio_target.tgz
You can find the libraries at the following location: ../system_studio_target/compiler/lib. the directory, /system_studio_target/, is newly created.
Parent topic: Linux* Platform
Inglés