I tried the way described in
http://www.haskell.org/ghc/docs/latest/html/users_guide/win32-dlls.html
and i got this error message:
--------------------------------------------------------------------------------------------
ghc -shared -o test.dll --make test.hs
[1 of 1] Compiling Test ( test.hs, test.o )
ghc.exe: panic! (the 'impossible' happened)
(GHC version 6.10.3 for i386-unknown-mingw32):
link: GHC not built to link this way: LinkDynLib
Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
--------------------------------------------------------------------------------------------
How can I fix it?
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe