
21 May
2013
21 May
'13
7:21 p.m.
I am trying to build branch th-new, and very early on, I get the error dyn is not in $(GhcLibWays), but $(DYNAMIC_GHC_PROGRAMS) is YES. The relevant parts of my build.mk are: # Fast build with optimised libraries, no profiling (RECOMMENDED): BuildFlavour = quick GhcLibWays = v ifeq "$(BuildFlavour)" "quick" SRC_HC_OPTS = -H64m -O0 -fasm GhcStage1HcOpts = -O -fasm GhcStage2HcOpts = -O0 -fasm GhcLibHcOpts = -O -fasm SplitObjs = NO HADDOCK_DOCS = NO BUILD_DOCBOOK_HTML = NO BUILD_DOCBOOK_PS = NO BUILD_DOCBOOK_PDF = NO endif ============ I did ./sync-all pull ./sync-all get ./sync-all get th-new perl boot ./configure make and got stymied by that error. Jacques