netbeans c/c++ IDE を使用して Windows からアスタリスクをコンパイルしようとしています。既存のコードにいくつかの機能を追加したいので。
構成ファイルを実行しているときに、次のエラーが発生しました
cygwin warning:
MS-DOS style path detected: .\configure
Preferred POSIX equivalent is: ./configure
CYGWIN environment variable option "nodosfilewarning" turns off this warning.
Consult the user's guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
configure: error: cannot run /bin/sh ./config.sub
私はクロスプラットフォーム開発に非常に慣れていません。これを解決するのを手伝ってください