Saat menjalankan ./configure , muncul pesan error berikut ini:
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
Ternyata, untuk menjalankan configure, compiler g++ perlu terinstall terlebih dahulu. Install g++ dengan perintah
sudo apt-get install g++
Setelah terinstall, jalankan kembali configure. Seharusnya dengan ini configure berjalan normal.
Referensi: di sini.
Related Articles
No user responded in this post
Leave A Reply