c++ - Where can I find fio.lib and fmath.lib on Fortran x64 installation in Windows -
i in process of re-writing code written in 32 bit (by else no-longer around!) 64 bit. compiling requires linking couple of 64 bit fortran libraries (fio.lib , fmath.lib.)
i installed redistributable fortran library package intel 64 don't see either of above libraries in there (under \common files\intel\shared files\fortran\lib\intel64.) can point me can find 64 bit versions of these libraries?
os: windows
thanks!
the redistributable package contains .dlls needed running executable/library. development need .lib files under intel fortran 64bit compiler directory structure. differs version version, try in release notes compiler. e.g. ifort 11.1 (section 2.4)
c:\program files\intel\compiler\11.1\lib\intel64\*
Comments
Post a Comment