<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Re:oneAPI on Big Sur : ld: library not found for -lSystem in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/oneAPI-on-Big-Sur-ld-library-not-found-for-lSystem/m-p/1241328#M153555</link>
    <description>&lt;P&gt;Thanks a lot for your reply.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This solved the problem.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I recommend adding this to the installation page since I assume all Big Sur users will have the issue.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(The only other place that this error is discussed is on this page for &lt;A href="https://github.com/ponylang/ponyc/issues/3684" target="_blank"&gt;https://github.com/ponylang/ponyc/issues/3684&lt;/A&gt;&amp;nbsp;which is for ponyc programming language)&lt;/P&gt;</description>
    <pubDate>Mon, 28 Dec 2020 21:12:40 GMT</pubDate>
    <dc:creator>khaledi</dc:creator>
    <dc:date>2020-12-28T21:12:40Z</dc:date>
    <item>
      <title>oneAPI on Big Sur : ld: library not found for -lSystem</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/oneAPI-on-Big-Sur-ld-library-not-found-for-lSystem/m-p/1240976#M153533</link>
      <description>&lt;P&gt;I just upgraded to macOS Big Sur. Then I installed the latest FORTRAN compiler, OneAPI.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The installation has gone smoothly but when I try to compile a program I get the following error&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;ld : library not found for -lSystem&lt;/P&gt;
&lt;P&gt;I do appreciate quick help on this issue.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have that online that doing the following will solve the problem, but it did not work for me&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;ponyc --linker="ld -L /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib -lSystem"&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Dec 2020 07:21:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/oneAPI-on-Big-Sur-ld-library-not-found-for-lSystem/m-p/1240976#M153533</guid>
      <dc:creator>khaledi</dc:creator>
      <dc:date>2020-12-27T07:21:59Z</dc:date>
    </item>
    <item>
      <title>Re:oneAPI on Big Sur : ld: library not found for -lSystem</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/oneAPI-on-Big-Sur-ld-library-not-found-for-lSystem/m-p/1241314#M153553</link>
      <description>&lt;P&gt;what is 'ponyc' ?  Where is your ifort command?&lt;/P&gt;&lt;P&gt;You can try Jose's solution&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;sudo xcode-select -s /Applications/Xcode.app/Contents/Developer&lt;/P&gt;&lt;P&gt;Then accept the license (only if you previously haven't) by:&lt;/P&gt;&lt;P&gt;sudo xcodebuild -license&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Dec 2020 20:36:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/oneAPI-on-Big-Sur-ld-library-not-found-for-lSystem/m-p/1241314#M153553</guid>
      <dc:creator>Ron_Green</dc:creator>
      <dc:date>2020-12-28T20:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Re:oneAPI on Big Sur : ld: library not found for -lSystem</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/oneAPI-on-Big-Sur-ld-library-not-found-for-lSystem/m-p/1241328#M153555</link>
      <description>&lt;P&gt;Thanks a lot for your reply.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This solved the problem.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I recommend adding this to the installation page since I assume all Big Sur users will have the issue.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(The only other place that this error is discussed is on this page for &lt;A href="https://github.com/ponylang/ponyc/issues/3684" target="_blank"&gt;https://github.com/ponylang/ponyc/issues/3684&lt;/A&gt;&amp;nbsp;which is for ponyc programming language)&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2020 21:12:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/oneAPI-on-Big-Sur-ld-library-not-found-for-lSystem/m-p/1241328#M153555</guid>
      <dc:creator>khaledi</dc:creator>
      <dc:date>2020-12-28T21:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Re:oneAPI on Big Sur : ld: library not found for -lSystem</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/oneAPI-on-Big-Sur-ld-library-not-found-for-lSystem/m-p/1241333#M153556</link>
      <description>&lt;P&gt;One more question which I have is the following&amp;nbsp;&lt;/P&gt;
&lt;P&gt;each time I open a terminal I need to do&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;source /opt/intel/oneapi/setvars.sh &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;I assume there is a way to make this permanent, but not sure how? &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;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.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2020 21:24:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/oneAPI-on-Big-Sur-ld-library-not-found-for-lSystem/m-p/1241333#M153556</guid>
      <dc:creator>khaledi</dc:creator>
      <dc:date>2020-12-28T21:24:38Z</dc:date>
    </item>
  </channel>
</rss>

