> Doesn't work, as in won't compile, or doesn't work as in it=20 > compiles and links=20 > but won't run? Probably doesn't compile. One (big) reason is that -fPIC and GHC will = both try to steal the same register on x86. Cheers, Simon