
16 Oct
2006
16 Oct
'06
3:17 p.m.
On Mon, 2006-10-16 at 17:42 +0200, Bas van Dijk wrote:
On Monday 16 October 2006 12:41, Duncan Coutts wrote:
This is a problem with the way we have packaged it for Gentoo. We know the source of the problem and will fix it soon.
Great, thanks.
On Monday 16 October 2006 12:46, Clemens Fruhwirth wrote:
The problem is Gentoo specific. Quick dirty fix: cp /usr/lib/ghc-6.6/HSCabal.o /usr/lib/Cabal-1.1.6/ghc-6.6/HSCabal-1.1.6.o
This seems to get rid of the problem in ghci:
But the problem remains when making for example testGHC.gs:
Yeah. That'd have a different quick fix: cp /usr/lib/ghc-6.6/libHSCabal.a /usr/lib/Cabal-1.1.6/ghc-6.6/ because ghci uses the .o files and ghc uses the .a ones. Duncan