[Haskell-cafe] Error in building profiling

Duncan Coutts duncan.coutts at worc.ox.ac.uk
Fri Feb 6 17:55:35 EST 2009


On Fri, 2009-02-06 at 08:28 -0200, Marco Túlio Gontijo e Silva wrote:

> > $ ./setup configure --enable-library-profiling --disable-library-vanilla

> > /usr/bin/ld: dist/build/Control/Monad/Cont.o: No such file: No such file
> > or directory
> > 
> > I'm using ghc6 6.10.1+dfsg1-5 and binutils 2.19-1~exp1.
> 
> I tried the same with ghc6 6.8.2dfsg1-1 and it worked.

Turns out I broke it in Cabal-1.4. It used to be that
--disable-library-vanilla implied --disable-library-for-ghci where as
they're now independent.

Try the Cabal head branch now. Let me know if that fixes it for you. If
it does I'll push it to the Cabal-1.6 branch.

Duncan



More information about the Haskell-Cafe mailing list