#2770: Missing check that C compiler is C99 compatible
---------------------------------+------------------------------------------
Reporter: jputcu | Owner:
Type: bug | Status: new
Priority: normal | Component: Build System
Version: 6.10.1 | Severity: blocker
Keywords: | Testcase:
Architecture: Unknown/Multiple | Os: Unknown/Multiple
---------------------------------+------------------------------------------
The autoconfigure script checks for gcc >= 2. When using such a compiler
on Red Hat 7.3, gcc-2.96, I get a number of C89 errors.
Stated on
http://hackage.haskell.org/trac/ghc/wiki/Commentary/Rts/Conventions, C99
standard is used so my compiler is too old?
Should the gcc requirement be updated or just check for C99 compliance.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2770>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs