地方エンジニアの学習日記

興味ある技術の雑なメモだったりを書いてくブログ。たまに日記とガジェット紹介。

glibcを2.38をビルドインストールするとに出たエラーメッセージ

configure: error: you must configure in a separate build directory

ディレクトリを分ける必要があるらしい

configure: error:
*** These critical programs are missing or too old: make gawk bison python
*** Check the INSTALL file for required versions.

makeやgawk、bison、pythonが古いらしい

*** On GNU/Linux systems the GNU C Library should not be installed into
*** /usr/local since this might make your system totally unusable.
*** We strongly advise to use a different prefix.  For details read the FAQ.
*** If you really mean to do this, run configure again using the extra
*** parameter `--disable-sanity-checks'.

GNU C ライブラリを/usr/local にインストールしない方が良いという警告。/usr/local/glibcとかをprefixとして指定してあげる