Re: [Haskell-cafe] Dynamically linked executables

2011-03-30 Thread Edward Amsden
I'm pretty sure it's not possible under OS X, and just as sure that it would be really nice, because some OS X libraries I'd like to link to (JACK OS X in particular), don't provide static libraries. On Mon, Mar 28, 2011 at 1:14 PM, Anakim Border wrote: > Hi, > > I'm trying to understand if it's

[Haskell-cafe] Dynamically linked executables

2011-03-28 Thread Anakim Border
Hi, I'm trying to understand if it's possible to build dynamically linked executables under Mac OS X (10.6) with GHC 7. Looking here: http://hackage.haskell.org/trac/ghc/wiki/SharedLibraries/PlatformSupport it seems like the support is already present. Inside ghc-7.1.20110325 sources (the late