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 <[EMAIL PROTECTED]> wrote:
On 07/05/07, Josiah Manson <[EMAIL PROTECTED]> 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
_______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
