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

_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to