Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

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

share|improve this question
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 3:57
Also, please read the Serverfault FAQ. This question is quite off-topic here. – EEAA Mar 27 '12 at 3:57

closed as off topic by EEAA, Ignacio Vazquez-Abrams, Ward, Miles Erickson, David Schwartz Mar 27 '12 at 4:35

Questions on Server Fault are expected to relate to professional server, networking, or related infrastructure administration within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

up vote 1 down vote accepted

Have a look at this:

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

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.