yufeng 发表于 2018-11-26 10:18:54

ifort编译程序出现问题

ifort -o hTST.x hTST.o
/opt/intel2017/compilers_and_libraries_2017.2.174/linux/compiler/lib/intel64_lin/for_main.o: In function `main':
for_main.c:(.text+0x19): undefined reference to `__intel_new_feature_proc_init'
hTST.o: In function `MAIN__':
hTST.f90:(.text+0x20): undefined reference to `__intel_new_feature_proc_init'
make: *** Error 1
用ifort编译一个fortran程序时出现问题,求助各位大神,拜谢


vvt 发表于 2018-11-26 11:11:04

没怎么用过 ifort for linux
看起来像是编译器的运行时库版本混乱导致的。
页: [1]
查看完整版本: ifort编译程序出现问题