Re: Dynamic linkin

Ian Lynagh <[email protected]>
Newsgroups gmane.comp.lang.haskell.cvs.ghc
Message-ID <[email protected]>
On Mon, Oct 08, 2012 at 10:29:10AM +0100, Ian Lynagh wrote:
> On Fri, Oct 05, 2012 at 10:44:45AM +0000, Simon Peyton-Jones wrote:
> > 
> > What can I do in my build.mk to build the stage2 compiler and libraries *only* dynamic, or *only* static (I don't much care which) provided it's one or t'other
> 
> If you say
> 
> DYNAMIC_BY_DEFAULT = NO
> 
> then you'll get only static. Only dynamic isn't possible currently.

You can now have dynamic-only with

DYNAMIC_BY_DEFAULT = YES
GhcLibWays = dyn

which is currently the default if you validate on x86_64/Linux or
x86_64/OSX.


Thanks
Ian
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.