Cygwin Make bash 명령을 찾을 수 없습니다.
Windows 7 64 비트의 모든 패키지와 함께 cygwin을 설치했습니다. 어떤 이유로 make 명령이 오류를 제공합니다. bash make : command not found. 확인하고 내 bin 폴더에 make.exe가 없습니다. 누구든지 이것에 대해 나를 도울 수 있습니까? CYGWIN에서 작업하려면 정말 make가 필요합니다. 나는 Windows XP에 갈 필요가 없습니다.
make를 설치하지 않았을 것입니다. cygwin 설치 프로그램을 다시 시작하고 make를 검색하여 선택하면 설치되어야합니다. 기본적으로 cygwin 설치 프로그램은 내가 기억하는 모든 것을 설치하지 않습니다.
설치 (업데이트)하는 동안 'Devel'에서 'Install'을 선택하면 MB가 많이 설치되지만 도움이됩니다. 나에게 정확히 필요한 것이 무엇인지 확인할 시간이 없습니다.
https://cs-dev.cs.calvin.edu/courses/cs/112/resources/installingEclipse/
정확히 필요한 것이 나열되어 있습니다.
이 단계를 따르세요:
- 설치 프로그램으로 다시 이동하십시오.
- 초기 설정을 수행하십시오.
- 도서관에서-devel로 이동하십시오.
- devel scroll에서 make를 찾으십시오.
- 모든 라이브러리를 make라는 이름으로 설치하십시오.
- 다음을 클릭하면 설치하는 데 약간의 시간이 걸립니다.
- 이것은 문제를 해결할 것입니다.
아래 단계를 따르십시오.
cygwin 설정을 다시 엽니 다.
보기 탭에서 카테고리 선택
검색 탭에 "만들기"채우기
개발 확장
"make : 'make'ultility의 GNU 버전"찾기, 클릭하여 설치
끝난!
설치 또는 업데이트시 패키지를 선택할 때 검색 상자에서 'make'를 검색하고 devel 패키지에서 주로 발견되는 'make'와 'gcc'가 표시된 상자를 선택합니다.
나는 같은 문제가 있었고 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.
I faced the same problem. Follow these steps:
- Goto the installer once again.
- Do the initial setup.
- Select all the libraries by clicking and selecting install (the one already installed will show reinstall, so don't install them).
- Click next.
- The installation will take some time.
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.
참고URL : https://stackoverflow.com/questions/4828388/cygwin-make-bash-command-not-found
'Development Tip' 카테고리의 다른 글
SQL 문 들여 쓰기 우수 사례 (0) | 2020.11.06 |
---|---|
.NET의 SOAP 클라이언트-참조 또는 예제? (0) | 2020.11.06 |
Django에서 사용자를 만드는 방법은 무엇입니까? (0) | 2020.11.06 |
Google 경고 : 리소스가 글꼴로 해석되지만 MIME 유형 application / octet-stream으로 전송 됨 (0) | 2020.11.06 |
Apache가 XAMPP 제어판에서 실행되고 있지 않습니다 (오류 : Apache가 예기치 않게 종료되었습니다. 포트가 차단 되었기 때문일 수 있음) (0) | 2020.11.06 |