
28 Jun
2016
28 Jun
'16
5:19 p.m.
Hi Simon, You’re missing an underscore in the command (there’s one between x86 and 64), It’s pacman -R mingw-w64-x86_64-curl This is only needed if curl --version reports anything other than x86_64-pc-msys. After that you need to install the normal msys curl with pacman -S curl You don’t have to run configure everytime to test either, you can just run mk/get-win32-tarballs.sh download x86_64 from the root and it should just download the packages only if everything is setup correctly. Also don’t forget to do a pacman -Sy to update the repositories. Couldn’t gather from your email if you did this already. Kind Regards, Tamar From: Simon Peyton Jones via ghc-devs