ANNOUNCE: GHC 6.10.1 RC 1

Ian Lynagh igloo at earth.li
Thu Oct 23 11:00:59 EDT 2008


Hi Paul,

On Wed, Oct 08, 2008 at 06:04:31PM -0400, Paul Jarc wrote:
> 
> With all that, the first problem I hit was with utils/pwd/pwd.
> ./configure builds it by calling ghc without any special flags, so the
> binary can't find libgmp.so at runtime.

I think you need to tell the dynamic linker where to find it, e.g. by
setting DYLD_LIBRARY_PATH. See the dyld manpage for more information.


Thanks
Ian



More information about the Glasgow-haskell-users mailing list