Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
公告
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29285 讨论

linking ifc binaries against AMD64 libraries

TimP
名誉分销商 III
342 次查看
Sorin:

On the face of it, ld is telling you that you have 64-bit libraries, which can't link with the 32-bit binaries generated by ifc. Do you disagree? Did you build these libraries with ifc?
I would be surprised if you have been successful in the past linking lapack libraries built with g77 against binaries built with commercial compilers. Even without the architecture mis-match, you have the differences in I/O support libraries and underscore appending conventions to deal with.
0 项奖励
0 回复数
回复