简体   繁体   English

在Windows的Fortran x64安装上的哪里可以找到fio.lib和fmath.lib

[英]Where can I find fio.lib and fmath.lib on Fortran x64 installation in Windows

I am in the process of re-writing a code that was written in 32 bit (by someone else that is no-longer around!) to 64 bit. 我正在将用32位(不再是其他人!)编写的代码重新编写为64位。 Compiling it requires linking it to a couple of 64 bit Fortran libraries (fio.lib and fmath.lib.) 编译它需要将其链接到几个64位Fortran库(fio.lib和fmath.lib)。

I installed the Redistributable Fortran library package for Intel 64 but I don't see either of the above libraries in there (under \\Common Files\\Intel\\Shared Files\\fortran\\Lib\\Intel64.) Can anyone point me where I can find the 64 bit versions of these libraries? 我安装了用于Intel 64的Redistributable Fortran库软件包,但在其中看不到上述两个库中的任何一个(在\\ Common Files \\ Intel \\ Shared Files \\ fortran \\ Lib \\ Intel64下)。这些库的64位版本?

OS: Windows 操作系统:Windows

Thanks! 谢谢!

The Redistributable package contains just .dlls needed for running the executable/library. 可再发行组件包仅包含运行可执行文件/库所需的.dll。 For development you need .lib files which are under your Intel Fortran 64bit Compiler directory structure. 为了进行开发,您需要.lib文件,这些文件位于您的Intel Fortran 64位编译器目录结构下。 It differs from version to version, try to look in the release notes for your compiler. 每个版本的版本不同,请尝试查看适用于您的编译器的发行说明。 Eg for ifort 11.1 (section 2.4) it would be 例如,对于ifort 11.1(第2.4节) ,它将是

C:\Program Files\Intel\Compiler\11.1\lib\intel64\*

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM