-2

I am trying to install GNU make-3.82 on Windows 7. I downloaded the make-3.82.tar.gz setup but it does not have any setup file.

There is process given on GNU site. But when I reach to the folder in command prompt and after extraction write ./configure it throws error

is not recognized as internal or an external command, operable program or batch file.

The installation procedure is given below but not able to understand how to make it. please help

enter image description here

Azhar
  • 115
  • 3
  • 4
  • 10
  • 3
    Those instructions are for unix type systems. I'd recommend looking into Cygwin if you need make on windows. – EEAA Mar 27 '12 at 03:57
  • Also, please read the Serverfault FAQ. This question is quite off-topic here. – EEAA Mar 27 '12 at 03:57

1 Answers1

0

Have a look at this:

http://gnuwin32.sourceforge.net/packages/make.htm

Matthew Halliday
  • 154
  • 2
  • 3
  • 14