Circular dependency between the compiler and TH?
Joel Reymont
joelr1 at gmail.com
Sat Aug 19 16:21:10 EDT 2006
On Aug 19, 2006, at 8:46 PM, Pepe Iborra wrote:
> Finally, I recommend the brute force combo: ' make distclean ;
> autoreconf ; ./configure ; make -j2 '
> If after that you see -DGHCI -DBREAKPOINT in your stage1 build,
> that's bad.
This is how I started yesterday. I repeated that just now, see -DGHCI
and -DBREAKPOINT in the command line:
/usr/local/bin/ghc -H16m -O -istage1/utils -istage1/basicTypes -
istage1/types -istage1/hsSyn -istage1/prelude -istage1/rename -
istage1/typecheck -istage1/deSugar -istage1/coreSyn -istage1/
specialise -istage1/simplCore -istage1/stranal -istage1/stgSyn -
istage1/simplStg -istage1/codeGen -istage1/main -istage1/
profiling -istage1/parser -istage1/cprAnalysis -istage1/
ndpFlatten -istage1/iface -istage1/cmm -istage1/nativeGen -
istage1/ghci -Istage1 -DGHCI -DBREAKPOINT -package template-haskell -
threaded -package readline -DUSE_READLINE -cpp -fglasgow-exts -fno-
generics -Rghc-timing -I. -IcodeGen -InativeGen -Iparser -package
unix -ignore-package lang -recomp -Rghc-timing -H16M '-#include
"cutils.h"' -i../compat -ignore-package Cabal -fglasgow-exts -c
utils/Digraph.lhs -o stage1/utils/Digraph.o -ohi stage1/utils/
Digraph.hi
--
http://wagerlabs.com/
More information about the Glasgow-haskell-users
mailing list