
29 Dec
2007
29 Dec
'07
2:49 p.m.
On 29 Dec 2007, at 5:01 AM, Cristian Baboi wrote:
On Sat, 29 Dec 2007 02:08:14 +0200, Jonathan Cast
wrote: How can one make portable dynamic libraries then ?
If by portable you mean, works on /both/ OSs, then GHC-specific should be portable enough for you...
By portable I mean: works on the same machine, with the same OS, but with different Haskell implementation.
Ah, you can't. But, again, what are you trying to do? Re-compiling your software for each implementation seems like a perfectly reasonable thing to do, given the differences between them. jcc