1. 书籍
  2. 详情

《MinGW编译器2010版》

基本信息

  • 书籍大小:未知
  • 书籍语言:简体中文
  • 书籍类别:软件下载
  • 书籍标签:软件下载
  • 购买链接: 京东   淘宝

打开支付宝首页搜“673273051”领红包,领到大红包的小伙伴赶紧使用哦!

相关书籍

内容介绍

MSYS-MinGW-Gcc-3.45-4.45.7z 125.9MB
mkisofs-md5-2.01-Readme.txt 8.3KB
125.9MB
软件下载http://www.minxue.net: MinGW编译器2010版,包括MSYS、MinGW、Gcc的3.45和4.45版,绝对好用
资源格式: 压缩包
发行时间: 2010年10月20日
地区:  美国
语言:  英文
简介

IPB Image
【简介】

以下内容转自官网,我就不翻译了,懂的人自然明白。

MinGW, a contraction of "Minimalist GNU for Windows", is a minimalist development environment for native Microsoft Windows applications.

MinGW provides a complete Open Source programming tool set which is suitable for the development of native MS-Windows applications, and which do not depend on any 3rd-party C-Runtime DLLs. (It does depend on a number of DLLs provided by Microsoft themselves, as components of the operating system; most notable among these is MSVCRT.DLL, the Microsoft C runtime library. Additionally, threaded applications must ship with a freely distributable thread support DLL, provided as part of MinGW itself).



MinGW compilers provide access to the functionality of the Microsoft C runtime and some language-specific runtimes. MinGW, being Minimalist, does not, and never will, attempt to provide a POSIX runtime environment for POSIX application deployment on MS-Windows. If you want POSIX application deployment on this platform, please consider Cygwin instead.

Primarily intended for use by developers working on the native MS-Windows platform, but also available for cross-hosted use, (see note below -- you may need to follow the "read more" link to see it), MinGW includes:

A port of the GNU Compiler Collection (GCC), including C, C++, ADA and Fortran compilers;
GNU Binutils for Windows (assembler, linker, archive manager)
A graphical and a command-line installer for MinGW and MSYS deployment on MS-Windows

MSYS, a contraction of "Minimal SYStem", is a Bourne Shell command line interpreter system. Offered as an alternative to Microsoft's cmd.exe, this provides a general purpose command line environment, which is particularly suited to use with MinGW, for porting of many Open Source applications to the MS-Windows platform; a light-weight fork of Cygwin-1.3, it includes a small selection of Unix tools, chosen to facilitate that objective, and using it is a necessary prerequisite for building mingwPORTs.

mingwPORTs are user contributed additions to the MinGW software collection. Rather than providing these "add-ons" as precompiled binary packages, they are supplied in the form of interactive Bourne shell scripts, which guide the end user through the process of automatically downloading and patching original source code, then building and installing it. Users who wish to build any application from a mingwPORT must first install both MinGW and MSYS.

【说明】

/* --------------------------------------------------------------------
Announcement: Written by Wwashington @ newsmth forum. 2011/03/15 18:00.
Please keep all information if you want to keep it, or redistribute it.
-------------------------------------------------------------------- */

本人收藏的 MSYS + MinGW 开发包,包括稳定的版本和较新的版本,发出来分享。
下面按照三个目录的顺序,对于安装文件做一个简单的说明,方便大家自行安装。


1) Common-Apps ----->

insight-6.3.exe ,直接在Win32运行的,可视化 MinGW GDB。
insight-6.6-mingw.tar.bz2 ,在MSYS-1.0.11或wish84运行,
-------- 如果在Win32或tclsh84里面运行,子进程异常退出。

nmake.exe ,来自 Visual Studio 2008 的微软 nmake 文件。
Readme.txt ,为了方便新手进行安装,本人编写的帮助文档。
sunrpc-4.0-3.tar.bz2,这是Cygwin-Easy-2007缺少的rpc包。
sunrpc-4.0-3-src.tar.bz2 ,因为不太好找,所以放在这里。

2) MSYS-1.0.11 ----->

MSYS-1.0.11-Gcc.7z ,默认已包含 Gcc 4.3.3 TDM Mingw32。
msysDTK-1.0.1.exe ,这是 MSYS-1.0.11 配套的开发工具包。
MinGW-Static-4.4.5-All.7z ,这是 Gcc 4.4.5 QP Mingw32。

升级指南:删掉 MSYS-1.0.11 的 Mingw 目录,用新版替换。

3) MSYS-1.0.16 ----->

MinGW-5.1.6.Part1.rar ,这是分卷压缩包,不要安装 MSYS。
MinGW-5.1.6.Part2.rar ,内含Gcc 3.4.5,这个版本最稳定。
MSYS-1.0.16-Env.7z ,直接解压就是 MSYS,不包含Gcc工具。
make.exe,自带make容易锁死,用它替换,来自MSYS-1.0.11。
makeinfo.exe ,它跟前面的make是一起发布,干脆一起换掉。

安装指南:建立 MSYS-1.0.16 的 Mingw 目录,安装到那里。

【安全】

压缩包里包含了压缩文件和安装文件,我已经用杀毒软件扫描过,是安全可靠的。杀毒软件名:ESET Smart Security 4.2.67.10,病毒库版本:5968 (20110319)。

下载地址

打赏