Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

ifort compiler

saradiruzza
Beginner
931 Views

Hello,

I have a Mac and after updating macOs Big Sur 11.2.3 I cannot compile any more. The error give me is: 

ld: library not found for -lSystem

 

I tried to link to the library but I can not be able to solve the problem. Moreover, I tried to install again the intel compile but equally, I could not compile. 

Just before the update I compiled my program by:

ifort threeBP_D.f90 routine_D.f90 -o threeBP_D

just after the update od macOS I got the error.

How could I solve this problem?

 

Thanks a lot.

Sara

 

Labels (1)
0 Kudos
3 Replies
mecej4
Honored Contributor III
921 Views

This issue is addressed in this sticky post. Other users have found a partial solution.

0 Kudos
saradiruzza
Beginner
887 Views

Thanks so much. I installed oneAPI HPC Toolkit but nothing change; I get always the following message when I compile:

ld: library not found for -lSystem

 

saradiruzza@MacBook-Pro-4 simulazioni % ifort threeBP_D.f90 routine_D.f90 -o threeBP_D  

ld: library not found for -lSystem

saradiruzza@MacBook-Pro-4 simulazioni %

 

I hope to find a solution because otherwise I cannot continue to work.

 

Thanks a lot,

Sara

0 Kudos
JohnNichols
Valued Contributor III
864 Views

1. Buy a NUC - about 600 USD and it will run anything in Windows most people need.  

just a thought, from someone who keeps a NUC handy for when everything else fails. 

Although it cannot replace mother - yet. 

0 Kudos
Reply