} I tried ./configure --disable-cpp and it still came up with:
} C++ compiler .................... : g++
Yes, that's fine. It will still identify a (putative) c++ compiler,
it just shouldn't use it. When you look at the "Build C++ library"
status line, it should say "no". What happens when you do
'./configure --disable-cpp' and then run make?