Cygwin Make bash command not found

后端 未结 8 2140
后悔当初
后悔当初 2020-12-08 03:54

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 f

相关标签:
8条回答
  • 2020-12-08 04:09

    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.

    0 讨论(0)
  • 2020-12-08 04:11

    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.

    0 讨论(0)
  • 2020-12-08 04:12

    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!

    0 讨论(0)
  • 2020-12-08 04:22

    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.

    0 讨论(0)
  • 2020-12-08 04:23

    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

    0 讨论(0)
  • 2020-12-08 04:29

    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.
    0 讨论(0)
提交回复
热议问题