
7 May
2007
7 May
'07
8:31 p.m.
When the intermediate files are removed, GHC still hangs. In fact, the
intermediate files do not seem to be corrupt in any way, as the only way to
get a working executable is to run GHC more than once. First to produce the
intermediate files, then to link them into an executable.
On 5/7/07, Cale Gibbard
On 07/05/07, Josiah Manson
wrote: There is still a problem when I use the version you linked to. At first I was hopeful, because the first time I tried compiling bisect.hs it worked. All subsequent attempts, however, have failed.
Maybe try getting rid of all the intermediate (*.hi *.o) files created when compiling it? Not that this is necessarily a permanent solution...
- Cale