[Haskell-cafe] error while setting it up

Tom Ellis tom-lists-haskell-cafe-2013 at jaguarpaw.co.uk
Fri Jan 8 22:23:13 UTC 2016


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


More information about the Haskell-Cafe mailing list