我正在尝试安装Haskell(第一次)。按照网站上的说明,我下载了:
我解压缩了ghc包,并安装它没有问题。然后我解压缩haskell-platform并运行以下命令:
./configure --prefix=/usr
make
su
make install
我收到此错误:
**************************************************
* Building each component completed successfully.
*
* Now do "sudo make install"
**************************************************
milanb@slicky:~/install/haskell-platform-2009.2.0.2$ su
root@slicky:/home/milanb/install/haskell-platform-2009.2.0.2# make install
scripts/install.sh
Installing mtl-1.1.0.2...
Error:
The mtl-1.1.0.2/Setup script does not exist or cannot be run
make: *** [install] Error 2
下一步做什么?
答案 0 :(得分:4)
我不确定原因是什么,但我认为最好向Haskell平台邮件列表和错误跟踪器报告:
答案 1 :(得分:2)
答案 2 :(得分:0)
只需查看此链接,它将以简单的方式显示“如何在各种平台上安装Haskell”。
这两个链接仅限于我的博客..我认为这些链接对您有用..
http://akashjagdhane.blogspot.in/2013/02/installing-all-packages-of-haskell-so.html http://akashjagdhane.blogspot.in/2013/02/installing-ghc-with-all-packages-on.html