初學小白,cygwin make命令 生成cygterm.exe出錯,求幫忙解惑。
初次接觸cygwin(64),正好teraterm x64(portable)的cygterm.exe無法使用,遂google方法。
參照了
http://ttssh2.osdn.jp/manual/en/usage/cygwin.html
http://www.cnblogs.com/leelike/p/3484031.html
得到錯誤
$ make
echo 'icon ICON cygterm.ico' > cygterm.rc
windres -O coff -o cygterm.res cygterm.rc
gcc -O2 -fno-exceptions -mwindows -o cygterm.exe cygterm.cc cygterm.res
gcc: error: spawn: No such file or directory
Makefile:25: recipe for target 'cygterm.exe' failed
make: *** [cygterm.exe] Error 1
cygterm.rc cygterm.res可以生成,但是cygterm.exe不行。
想請教大家,怎麼解決這個錯誤,謝謝。
肉垫下的白小哈
10 years, 4 months ago