GCC: работает под виндами (Cygwin), компилит для исполнения под виндами Пытаюсь разобраться, как такое делается. Вот что нарыл - может, кому пригодится. Если кто подскажет - дополнит - будет вообще супер!
===============================================================================
http://www.mingw.org/
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.
MSYS: A Minimal SYStem to provide POSIX/Bourne configure scripts the
ability to execute and create a Makefile used by make.
http://www.spacejack.org/games/mingw/
MinGW Starter Guide - неплохо описано, чтоэто такое и с чем его едят.
** много ссылок на эту тулзу - вероятно, не все так плохо
===============================================================================
http://www.perforce.com/jam/jam.html
There is also a make utility called Jam which greatly simplifies the
task of creating makefiles and managing dependencies. It is not an
IDE, but it does allow you to create makefiles for large/complex
projects with very simple, concise commands. This may appeal to some
people better than a GUI tool.
http://www.perforc …001/...erd/WPLaura.pdf - manual
** упрощаем жизнь с make
===============================================================================
http://www.bloodshed.net/devcpp.html
Bloodshed Dev-C++ is a full-featured Integrated Development
Environment (IDE) for the C/C++ programming language. It uses Mingw
port of GCC (GNU Compiler Collection) as it's compiler. Dev-C++ can
also be used in combination with Cygwin or any other GCC based
compiler.
http://www.bloodshed.net/dev/index.html - one more host place
http://www.bloodsh …net/dev/doc/index.html - docs
** монстровая штука
===============================================================================
Вот бы эклипсу прикрутить, чтобы она крутилась под виндами, запускала
GCC, живущий под CygWIn, ну и подставляла все либы и хидеры из
http://www.mingw.org/
** это вообще было бы супер!
===============================================================================