Cygwin Make bash command not found
Asked Answered
S

9

81

I installed cygwin with all the packages on windows 7 64 bit. For some reason the make command is giving me an error: bash make: command not found. I checked and in my bin folder, there is no make.exe. Can anyone help me on this? I really need make to work in CYGWIN. I dont wanna have to go to windows xp.

Steinbok answered 28/1, 2011 at 12:49 Comment(4)
possible duplicate of CYGWIN Make helpFakery
you can try: find / -name make*Sadi
Please don't post duplicates, especially since you have given no indication that you even tried the suggestions given in the answers to your original question. It makes SO far less useful.Lumbago
Does this answer your question? CYGWIN Make helpHatley
J
79

You probably have not installed make. Restart the cygwin installer, search for make, select it and it should be installed. By default the cygwin installer does not install everything for what I remember.

Jestinejesting answered 28/1, 2011 at 13:7 Comment(1)
As a caveat, you can not do this from Programs & Features. It has to be the actual installer.Levirate
J
88

While instaling (updating) check 'Devel' to 'Install', it will install a lot of MB but helps. I don't have time to check which exacly I (we) need.

CYGWIN INSTALL STEP

Jamiejamieson answered 21/11, 2011 at 17:10 Comment(1)
That would install unnecessary things. You only should look for gcc devel and make packages...Satang
J
79

You probably have not installed make. Restart the cygwin installer, search for make, select it and it should be installed. By default the cygwin installer does not install everything for what I remember.

Jestinejesting answered 28/1, 2011 at 13:7 Comment(1)
As a caveat, you can not do this from Programs & Features. It has to be the actual installer.Levirate
E
14

follow some steps below:

  1. open cygwin setup again

  2. choose catagory on view tab

  3. fill "make" in search tab

  4. expand devel

  5. find "make: a GNU version of the 'make' ultility", click to install

  6. Done!

Earmuff answered 15/7, 2018 at 10:30 Comment(0)
T
8

Follow these steps:

  1. Go to the installer again
  2. Do the initial setup.
  3. Under library - go to devel.
  4. under devel scroll and find make.
  5. install all of library with name make.
  6. click next, will take some time to install.
  7. this will solve the problem.
Tridactyl answered 10/2, 2017 at 18:45 Comment(0)
D
5

when selecting packages at installation or update search for 'make' in searchbox and select the boxes showing 'make' and also 'gcc' mostly found in devel package.

Damocles answered 11/5, 2015 at 11:16 Comment(0)
G
2

if you have apt-cyg , then you are done with one command

apt-cyg install make

if you don't have apt-cyg , then install it as it will simplify your life.

Gormless answered 9/4, 2021 at 20:42 Comment(0)
R
1

I had the same problem and it was due to several installations of cygwin.

Check the link (the icon) that you click on to start the terminal. In case it does not point to the directory of your updated cygwin installation, you have the wrong installation of cygwin. When updating, double check the location of cygwin, and start exactly this instance of cygwin.

Reims answered 20/3, 2017 at 17:24 Comment(2)
This does not provide an answer to the question. To critique or request clarification from an author, leave a comment below their post. - From ReviewBardwell
I think this does provide an answer. I had the same problem as the author and this solved it. I rephrased the answer.Reims
M
0

I faced the same problem. Follow these steps:

  1. Goto the installer once again.
  2. Do the initial setup.
  3. Select all the libraries by clicking and selecting install (the one already installed will show reinstall, so don't install them).
  4. Click next.
  5. The installation will take some time.
Mcdaniels answered 14/10, 2016 at 6:42 Comment(0)
K
0

I faced the same problem too. Look up to the left side, and select (full). (Make), (gcc) and many others will appear. You will be able to chose the search bar to find them easily.

Kathyrnkati answered 25/1, 2018 at 2:43 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.