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程序时出现问题,求助各位大神,拜谢
没怎么用过 ifort for linux
看起来像是编译器的运行时库版本混乱导致的。
页:
[1]