[Haskell-cafe] static linking with ghc?

Ketil Malde ketil at malde.org
Wed Apr 25 08:58:28 CEST 2012


Johannes Waldmann <waldmann at imn.htwk-leipzig.de> writes:

> A similar thing is mentioned here (see Caveat)
> http://www.haskell.org/haskellwiki/Web/Literature/Static_linking

Another caveat is that shared linking isn't very useful on Linux, since
the C library loads various stuff dynamically anyway.  It'd be great to
be able to link to a different C library (maybe something from the
BSDs?).

-k
-- 
If I haven't seen further, it is by standing in the footprints of giants



More information about the Haskell-Cafe mailing list