haskell - Dynamic versions of 64 bit base libraries for GHC on Windows -
current binary ghc distribution (7.8.2) doesn't have dynamic base of operations libraries (base
proper, ghc-prim
etc). it's not possible utilize dynamic linking. (it's possible produce statically linked dll of course). an older solution outdated.
what easiest way 64-bit dynamic linking on windows 7.8.x?
unfortunately issue serious, , neither 7.8 nor 7.10 have dynamic linking on windows.
the problem more features added ghc of ghc dlls started export more 64k symbols. impossible on windows 64k inherent limit of windows dynamic linking.
so authors of ghc should rewrite exports less symbols. few solutions outlined in ghc bug tracker (one of them splitting big dll few smaller ones). far know nobody working on issue @ moment.
windows haskell dll 64bit
No comments:
Post a Comment