Hallo!
I tried to build ghc-4.08 from the sorce distribution for FreeBSD.
Everything went fine with "./configure" and "make boot". But when I tried "make
all" I got the following error after some time:
------------------------------------------------------------------------
==fptools== gmake all - --no-print-directory -r;
in /usr/tmp/fptools/ghc/compiler
------------------------------------------------------------------------
/usr/local/bin/ghc -cpp -fglasgow-exts -Rghc-timing -I. -IcodeGen -InativeGen
-Iparser
-iutils:basicTypes:types:hsSyn:prelude:rename:typecheck:deSugar:coreSyn:speciali
se:simplCore:stranal:stgSyn:simplStg:codeGen:absCSyn:main:profiling:parser:usage
SP:cprAnalysis:javaGen:nativeGen -O -recomp -O -c basicTypes/Const.lhs -o
basicTypes/Const.o -osuf o
Const.lhs:31: Module `PrimOp' does not export `primOpStrictness'
Const.lhs:34: Module `DataCon' does not export `dataConType'
Compilation had errors
gmake[2]: *** [basicTypes/Const.o] Error 1
gmake[1]: *** [all] Error 1
gmake: *** [all] Error 1
So what went wrong and what can I do?
Thanks for every suggestions,
Andreas