- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I just upgraded to macOS Big Sur. Then I installed the latest FORTRAN compiler, OneAPI.
The installation has gone smoothly but when I try to compile a program I get the following error
ld : library not found for -lSystem
I do appreciate quick help on this issue.
I have that online that doing the following will solve the problem, but it did not work for me
ponyc --linker="ld -L /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib -lSystem"
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
what is 'ponyc' ? Where is your ifort command?
You can try Jose's solution
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
Then accept the license (only if you previously haven't) by:
sudo xcodebuild -license
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks a lot for your reply.
This solved the problem.
I recommend adding this to the installation page since I assume all Big Sur users will have the issue.
(The only other place that this error is discussed is on this page for https://github.com/ponylang/ponyc/issues/3684 which is for ponyc programming language)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
One more question which I have is the following
each time I open a terminal I need to do
source /opt/intel/oneapi/setvars.sh
I assume there is a way to make this permanent, but not sure how?
I added "source /opt/intel/oneapi/setvars.sh " to the bash_profile file, and each time I open a terminal I get a message which I do not like.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page