-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gcc: error: unrecognized command line option ‘-no-pie’ #159
Comments
//cabal install // gcc -v |
I've been noticing something similar recently when building stuff on macOS and thought it was due to the fact that gcc is actually a wrapper around clang. Looks like that's wrong then... Are you able to build other Haskell projects? What version of GHC and cabal-install are you using? |
// cabal -V //ghci error in caball install SO, i switch ghc version to 8.0.2 // cabal install cabal: Leaving directory '/tmp/cabal-tmp-13111/haskell-src-exts-1.20.2' |
No description provided.
The text was updated successfully, but these errors were encountered: