Difference between revisions of "Overview of the status on Windows"

From PLplotWiki
Jump to: navigation, search
 
Line 7: Line 7:
  
 
<tt>   
 
<tt>   
----------------------+--------------------+--------------------+--------------------+              
+
----------------------+--------------------+--------------------+--------------------+        
 +
     
 
Build aspects        |    Bare Windows    |        Cygwin      |        MinGW      |
 
Build aspects        |    Bare Windows    |        Cygwin      |        MinGW      |
 +
 
----------------------+--------------------+--------------------+--------------------+
 
----------------------+--------------------+--------------------+--------------------+
 +
 
Static libraries      |        Yes        |        Yes        |        Yes        |
 
Static libraries      |        Yes        |        Yes        |        Yes        |
 +
 
Shared libraries (DLL)|        Yes        |        Yes        |          .        |
 
Shared libraries (DLL)|        Yes        |        Yes        |          .        |
 +
 
C++                  |        Yes        |        Yes(1)    |          .        |
 
C++                  |        Yes        |        Yes(1)    |          .        |
 +
 
Fortran              |        No(2)      |        Yes(3)    |          .        |
 
Fortran              |        No(2)      |        Yes(3)    |          .        |
 +
 
Java                  |        .          |          .        |          .        |
 
Java                  |        .          |          .        |          .        |
 +
 
Perl                  |        .          |          .        |          .        |
 
Perl                  |        .          |          .        |          .        |
 +
 
Python                |        .          |          .        |          .        |
 
Python                |        .          |          .        |          .        |
 +
 
Tcl                  |        Yes(4)      |          .        |          .        |
 
Tcl                  |        Yes(4)      |          .        |          .        |
 +
 
Tk                    |        .          |        (5)        |          .        |
 
Tk                    |        .          |        (5)        |          .        |
 +
 
----------------------+--------------------+--------------------+--------------------+
 
----------------------+--------------------+--------------------+--------------------+
 
</tt>
 
</tt>

Revision as of 00:51, 19 September 2006

This page presents an overview of the various Windows platforms and the status of the CBS for them.

The platforms are "canonical": we assume typical or often encountered installations. For "bare Windows" this means Windows XP, MicroSoft Visual C/C++ (version 6.0, 2003 or 2005, but currently with an emphasis on version 6.0). For Cygwin and MinGW this is the suite of GCC compilers.


+--------------------+--------------------+--------------------+

Build aspects | Bare Windows | Cygwin | MinGW |


+--------------------+--------------------+--------------------+

Static libraries | Yes | Yes | Yes |

Shared libraries (DLL)| Yes | Yes | . |

C++ | Yes | Yes(1) | . |

Fortran | No(2) | Yes(3) | . |

Java | . | . | . |

Perl | . | . | . |

Python | . | . | . |

Tcl | Yes(4) | . | . |

Tk | . | (5) | . |


+--------------------+--------------------+--------------------+