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.

linking with gcc

Joan_D_
Beginner
495 Views
I am trying to compile a mex file using ifort 10.1.012 and apparently I need a library such as libgcc.a, which does not seem to come with the distribution. Is there a way to get this library or its equivalent for ifort?

Thanks
Jo
0 Kudos
1 Reply
TimP
Honored Contributor III
495 Views
libgcc.a comes with gcc. You would not be able to run ifort without an installation of g++, and that installation would be broken without libgcc.a.
gcc -print-search-dirs should show you where the gcc libraries are.
0 Kudos
Reply