コンパイラを呼び出すメイクファイルがあります/cygdrive/c/path/to/compiler
Cygwin シェルを使用している場合は正しく呼び出すことができますが、makefile 内からは絶対パスが返されます"The system cannot find the file specified"
。
makefile が cygdrive の絶対パスを認識しない理由がわかりません
edit*
実際、絶対パスを指定したコマンドは失敗します。
/usr/bin/touch
また、戻り"The system cannot find the file specified"
ます。