[wxhaskell-devel] darcs patch: Create a --enable-split-objs option for configure and ...

2008-03-02 Thread Eric Kow
I'm afraid I don't really understand all this compiler stuff. Does this do what we want? Sun Mar 2 23:37:10 GMT 2008 Eric Kow <[EMAIL PROTECTED]> * Create a --enable-split-objs option for configure and makefile. For wxcore, --enable-split-objs calls GHC with -split-objs and combines the

Re: [wxhaskell-devel] postponing wxWidgets 2.8 support and releasing earlier?

2008-03-02 Thread Eric Y. Kow
On Thu, Feb 28, 2008 at 15:49:45 +0900, shelarcy wrote: > We must tell the linker to link splited objects. > -split-objs option generates it in (OutputDir)/(ModuleName)_split directory > per moudles. > You can see that your own directory or below cabal code. > > http://www.haskell.org/ghc/docs/la