<div dir="ltr">I think part of what Ian is saying is that the default config for a Perf build for HEAD will build the dylib versions of all the libraries. Or am I not understanding the question?<div><br></div><div style>eg: see the default make fileĀ <a href="https://github.com/ghc/ghc/blob/master/mk/build.mk.sample#L55-L75">https://github.com/ghc/ghc/blob/master/mk/build.mk.sample#L55-L75</a></div>

</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Dec 23, 2013 at 12:59 PM, Ben Gamari <span dir="ltr"><<a href="mailto:bgamari.foss@gmail.com" target="_blank">bgamari.foss@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">Ian Lynagh <<a href="mailto:igloo@earth.li">igloo@earth.li</a>> writes:<br>
<br>
> You shouldn't need dynamic-by-default. It should Just Work in HEAD, both<br>
> unregisterised and registerised.<br>
><br>
</div>Just to clarify, how does one configure GHCi to use dynamic linking now?<br>
Should I interpret your message to mean that it is already configured<br>
this way? Where in the tree is this configured?<br>
<br>
To be perfectly clear, I want to ensure that dynamic linking is always<br>
preferred over linking static objects with the RTS linker. Will this<br>
happen as things stand? How does GHCi decide how to load a library? Is<br>
this the role of GhcDynamic?<br>
<br>
I'm still not really sure why `DYNAMIC_BY_DEFAULT` should be causing the<br>
problems I'm observing. It seems to me that it is functionally equivalent<br>
to passing the `-dynamic` flag as they both simply add `WayDyn` to DynFlag's<br>
`ways` list. Do you have any idea where they might differ?<br>
<br>
Cheers,<br>
<br>
- Ben<br>
<br>
<br>_______________________________________________<br>
ghc-devs mailing list<br>
<a href="mailto:ghc-devs@haskell.org">ghc-devs@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/ghc-devs" target="_blank">http://www.haskell.org/mailman/listinfo/ghc-devs</a><br>
<br></blockquote></div><br></div>