
Hi, my stage2 compiler under solaris is unusable. "gmake bootstrap3" does not terminate and even compiling the simplest file does not terminate: Christian -bash-3.00$ ghc -v --make hello.hs Glasgow Haskell Compiler, Version 6.4.2, for Haskell 98, compiled by GHC version 6.4.2 Using package config file: /local/home/maeder/ghc-6.4/lib/ghc-6.4.2/package.conf Using package config file: /home/maeder/.ghc/sparc-solaris2-6.4.2/package.conf Hsc static flags: -static *** Chasing dependencies: Chasing modules from: hello.hs Stable modules: *** Compiling Main ( hello.hs, interpreted ): compile: input file hello.hs *** Checking old interface for Main: Compiling Main ( hello.hs, hello.o ) *** Parser: *** Renamer/typechecker: [waited] ^C*** Deleting temp files Deleting: /tmp/ghc8103.hc Warning: deleting non-existent /tmp/ghc8103.hc
participants (1)
-
Christian Maeder