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
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