
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

On Fri, 08 Jan 2016 14:42:47 +0100, Abhijit Patel
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
A search on Internet for the message "dyn is not in $(GhcLibWays)" lead me to https://mail.haskell.org/pipermail/ghc-devs/2013-May/001306.html Regards, Henk-Jan van Tuyl -- Folding@home What if you could share your unused computer power to help find a cure? In just 5 minutes you can join the world's biggest networked computer and get us closer sooner. Watch the video. http://folding.stanford.edu/ http://Van.Tuyl.eu/ http://members.chello.nl/hjgtuyl/tourdemonad.html Haskell programming --

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
participants (3)
-
Abhijit Patel
-
Henk-Jan van Tuyl
-
Tom Ellis