Jimmy Ng <[EMAIL PROTECTED]> wrote,

> 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
>  
> Please report it as a compiler bug to [EMAIL PROTECTED],
> or http://sourceforge.net/projects/ghc/.

This is not a compiler bug.  It just means that the setup of
the file GameFrontEnd.hi is broken.

Manuel

_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to