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.

ifc libraryies incomplete on x86-64

TimP
Honored Contributor III
331 Views
Sorin:

Yes, a few functions which may be linked by ifc are taken from libraries supplied by your system. This would produce your failure, if your system has only x86-64 versions of those libraries. You may have to figure out which libraries those are, and keep versions e.g. from 32-bit SuSE in a directory against which ifc will link. In the past, I have seen ifc builds require libc.a, libg2c.a, or libgcc.a, or specific .o files from those libraries. Supplying additional diagnostic options to ifc for the link step should help you to determine which libraries are failing, e.g.
ifc -#
0 Kudos
0 Replies
Reply