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.
Linux にベンチマークをインストールしようとしています。コマンドを実行すると、makeエラーが発生します。MakeFile に書いThis Makefile requires GNU make.てありますが、どういう意味ですか?GNU make をどのように実行すればよいですか?
make
This Makefile requires GNU make.
試す
$>sudo apt-get install gmake
すでにインストールされている場合は、シェルから実行します
$>gmake