When I try to compile a simple Hello World in Haskell and compile with
ghc --make Main.hs
I get:
Linking Main ...
ld: unknown option: -no_pie
collect2: ld returned 1 exit status
我在Mac OS X 10.6.8. 上。 我曾经能够编译,没有这个错误, 但我有一阵子没有使用过GHC, 所以我一定在那段时间里安装或损坏了一些东西。