2016-07-07 2 views
1

mingw를 사용하여 Windows7에서 make를 실행하려고 시도했지만 이상한 오류가 발생했습니다. 나는 Makefile의 어떤 줄이나 어떤 명령으로 오류가 발생했는지 알 수 없다.windows7에서 make 할 때 이상한 오류가 발생했습니다.

C:\pkgs\C-TCC-0.02>make --debug > tmp.txt 
syntax error at -e line 1, at EOF 
Execution of -e aborted due to compilation errors. 
make: *** [blib\lib\C\\.exists] Error 255 

모든 아이디어를 주시면 감사하겠습니다

GNU Make 3.81 
Copyright (C) 2006 Free Software Foundation, Inc. 
This is free software; see the source for copying conditions. 
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A 
PARTICULAR PURPOSE. 

This program built for i386-pc-mingw32 
Reading makefiles... 
Updating goal targets.... 
File `makemakerdflt' does not exist. 
    File `all' does not exist. 
    File `pure_all' does not exist. 
     File `config' does not exist. 
     File `blibdirs' does not exist. 
      File `blib\lib\C\\.exists' does not exist. 
      Must remake target `blib\lib\C\\.exists'. 

tmp.txt 파일. 여기서 갱신 1

Makefile

+0

당신의 메이크 파일 내용이 도움이 될 것입니다. – JJF

+0

Thanks @JJF, 메이크 파일에 대한 링크를 추가했습니다. – packetie

+0

참고로 코드에 대한 링크는 권장하지 않습니다. – JJF

답변

0

가 알아 낸 것이다. make 대신 dmake을 사용해야했습니다.

팁 덕분에 Perl Monks

관련 문제