When I try to compile a simple Hello World in Haskell and compile with ghc --make Main.hs
I get:
Binding Home ...
ld: unknown option: -no_pie
collect2: ld returned 1 exit status
I am on Mac OS X 10.6.8. I used to be able to compile without this error, but I did not use the GHC for a while, so I had to install or break something during this period.
Brandon oubiub
source share