
27 May
2008
27 May
'08
10:35 a.m.
On Mon, 2008-05-26 at 23:25 -0500, Galchin, Vasili wrote:
Hi Duncan,
You mentioned a log in a posting vis-a-vis "configure". Where are all ghc-related logs?
There are no logs as such. I think I was referring to $ runhaskell Setup.hs configure --verbose=3 producing a log, but only in the sense that it produces a lot of output on stdout that you could capture in a log file. Cabal and ghc do not make any log files themselves directly. Is that what you meant? Duncan