Hi list ! I use debian linux, when I install Icarus Verilog 0.8 configure crash
.......... checking how to run the C++ preprocessor... /lib/cpp configure: error: C++ preprocessor "/lib/cpp" fails sanity check ....... I googled and find the following, but I don't know what I should do next any suggestion? Thank you ----> google result The problem is that you have no c++ compiler. In chapter five, gcc is built without the C++ compiler. Before building ncurses gcc is built with the C++ compiler. Most probably, you forgot to extract the g++ tarball. There are more details in the mail archive. ----> google ending ----> root#./configure checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for g++... no checking for c++... no checking for gpp... no checking for aCC... no checking for CC... no checking for cxx... no checking for cc++... no checking for cl... no checking for xlC... no checking whether we are using the GNU C++ compiler... no checking whether g++ accepts -g... no checking how to run the C++ preprocessor... /lib/cpp configure: error: C++ preprocessor "/lib/cpp" fails sanity check ----> Ending -- Life is to you a dashing and bold adventure.
