2017-01-06 5 views
0

Cygwin64가 설치되었고 Toolchains 1에 모든 것이 정상입니다. C 컴파일러에도 똑같이 적용됩니다. 하지만 새 프로젝트를 만들 때마다 이러한 오류가 발생하고 '실행'및 '디버그'단추가 회색으로 표시됩니다."C 컴파일러"/ usr/bin/cc "는 간단한 테스트 프로그램을 컴파일 할 수 없습니다."

Error:The C compiler "/usr/bin/cc" is not able to compile a simple test program. 
It fails with the following output: 
Change Dir: /cygdrive/c/Users/J/.CLion2016.2/system/cmake/generated/untitled132-5df26809/5df26809/__default__/CMakeFiles/CMakeTmp 
Run Build Command:"/usr/bin/make.exe" "cmTC_7ca0a/fast" 
C:/cygwin64/bin/make.exe: error while loading shared libraries: cygguile-17.dll: cannot open shared object file: No such file or directory 
CMake will not be able to correctly generate this project. 

Error:Configuration Debug 
The C compiler "/usr/bin/cc" is not able to compile a simple test program. 
It fails with the following output: 
Change Dir: /cygdrive/c/Users/J/.CLion2016.2/system/cmake/generated/untitled132-5df26809/5df26809/Debug/CMakeFiles/CMakeTmp 
Run Build Command:"/usr/bin/make.exe" "cmTC_7db24/fast" 
C:/cygwin64/bin/make.exe: error while loading shared libraries: cygguile-17.dll: cannot open shared object file: No such file or directory 
CMake will not be able to correctly generate this project. 

Error:Configuration Release 
The C compiler "/usr/bin/cc" is not able to compile a simple test program. 
It fails with the following output: 
Change Dir: /cygdrive/c/Users/J/.CLion2016.2/system/cmake/generated/untitled132-5df26809/5df26809/Release/CMakeFiles/CMakeTmp 
Run Build Command:"/usr/bin/make.exe" "cmTC_fe477/fast" 
C:/cygwin64/bin/make.exe: error while loading shared libraries: cygguile-17.dll: cannot open shared object file: No such file or directory 
CMake will not be able to correctly generate this project. 

Error:Configuration RelWithDebInfo 
The C compiler "/usr/bin/cc" is not able to compile a simple test program. 
It fails with the following output: 
Change Dir: /cygdrive/c/Users/J/.CLion2016.2/system/cmake/generated/untitled132-5df26809/5df26809/RelWithDebInfo/CMakeFiles/CMakeTmp 
Run Build Command:"/usr/bin/make.exe" "cmTC_c2ddb/fast" 
C:/cygwin64/bin/make.exe: error while loading shared libraries: cygguile-17.dll: cannot open shared object file: No such file or directory 
CMake will not be able to correctly generate this project. 

Error:Configuration MinSizeRel 
The C compiler "/usr/bin/cc" is not able to compile a simple test program. 
It fails with the following output: 
Change Dir: /cygdrive/c/Users/J/.CLion2016.2/system/cmake/generated/untitled132-5df26809/5df26809/MinSizeRel/CMakeFiles/CMakeTmp 
Run Build Command:"/usr/bin/make.exe" "cmTC_827b4/fast" 
C:/cygwin64/bin/make.exe: error while loading shared libraries: cygguile-17.dll: cannot open shared object file: No such file or directory 
CMake will not be able to correctly generate this project. 
+0

이러한 유형의

사용 https://cygwin.com/packages/ 나는'cygguile-17.dll'이 당신의 Windows 경로 환경 변수에없는 것 같아요. – drescherjm

+0

어디에 있나요? –

+0

아마 :'C :/cygwin64/bin' 탐색기에서보세요. 그런 다음 Windows 환경 변수 PATH에 해당 경로가 있는지 확인하십시오. – drescherjm

답변

0

cygguile-17.dll는 libguile17 패키지에 속합니다. 그것을 다시 제기하십시오. 검색