[Haskell-cafe] ghci and dynamically linking to Objective-C objects on Mac OS X
Brandon Allbery
allbery.b at gmail.com
Wed Mar 4 21:39:53 UTC 2015
On Wed, Mar 4, 2015 at 4:34 PM, Sean Seefried <sean.seefried at gmail.com>
wrote:
> Sure, but shouldn't we perhaps just fix GHCi so that it does deal with
> frameworks properly?
>
Maintaining a completely separate linker instead of using the system's
linker is a fool's errand that leads to things like this and inability to
use ghci or TH on ARM, or having to have someone who does nothing but
follow all the changes made to every system linker we care about and
porting those changes to ghci's custom linker. The correct fix is the
upcoming change to have ghci use the system linker. In the meantime, I
offered a workaround.
--
brandon s allbery kf8nh sine nomine associates
allbery.b at gmail.com ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20150304/d3c7f826/attachment.html>
More information about the Haskell-Cafe
mailing list