> c++: installation problem, cannot exec 'cc1plus': no such file or directory
Have you done 'apt-get install build-essential' ? > # which c++ > > /usr/bin/c++ > # dpkg -S /usr/bin/c++ > dpkg: /usr/bin/c++ not found dpkg only tracks filessupplied by the archive inside the deb. it doesn't track alternatives, which is what /usr/bin/c++ is. try 'update-alternatives --display c+' > What do I wrong? (what do I have to do) please first try: apt-get update; apt-get upgrade randolph -- Debian Developer <[EMAIL PROTECTED]> http://www.TauSq.org/

