OT: how to port c++ to Windoze

Michael Hipp Michael at hipp.com
Sat Aug 1 07:18:41 PDT 2009


Kevin O'Gorman wrote:
> Is there a Windoze version of make that is usable?  This is the least
> of the worries because a complete compile is only 20 commands or so.
> They could be hard-coded for starters.

I use this and it includes make:

   http://unxutils.sourceforge.net/

This one does also:

   http://gnuwin32.sourceforge.net/

I haven't used 'make' in either one but the other utilities (e.g. grep) work 
pretty much as you'd expect. You will want to modify your Windows %PATH% to 
include the location of these executables to make them easy to run from the 
cmd line.

Michael






More information about the Linux-users mailing list