On Wed, 2007-08-01 at 14:01 +0200, Kristof Provost wrote: > If you're on a windows platform (as I suspect you are) it's a little > harder. You'll probably want to get a binary package. Your best bet is > to look at Cygwin, which contains a prebuilt make along with a lot of > other Unix tools. It also comes with a nice point&click installer.
This might not be your best bet depending on what you want to do. The cygwin version of GNU make really works best when you're building cygwin software in a cygwin environment, not a native Windows application. There are native Windows ports of GNU make as well. But, regardless, if you're working on Windows, DOS, or OS/2 platforms you probably should be asking for platform-specific help on the [EMAIL PROTECTED] mailing list: more of the Windows folks hang out there than on this list. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
