Windows上的GCC:MinGW介绍
A collection of freely available and freely distributable Windows specific header files and import libraries combined with GNU toolsets that allow one to produce native Windows programs that do not rely on any 3rd-party C runtime DLLs.
MinGW全名Minimalist GNU for Windows,是一套用于Windows平台的GNU 工具集,实现了GNU的基本功能,并使编译后的程序无需第三方运行时库(DLL)便可在Windows系统上运行。
What is MinGW?
MinGW ("Minimalistic GNU for Windows") refers to a set of runtime headers, used in building a compiler system based on the GNU GCC and binutils projects. It compiles and links code to be run on Win32 platforms... providing C, C++ and Fortran compilers plus other related tools. If you see references to "mingw32" instead of "MinGW", they are referring to the same compiler system. The project's name changed from mingw32 to MinGW is to prevent the implication that MinGW will only works on 32 bit systems (as 64 and higher bit machines become more common, MinGW will evolve to work with them). MinGW uses the Microsoft runtime libraries, distributed with the Windows operating system. Unlike other ports of GCC to Windows, the runtime libraries are not distributed using Gnu's General Public License (GPL). You, therefore, do not have to distribute your source code with your programs unless, of course, you use a GPL library in your programs.
——摘自MinGW官方主页
http://www.mingw.org/
以下是用我蹩脚的英语翻译的,如有不妥,请留言:
MinGW涉及一整套的运行时头文件,用于建立一个基于GNU GCC的编译系统并生成程序。MinGW编译、连接运行在Win32平台上的代码,提供C、C++和Fortran编译器及相关工具。有些时候用“mingw
MinGW各版本下载地址:
http://www.mingw.org/download.shtml 官方下载。
http://www.programarts.com/download/MinGW-3.0.0-1.exe 可直接在Windows下运行安装的版本
有各种使用心得,欢迎与我联系,共同交流。
//---------------------------------------------------
//用得开心你就拍拍手,然后大喊一声:“爽!”
posted on 2006-04-03 16:54 wqlblogger 阅读(2512) 评论(0) 编辑 收藏 举报