I like to compile something with #gfortran, system #macos.
And i get this error:
ld: framework 'Accelerate' not found
collect2: error: ld returned 1 exit status
This came after an update of the system, before everything was fine.
#Xcode is installed, the directory /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Accelerate.framework
Exists.
But ld don't see it, i'm asking me why.
Any suggestionen?