[Fedora-haskell] Problems compiling Pugs on Athlon 64 with ghc64

Jens Petersen petersen at haskell.org
Tue Mar 22 21:54:15 EST 2005


John van Krieken wrote:
> Hallo,
> when trying to compile Pugs with ghc64 (ghc64-6.4-4 rpm, athlon 64)
> I get message like the following:
> 
> src/Compile/Haskell.hs:28:25:
>     Template Haskell bracket illegal in a stage-1 compiler
> 	  [| return (VStr s) |]

Hmmm, with the current darcs tip I see:

:
/usr/bin/ghc --make -H200m -L. -Lsrc -Lsrc/pcre -I. -Isrc -Isrc/pcre -i. -isrc 
-isrc/pcre -static -Wall -fno-warn-missing-signatures -fno-warn-name-shadowing 
-fno-warn-deprecations -fno-warn-orphans -o pugs src/Main.hs src/pcre/pcre.o 
src/UnicodeC.o
Chasing modules from: src/Main.hs
Could not find module `Compile':
   use -v to see a list of the files searched for
   (imported from src/Main.hs)
make: *** [pugs] error 1

I built pugs with i386 ghc64 the other day...

Jens


More information about the Fedora-haskell mailing list