Hey guys,
I'm trying to install libg++ and I get the following error. Running Debian Hamm off a
cheapbytes cd that had some install probs with g++.
....
CONFIG_NM="nm"; export CONFIG_NM; \
/bin/sh ./gen-params LIB_VERSION=2.7.2 >tmp-params.h
gcc: installation problem, cannot exec `cc1plus': No such file or directory
gen-params: could not compile dummy.C with gcc -nostdinc++ -g -O2
make[1]: *** [_G_config.h] Error 1
make[1]: Leaving directory `/usr/local/src/libg++-2.7.2/libio'
make: *** [all-target-libio] Error 2
Could someone shed some light on what cc1plus might be?
--Fred McDavid