Ticket #2770 (closed bug: fixed)
Missing check that C compiler is C99 compatible
| Reported by: | jputcu | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.12.1 |
| Component: | Build System | Version: | 6.10.1 |
| Keywords: | Cc: | joris.putcuyps@… | |
| Operating System: | Linux | Architecture: | x86 |
| Type of failure: | Difficulty: | Unknown | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
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.
Change History
Note: See
TracTickets for help on using
tickets.
