> bash-2.03$ ghc --make Main.hs -o game
> ghc-5.00.2: chasing modules from: Main.hs
> Compiling GameWorld        ( GameWorld.hs, GameWorld.o )
> Compiling GameMessages     ( GameMessages.hs, GameMessages.o )
> Compiling GameFrontEnd     ( GameFrontEnd.hs, GameFrontEnd.o )
> ghc-5.00.2: panic! (the `impossible' happened, GHC version 5.00.2):
>         does not exist
> Action: openFile
> Reason: dangling symlink
> File: ./GameFrontEnd.hi

It looks like ./GameFrontEnd.hi is a dangling symlink, which is why the
compiler can't read it.  I don't think this is really a bug, but the
compiler shouldn't panic.  We'll fix that.

Cheers,
        Simon

_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
  • Bugs Jimmy Ng
    • Re: Bugs Manuel M. T. Chakravarty
    • Simon Marlow

Reply via email to