I'm getting this problem when I try to run g++ version 3.3.2 on OpenBSD 3.6:
/home/daf/Chuck/Testh}g++ -Wall -g -V 3.3.2 -c f1.cpp g++: installation problem, cannot exec `cpp0': No such file or directory g++: file path prefix `/usr/lib/gcc-lib/i386-unknown-openbsd3.6/3.3.2/' never used *** Error code 1 /usr/lib/gcc-lib/i386-unknown-openbsd3.6}ls 2.95.3 I installed this version using pkg_add. /home/daf/Chuck/Testh}pkg_info -a | grep 3.3.2 g++-3.3.2 GNU compiler collection: C++ compiler gcc-3.3.2 GNU compiler collection: core C compiler libstdc++-3.3.2 GNU compiler collection: C++ compiler library Is this an error I can fix myself? If yes, how? Thanks, Dave Feustel

