<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — Duplicate Libraries Build Message after Sonoma]]></title>
		<link>http://forums.approximatrix.com/viewtopic.php?id=918</link>
		<atom:link href="http://forums.approximatrix.com/extern.php?action=feed&amp;tid=918&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Duplicate Libraries Build Message after Sonoma.]]></description>
		<lastBuildDate>Sun, 15 Oct 2023 14:05:54 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Duplicate Libraries Build Message after Sonoma]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=4221#p4221</link>
			<description><![CDATA[<p>The duplicate library warning for <em>-lgcc</em> is just a warning, though annoying.&nbsp; I&#039;m wondering if Apple possibly updated the linker to complain about it because our compiler has probably been emitting the duplicate libraries for years.&nbsp; I&#039;ll look into correcting it.</p><p>The &quot;<em>-macosx_version_min has been renamed to -macos_version_min</em>&quot; warning is a bit annoying, but it appears Apple did change an option syntax in their linker.&nbsp; We&#039;ll update the compiler to output the correct option to the linker.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Sun, 15 Oct 2023 14:05:54 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=4221#p4221</guid>
		</item>
		<item>
			<title><![CDATA[Re: Duplicate Libraries Build Message after Sonoma]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=4220#p4220</link>
			<description><![CDATA[<p>I have the same problem, but the steps noted above did not fix it for me. First, I am just moving from a late (2019) Intel Macbook Pro (running Sonoma) to a Mac Mini M2, running Ventura 13.6 instead of Sonoma because the latest version of gfortran (12.2) was not yet certified for Sonoma and BBEdit warns against using Sonoma yet too. I did a completely fresh install of everything (no Migration Assistant), Xcode 15.0 and Command Line Helpers, and gfortran 12.2. I and copied the project files over after mounting the Mac Mini as external hard drive to the Macbook Pro. I downloaded a fresh installation of Simply Fortran 3.31 for this hardware.</p><p>In my project, I chose Save All under the File menu, then Save Project under the Project menu, then Build, getting:</p><p>-macosx_version_min has been renamed to -macos_version_min<br />ld: warning: ignoring duplicate libraries: &#039;-lgcc&#039;</p><p>Then I ran Clean and Build but the same warnings are given. </p><p>There&#039;s a worse problem than this, but I will post about that in a new thread.</p><p>Eric</p>]]></description>
			<author><![CDATA[null@example.com (eabergman)]]></author>
			<pubDate>Sun, 15 Oct 2023 03:11:38 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=4220#p4220</guid>
		</item>
		<item>
			<title><![CDATA[Re: Duplicate Libraries Build Message after Sonoma]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=4219#p4219</link>
			<description><![CDATA[<p>To follow up, it appears that even though the source code was saved, the project was saved, and a successful Build was made with an Apple system, or Simply Fortran, version previously, if I just launch the project and Build, the warning appears. If I Save the Source Code, Save the Project, and Build, there is no warning. I&#039;m not saying all three of those steps are necessary, but it appears at least one of them is.</p>]]></description>
			<author><![CDATA[null@example.com (designer)]]></author>
			<pubDate>Sun, 08 Oct 2023 16:54:18 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=4219#p4219</guid>
		</item>
		<item>
			<title><![CDATA[Re: Duplicate Libraries Build Message after Sonoma]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=4218#p4218</link>
			<description><![CDATA[<p>Thank you Jeff,</p><p>It was the Apple Silicone version 3.3.1 Build 3974 (GTK+) Confirmed.</p><p>Of course, before I sent the MakeFile, I figured I&#039;d save code, project, and build one more time. And it came out clean as a whistle.</p><p>So, as a suspicion, I opened another project and without a Save of source, or project, I did a build (again, code I&#039;ve run before). I got the same Dup warning.</p><p>I get a &quot;No App to open this&quot; type message so I can&#039;t copy/paste it in here. I&#039;ll send it to you via email.</p>]]></description>
			<author><![CDATA[null@example.com (designer)]]></author>
			<pubDate>Sat, 07 Oct 2023 01:43:03 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=4218#p4218</guid>
		</item>
		<item>
			<title><![CDATA[Re: Duplicate Libraries Build Message after Sonoma]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=4217#p4217</link>
			<description><![CDATA[<p>Paul,</p><p>It&#039;s a warning, so it isn&#039;t a huge problem. Can you send along the makefile or post it here?&nbsp; I&#039;m wondering if there is a legacy flag present.</p><p>Also, what version and build of Simply Fortran are you using?&nbsp; Is it an Intel or Apple silicon Mac?</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Thu, 05 Oct 2023 20:30:27 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=4217#p4217</guid>
		</item>
		<item>
			<title><![CDATA[Duplicate Libraries Build Message after Sonoma]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=4215#p4215</link>
			<description><![CDATA[<p>After I updated to Sonoma, I got this when I &quot;built&quot; using making changes to an earlier project:</p><p>==============================================================================<br />Generating Makefile... Okay<br />==============================================================================<br />Compiling DualBase10Solver.F95<br />Generating target<br />-macosx_version_min has been renamed to -macos_version_min<br />ld: warning: ignoring duplicate libraries: &#039;-lgcc&#039;</p><br /><p>* Complete *</p><p>How do I clean this up and how/where to I remove &quot;... duplicate libraries: -lgcc&quot;?</p><p>Thank you,<br />Paul</p>]]></description>
			<author><![CDATA[null@example.com (designer)]]></author>
			<pubDate>Tue, 03 Oct 2023 19:36:14 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=4215#p4215</guid>
		</item>
	</channel>
</rss>
