
14 Mar
2013
14 Mar
'13
2:38 p.m.
You don't have the following line?
GhcLibWays = $(if $(filter $(DYNAMIC_BY_DEFAULT),YES),dyn,v) I do. Sorry, I didn't notice it. I'm attaching my build.mk.
What version of GHC are you using to perform the build? [killy@xerxes : ~] ghc --version The Glorious Glasgow Haskell Compilation System, version 7.6.2.20130129
Are you using parallel make? Yes, I'm using make -j4
Janek