[TRIVIAL PATCH] handle LinkDynLib correctly until we got
shared rts library
Louis Zhuang
y.zhuang5 at lse.ac.uk
Tue May 5 22:04:47 EDT 2009
Dear Simon, Thanks a lot for review
On Fri, 2009-05-01 at 13:15 +0100, Simon Marlow wrote:
> On 22/04/2009 21:58, Louis Zhuang wrote:
> > Wed Apr 22 21:19:37 BST 2009 y.zhuang5 at lse.ac.uk
> > * enable LinkDynLib in compilier phase
>
> Looks ok; this fixes http://hackage.haskell.org/trac/ghc/ticket/3114,
> correct?
Yes, all logic are already there and I just make it work...
>
> > Wed Apr 22 21:28:36 BST 2009 y.zhuang5 at lse.ac.uk
> > * [TRIVIAL PATCH] do not filter rt package in -shared until we have rts as shared library
>
> Remind me what problem this is fixing please?
it is a bit weird and inconsistent that '-shared' option will disable
final linkage against libHSrts.a in Unix platform (but win32 does). I
suppose it is caused by in-progress work for shared rts library support.
Because shared library hasn't completed yet, we might just link
libHSrts.a anyway...
> Cheers,
> Simon
Please access the attached hyperlink for an important electronic communications disclaimer: http://www.lse.ac.uk/collections/secretariat/legal/disclaimer.htm
More information about the Cvs-ghc
mailing list