SOFTELメモ Developer's blog

configure: error: C compiler cannot create executables

2018/11/15 linux

問題

Debian でphp7.2をコンパイルしようとしたらエラーになりました。

configure: error: C compiler cannot create executables

答え

パッケージ build-essential をインストールして、gcc や g++, make など必要なものを一式インストールしましょう。

apt install build-essential

関連するメモ

コメント