This fixed the build under Windows. But if I now run the inplace ghc in interactive mode it can't find the .dll:
$ ../../../ghc/ghc/stage2-inplace/ghc.exe --interactive GHCi, version 6.11.20081010: http://www.haskell.org/ghc/ :? for help Loading package ghc-prim ... linking ... done. Loading package integer ... linking ... done. Loading package base ... linking ... done. Loading package ffi-1.0 ... <command line>: can't load .so/.DLL for: m (addDLL: could not load DLL) ghc.exe: m: The specified module could not be found. Any suggestions? 2008/10/10 Clemens Fruhwirth <[EMAIL PROTECTED]>: > Fri Oct 10 00:31:06 PDT 2008 Clemens Fruhwirth <[EMAIL PROTECTED]> > * Delay building libffi until package.conf is created and fix bindist > > M ./Makefile -1 +1 > M ./libffi/Makefile -3 +5 > > View patch online: > http://darcs.haskell.org/ghc/_darcs/patches/20081010073106-ed0c4-4939384377c92b904d004588d809cdef0ac7586e.gz > > _______________________________________________ > Cvs-ghc mailing list > [email protected] > http://www.haskell.org/mailman/listinfo/cvs-ghc > _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
