
8 Jan
2016
8 Jan
'16
5:23 p.m.
On Fri, Jan 08, 2016 at 07:12:47PM +0530, Abhijit Patel wrote:
for the below command I am getting errror !! please suggest me a solution $make ===--- building phase 0 make --no-print-directory -f ghc.mk phase=0 phase_0_builds ghc.mk:159: *** dyn is not in $(GhcLibWays), but $(DYNAMIC_GHC_PROGRAMS) is YES. Stop. make: *** [all] Error 2
Are you trying to build GHC from source? Are you a beginner? If yes to both then this is a very bad idea. Try something like Stack, which is designed to make it quick and easy to set up GHC and libraries: http://docs.haskellstack.org/en/stable/README.html