Haskell をインストールしようとしています (初めて)。ウェブサイトの指示に従って、私はダウンロードしました:
- ghc-6.10.4-i386-unknown-linux-n.tar.bz2
- haskell-platform-2009.2.0.2.tar.gz
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
次はどうする?