Windows DLLs should be working now. To turn on the "dyn" way add the string "i386-unknown-mingw32" to PlatformSupportsSharedLibs in mk/config.mk
I haven't pushed a patch to do this yet because the DLLs for the runtime and libraries currently require manual installation. After building GHC I've been doing a find . -name "*.dll" and copying all the results to c:\Windows\System32. I'm not sure if there is a nicer way to do this yet, does anyone know offhand? In any event, it'd be good to get the buildbots testing the "dyn" way on Windows so we can keep it working.
After doing a manual install, all the "dyn" tests in the testsuite run fine for me. A stripped "hello world" executable is about 10k.
Ben. _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
