COIN-OR::LEMON - Graph Library

Changes between Initial Version and Version 1 of CompilerCompatibility


Ignore:
Timestamp:
10/18/08 19:18:45 (16 years ago)
Author:
Alpar Juttner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompilerCompatibility

    v1 v1  
     1LEMON 1.0 reported to compile on the following platform and compiler
     2
     3= Linux =
     4
     5 - GNU GCC
     6   - starting with 3.3, all recent compiler should be fine
     7     - tested with 3.3, 3.4, 4.1, 4.2, 4.3
     8   - version 2.95 is definitely not enough
     9 - Intel ICC
     10   - version 10.1 works well,
     11     - the highest warning setting ({{{-w2}}}) triggers infinitely many warnings/remarks, but none of them is a valid problem.
     12   - older versions don't seem to work due to deficient implementation of the standards (8.0) or serious compiler bug (9.1)
     13
     14= M$ Windows XP =
     15
     16 - Visual Studio 2005, 2008
     17 - Cygwin
     18   - work well from gcc-3.3 upwards.