Details
-
Bug
-
Resolution: Done
-
Major - P3
-
1.1.4
-
None
-
None
-
Fedora 22 / GCC
Description
From configure output
configure: error: Compiler GCC >= 4.1 or Clang >= 3.3 is required for C compilation
From config.log
| #if !(defined(_GNUC) && !defined(clang) && !defined(INTEL_COMPILER) && __GNUC_ >= 4 && _GNUC_MINOR_ >= 1) |
| #error Not a supported GCC compiler |
| #endif |
This test is obviously wrong...