Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
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.
7234 Discussions

Updated to oneAPI 2025.0 and now libifcore.a is missing

Dan78
Novice
1,108 Views

Hi all,

I have updated Intel oneAPI to 2025.0 and now the linking process of my code hat used to work without any problem is failing because libifcore.a is missing and -lifcore which is passed to the linked will fail. Does anybody know what libraries should I used instead of libifcore.a in 2025.0? The library is for Fortran calls and I need it for some 3rd party libraries.

Regards,

Dan

 

0 Kudos
1 Solution
Fengrui
Moderator
916 Views

Hi Dan,

 

I was able to find the Fortran runtime on my end,

...:/opt/intel/oneapi/compiler/2025.0$ find . -name libifcore*
./lib/libifcore.a
./lib/libifcore.so.5
./lib/libifcore.so
...

Could you please double check if the installation was complete?

BTW this issue is about Fortran compiler. I would recommend to post future Fortran compiler issues in its forum: https://community.intel.com/t5/Intel-Fortran-Compiler/bd-p/fortran-compiler

 

Thanks,

Fengrui

 

 

View solution in original post

0 Kudos
3 Replies
morskaya_svinka_1
New Contributor I
1,008 Views
0 Kudos
Fengrui
Moderator
917 Views

Hi Dan,

 

I was able to find the Fortran runtime on my end,

...:/opt/intel/oneapi/compiler/2025.0$ find . -name libifcore*
./lib/libifcore.a
./lib/libifcore.so.5
./lib/libifcore.so
...

Could you please double check if the installation was complete?

BTW this issue is about Fortran compiler. I would recommend to post future Fortran compiler issues in its forum: https://community.intel.com/t5/Intel-Fortran-Compiler/bd-p/fortran-compiler

 

Thanks,

Fengrui

 

 

0 Kudos
Dan78
Novice
839 Views

Hi Fegrui,

When Intel oneAPI was updated 2025, then the Fortran compiler was not installed while I had installed it before. I had to install Fortran compiler and now the problem is gone.

Regards,

Danesh

 

0 Kudos
Reply