
26 Jun
2008
26 Jun
'08
3:38 p.m.
On Thu, Jun 26, 2008 at 08:31:24AM -0700, Jim Burton wrote:
I am trying to build ghc from the latest src from darcs (pulled today) on ubuntu hardy x86. configure and make *seem* to run fine (no errors reported) but make install gives a long stream of errors. Here's some of the output. What's wrong? Thanks!
"make install" is probably broken at the moment. You should be able to use it in-place, though (run compiler/stage2/ghc-inplace). Thanks Ian