
23 Oct
2008
23 Oct
'08
3 p.m.
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