Xcode INSTALL_PATH and framework paths

Ryan Schmidt ryandesign at macports.org
Thu Jun 13 16:28:28 UTC 2019



On Jun 13, 2019, at 09:37, Aaron Madlon-Kay wrote:

> Now I have another issue: after installation the port is flagged as broken with the following message.
> 
>> sequelpro-devel is using libstdc++ (this installation is configured to use libc++)
> 
> As I understand it, the reason is that Sequel Pro contains a vendored binary framework that links to /usr/lib/libstdc++.6.dylib.
> 
> What can I do about this?
> 
> The portfile is here:
> https://github.com/amake/macports-ports/blob/sequelpro/aqua/sequelpro-devel/Portfile

If the only files you install that link with a C++ library link with libstdc++, then you can specify that and the warning will go away:

configure.cxx_stdlib libstdc++

But if you're both installing a binary that links with libstdc++ *and* you want to compile other C++ software that links with the default C++ library, then we have no way to specify that.




More information about the macports-dev mailing list