ANNOUNCE: GHC 6.10.1 RC 1
Simon Marlow
marlowsd at gmail.com
Mon Nov 3 08:27:30 EST 2008
Paul Jarc wrote:
> Ian Lynagh <igloo at earth.li> wrote:
>> I thought all your problems boiled down to binaries not being able to
>> find libgmp.so at runtime? So I think this should fix them all.
>
> Yes, but then I wouldn't be able to find and fix the commands that are
> missing SRC_HC_OPTS. :) So I'm holding off on that for now. Below is
> a patch for the ones I've found so far. With those changes, and
> without setting LD_LIBRARY_PATH, the build stops here:
Technically speaking, we should pass $(HC_OPTS) to any Haskell
compilations. That includes $(SRC_HC_OPTS), but also a bunch of other things.
Cheers,
Simon
More information about the Glasgow-haskell-users
mailing list