Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
win32マシンでacプログラムのmakefileを使用するときに、コマンドラインで入力した内容を忘れたようです。私が覚えているのは、次のように入力する必要があるということです
mingw32 -make
。しかし、それはATMでは機能していません。iveは、環境mingw変数の設定などの必要なすべての作業を行いました。コマンドに関するヘルプはありますか?
インストールの詳細に大きく依存しますが、問題は と の間のスペースにあると思われmingw32ます-make。
mingw32
-make
引数付きのコマンドmingw32-makeではなく、コマンドを使用したい。mingw32-make
mingw32-make