dyn is not in $(GhcLibWays), but $(DYNAMIC_GHC_PROGRAMS) is YES.

Jacques Carette carette at mcmaster.ca
Tue May 21 21:21:43 CEST 2013


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




More information about the ghc-devs mailing list