I have installed the fortran_studio_xe_2013_update4_intel64 and Roguewave_IMSL library. after installing it I ran the setup files before compiling the fortran code.
source /opt/intel/bin/compilervars.sh intel64
. /opt/intel/imsl/install/imsl/fnl710/lnxin140x64/bin/fnlsetup.sh
In make file i have used ifort for creating objects and linking and i have included the shared library (LINK_FNL) while linking.
while compiling the fortran code its throwing the error
/opt/intel/imsl/install/imsl/fnl710/lnxin140x64/lib/libimsl.so: undefined reference to `_intel_fast_memmove'
Can you please assist on this.
Regards,
Deva.
Zone:
Thread Topic:
Help Me