ghc HEAD and tee
Christian Maeder
maeder at tzi.de
Fri Feb 25 10:47:56 EST 2005
Hi,
we used redirect output of ghc via "tee" (within a Makefile). With the
new ghc this randomly fails now. Does anyone have an explanation for this?
ghc <<omitted args>> 2>&1 | tee log
yields:
Skipping Main ( hets.hs, hets.o )
Linking ...
tee: write error
The linked binary and the log file are ok afterwards (and the mere size
of the log is also no problem).
Cheers Christian
More information about the Glasgow-haskell-users
mailing list