Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
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.
29286 Discussions

linking ifc binaries against AMD64 libraries

TimP
Honored Contributor III
345 Views
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 Kudos
0 Replies
Reply