patch applied (ghc): Link the rts shared libs against gmp and the
other C libs
Simon Marlow
marlowsd at gmail.com
Wed May 13 07:18:52 EDT 2009
Fri May 1 16:58:24 PDT 2009 Duncan Coutts <duncan at well-typed.com>
* Link the rts shared libs against gmp and the other C libs
When using shared libs we should link each lib against its deps. This allows
the dynamic linker to chase dependencies and means we do not have to specify
all indirect dependencies (as we must do for static libs).
M ./rts/ghc.mk -2 +7
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20090501235824-b0bbe-b8f6facd543dcd75278840f42e9a20b6244182e9.gz
More information about the Cvs-ghc
mailing list