Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/fortran/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Windows ifort链接器库路径_Windows_Fortran_Library Path_Linker Flags_Intel Fortran - Fatal编程技术网

Windows ifort链接器库路径

Windows ifort链接器库路径,windows,fortran,library-path,linker-flags,intel-fortran,Windows,Fortran,Library Path,Linker Flags,Intel Fortran,是否有可能(环境变量或标志)告诉英特尔Fortran链接器 ifort ... mylib.lib 要在Windows上搜索标准目录之前搜索指定目录中的库(类似于Linux上的或link标志)?使用ifort xxxx/link/LIBPATH:dir将该选项传递给链接器,或将目录添加到LIB环境变量中

是否有可能(环境变量或标志)告诉英特尔Fortran链接器

ifort ... mylib.lib

要在Windows上搜索标准目录之前搜索指定目录中的库(类似于Linux上的或
link
标志)?

使用
ifort xxxx/link/LIBPATH:dir
将该选项传递给链接器,或将目录添加到
LIB
环境变量中