
3 Nov
2008
3 Nov
'08
1:27 p.m.
Paul Jarc wrote:
Ian Lynagh
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