Вот последние строки выхлопа ./configure при сборке ices 0.4:
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 FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
Подумал, все дело в том, что не установлены gcc и gcc-c++, но..
root@nlxvps5:~# apt-get install gcc gcc-c++
Reading package lists... Done
Building dependency tree
Reading state information... Done
gcc is already the newest version.
configure.log и весь выхлоп ./configure
OS - ubuntu 10.04.
Чего ему надо?