SoQt linking error on Mavericks (10.9.3)
Mark Brethen
mark.brethen at gmail.com
Sat Jun 28 17:43:42 PDT 2014
On Jun 28, 2014, at 5:58 PM, Brandon Allbery <allbery.b at gmail.com> wrote:
>
> On Sat, Jun 28, 2014 at 4:30 PM, Mark Brethen <mark.brethen at gmail.com> wrote:
> @MAC_FRAMEWORK_TRUE@ cd $(DESTDIR)$(MAC_FRAMEWORK_PREFIX)/$(MAC_FRAMEWORK_NAME).framework && ln -sf Versions/Current/$(MAC_FRAMEWORK_NAME) $(MAC_FRAMEWORK_NAME) && install_name_tool -id $(MAC_FRAMEWORK_NAME).framework/Versions/$(MAC_FRAMEWORK_VERSION)/$(MAC_FRAMEWORK_NAME) $(MAC_FRAMEWORK_NAME) && cd -;
>
> I think in very old OS X, that kind of thing worked. In this case, either you want @rpath or you just want a full path --- so you would probably prefix /opt/local/Library/Frameworks/ to the names, if that's where the frameworks are getting installed. (If not then I guess you prefix @rpath/ to them.)
>
> --
> brandon s allbery kf8nh sine nomine associates
> allbery.b at gmail.com ballbery at sinenomine.net
> unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net
Success! No linking errors when built as a framework. I'll file a bug report for Coin and upload the patch file.
Mark
More information about the macports-dev
mailing list