0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ghc-7.8.3のOSX10.8.5へのインストール

Last updated at Posted at 2014-08-17
  1. http://www.haskell.org/ghc/からMac OS用のバイナリファイルを持ってくる。
  2. その後ファイルを解凍して、ghc-7.8.3のディレクトリで
    ./configure --prefix=/aa/aa --with-gcc=/opt/local/bin/gcc-mp-4.8
    などとして、gcc4.8のコンパイラを用いる。
    でないと、
cc1: error: unrecognized command line option "-Wno-invalid-pp-token"
cc1: error: unrecognized command line option "-Wno-unicode"
のようなエラーが出てしまうので注意。
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?