<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class=""><br class=""></div>Hi,<div class=""><br class=""></div><div class="">Just to add one detail to that below. Part of the problem is Xcode 11 even on maOS10.14 only supplies the 10.15 SDK. gcc when built gets the SDK baked into the default search paths it will use, and because you are  (I presume) using gcc binary install it is using the one built on the buildbot which is still using Xcode 10 and thus the 10.14 SDK. If you want to see what gcc is doing, try building with the -v option added….</div><div class=""><br class=""></div><div class="">So, additional solutions, if you want to avoid having to manually set the SDK root as you use gcc, are :-</div><div class=""><br class=""></div><div class="">1. revert back to Xcode 10 on mac OS 10.14, to match the buildbot.<br class=""><div>2. rebuild gcc/libgcc from source yourself, so then the SDK will (I think…) match what you now have.</div><div><br class=""></div><div>I would go with 1. as that will likely fix other residual issues with Xcode 11 on mac OS 10.14..</div><div><br class=""></div><div>cheers Chris</div><div><br class=""></div><div>3. I guess a third option is to update you OS to 10.15….</div><div><br class=""><blockquote type="cite" class=""><div class="">On 10 Oct 2019, at 11:35 pm, Christopher Jones <<a href="mailto:jonesc@hep.phy.cam.ac.uk" class="">jonesc@hep.phy.cam.ac.uk</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html; charset=us-ascii" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi,<div class=""><br class=""></div><div class="">Apple has been depreciating shipping the SDK  under /usr/include for some time now, and come Xcode11/macOS10.15 they are gone (with Xcode10 they where gone by default but you could add them back).</div><div class=""><br class=""></div><div class="">You need to specify the SDK root you need to use. See</div><div class=""><br class=""></div><div class=""><a href="https://www.mail-archive.com/macports-dev@lists.macports.org/msg06711.html" class="">https://www.mail-archive.com/macports-dev@lists.macports.org/msg06711.html</a></div><div class=""><br class=""></div><div class="">for a previous discussion.</div><div class=""><br class=""></div><div class="">Chris</div><div class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On 10 Oct 2019, at 11:20 pm, David Nicholls <<a href="mailto:david.nicholls@anu.edu.au" class="">david.nicholls@anu.edu.au</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">

<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" class="">

<div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
Something Apple did in either the latest update to Mojave or the latest Xcode breaks gfortran's (8.3.0) ability to find the system library. I updated to the latest macports recently, too.  gfortran 8.3.0 that compiled code easily under previous versions of
 Mojave/Xcode/macports now throws an error:
<div class=""><br class="">
</div>
<div class="">
<div style="margin: 0px; font-stretch: normal; font-size: 12px; line-height: normal;" class="">
M5118 error on build:</div>
<div style="margin: 0px; font-stretch: normal; font-size: 12px; line-height: normal;" class="">
ld: library not found for -lSystem</div>
<div style="margin: 0px; font-stretch: normal; font-size: 12px; line-height: normal;" class="">
collect2: error: ld returned 1 exit status</div>
<div style="margin: 0px; font-stretch: normal; font-size: 12px; line-height: normal;" class="">
make[1]: *** [../lab/map51] Error 1</div>
<div style="margin: 0px; font-stretch: normal; font-size: 12px; line-height: normal;" class="">
make: *** [build] Error 2 with gfortran 8.3.0</div>
</div>
<div class=""><br class="">
</div>
<div class="">
<div class="">Does anyone know anything about this?<br class="">
<div class=""><br class="">
</div>
<div class="">DN</div>
<div class=""><br class="">
<div class="">
<div dir="auto" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">
David C Nicholls,<br class="">
Research School of Astronomy & Astrophysics<br class="">
Australian National University<br class="">
<br class="">
</div>
</div>
</div>
<br class="">
</div>
</div>
</div>
</div>

</div></blockquote></div><br class=""></div></div></div></blockquote></div><br class=""></div></body></html>