<div dir="auto">This is exactly what I do to build GIMP. It’s not easy and sometimes things fight against you. In order to lead a comfortable life, you should link against the 11 sdk as well. Otherwise it’s up to you to detect which sdk at runtime and gracefully degrade. This is possible for your own code but not going to work for most libraries. I think python does it but not much else that’s cross platform.</div><div dir="auto"><br></div><div dir="auto">If you want to see how GIMP is doing it, it’s all available at <a href="https://gitlab.gnome.org/Infrastructure/gimp-macos-build">https://gitlab.gnome.org/Infrastructure/gimp-macos-build</a></div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, 19 Aug 2023 at 16:50, André-John Mas <<a href="mailto:andrejohn.mas@gmail.com">andrejohn.mas@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)">I haven’t done this myself, but guessing it is easier to have macOS 11 installed and do your work there. <br>
<br>
My fear of targeting macOS 11 from macOS 13 is that you get the false security that things worked. <br>
<br>
André-John<br>
<br>
Sent from my phone. Envoyé depuis mon téléphone. <br>
<br>
> On 19 Aug 2023, at 10:11, Andreas Falkenhahn <<a href="mailto:andreas@falkenhahn.com" target="_blank">andreas@falkenhahn.com</a>> wrote:<br>
> <br>
> Hi,<br>
> <br>
> I've installed MacPorts on a macOS 13 system but I'd like to build programs<br>
> that run on all systems that have at least macOS 11. That's why I run gcc<br>
> with the -mmacosx-version-min=11.0 argument. This, however, leads to warnings<br>
> of the following kind during linking:<br>
> <br>
>    ld: warning: dylib (/opt/local/lib/libfreetype.dylib) was built for newer macOS version (13.0) than being linked (11.0)<br>
>    ...more similar warnings for other dylibs installed by MacPorts...<br>
> <br>
> Is there any way to install the dylibs for macOS 11.0 on a macOS 13 system<br>
> or how am I supposed to build MacPorts programs on macOS 13 that run on older<br>
> macOS versions as well?<br>
> <br>
> -- <br>
> Best regards,<br>
> Andreas Falkenhahn                          mailto:<a href="mailto:andreas@falkenhahn.com" target="_blank">andreas@falkenhahn.com</a><br>
> <br>
</blockquote></div></div>