Package mingw-gcc-3.4.4-20050522-1-3
| System | Binary Distributions | CVS/rsync Source Distributions | |
|---|---|---|---|
10.7/x86_64 | |||
10.6/x86_64 | |||
10.6/i386 | |||
10.5/i386 | |||
10.5/powerpc | 3.4.4-20050522-1-3 | ||
| Description: | GNU GCC for MinGW (3.4.4-20050522-1-3) | |
| Usage Hints: | ||
1. Write a code.
$ cat > hello.c
#include <windows.h>
int WINAPI WinMain (HINSTANCE hInstance,
HINSTANCE hPrevInstance,
PSTR szCmdLine,
int iCmdShow)
{
MessageBox (NULL, "Hello World!", "Hello", MB_OK);
return (0);
}
^C
2. Compile.
$ i686-pc-mingw32-gcc -o hello.exe hello.c -mwindows
3. Run. | ||
| Section: | devel | |
| Maintainer: | None <fink-develATlistsDOTsourceforgeDOTnet> | |
| Website: | http://gcc.gnu.org/ | |
| License: | LGPL | |
| Info-File: | dists/10.4/unstable/main/finkinfo/devel/mingw-gcc-3.4.4-20050522-1-3.info CVS log, Last Changed: Wed, 27 Apr 2011 16:28:38 (UTC) | |
Section list - Flat package list - Search packages
(*) = Unsupported distribution.