[GHC] #8825: ghc can't determine gcc version on ru_RU locale
GHC
ghc-devs at haskell.org
Mon Jul 21 13:35:48 UTC 2014
#8825: ghc can't determine gcc version on ru_RU locale
-------------------------------------+-------------------------------------
Reporter: slyfox | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.8.1-rc1
Resolution: | Keywords:
Differential Revisions: | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple | Test Case:
Difficulty: Unknown | Blocking:
Blocked By: |
Related Tickets: |
-------------------------------------+-------------------------------------
Comment (by maeder):
under solaris I had to "LC_ALL=C" in order to get rid of this stupid
version check.
It should be fixed in compiler/main/SysTools.lhs. Maybe calling "gcc
--version" or "gcc -dumpversion" makes it easier. Otherwise "LC_ALL=C gcc
-v" should be called.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8825#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list