GNU bug report logs -
#45776
Bug? Haskell GHC wont' work since ghc@8.6?
Previous Next
Reported by: yasu <yasu <at> yasuaki.com>
Date: Mon, 11 Jan 2021 05:48:02 UTC
Severity: normal
Done: Maxime Devos <maximedevos <at> telenet.be>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
This one ought to be very simple to solve (or at least confirm). Does
anyone use Haskell daily?
I am a very casual user of Haskell (GHC) and when I tried to compile
something just now, I noticed that it can't even compile the simplest
possible program..., unless I downgrade to ghc <at> 8.4 or lower. Newer
versions, including ghc <at> 8.6.5, didn't work, throwing the error message
below instead.
~/co/haskell-tiny-intro/exercise (master *)$ cat a.hs
main = putStrLn "a"
~/co/haskell-tiny-intro/exercise (master *)$ ghc a.hs
Linking a ...
.gcc-wrapped: error: unrecognized command line option '-no-pie'
`gcc' failed in phase `C Compiler'. (Exit code: 1)
Cheers,
Yasu
This bug report was last modified 4 years and 59 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.