Hi,

I installed the GHC 2.10 binary bundle on my Win NT system. Both options
(install and in-place) come up with the following problem (where main is the
trivial program from the install.html file):

bash-2.01$ ghc -o hello Main.hs
( 1037) Exception: STATUS_ACCESS_VIOLATION
( 1037) Dumping stack trace to .core

Doing the same in verbose mode reveals the following error in the compiler:

ghc:compile:Output file Main.o doesn't exist
ghc:compile:Interface file Main.hi doesn't exist
ghc:recompile:Input file Main.hs newer than Main.o

Haskell compiler:
        /Programme/fptools/lib/i386-unknown-cygwin32/ghc-2.10/hsc ,-W 
,/tmp/ghc1
000.cpp  -fignore-interface-pragmas -fomit-interface-pragmas -fsimplify 
[  -fflo
at-lets-exposing-whnf -ffloat-primops-ok -fcase-of-case -fdo-case-elim 
-freuse-c
on -fpedantic-bottoms -fsimpl-uf-use-threshold3 
-fmax-simplifier-iterations4  ]
  -fwarn-overlapping-patterns -fwarn-missing-methods 
-fwarn-duplicate-exports -h
imap=.%.hi:/Programme/fptools/lib/i386-unknown-cygwin32/ghc-2.10/imports%.hi   -
v -hifile=/tmp/ghc1000.hi -C=/tmp/ghc1000.hc +RTS -H6000000 -K1000000

main/CmdLineOpts.lhs:486: Non-exhaustive patterns in function `simpl_sep'
Command exited with non-zero status 1

What went wrong? Perl and Cygwin obviously work and my PATH should be ok 
as well.
Thank you for your help,

Axel Simon.

Reply via email to