g++ 3.3.2 problem

2005-05-04 Thread Dave Feustel
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

Re: g++ 3.3.2 problem

2005-05-04 Thread Hannah Schroeter
Hello! On Wed, May 04, 2005 at 12:17:51PM -0500, Dave Feustel wrote: >/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

Re: g++ 3.3.2 problem

2005-05-04 Thread Dave Feustel
On Wednesday 04 May 2005 01:06 pm, Hannah Schroeter wrote: > Hello! > > On Wed, May 04, 2005 at 12:17:51PM -0500, Dave Feustel wrote: > > >/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: co

Re: g++ 3.3.2 problem

2005-05-04 Thread Ted Unangst
On Wed, 4 May 2005, Dave Feustel wrote: > There is no cpp0 mentioned in the output of pkg_info -L g++*. the preprocessor is gone in gcc3. > Also, man eg++ does not work try man egcc. then tell the port maintainer. :) though not many archs are still using the gcc3 port. > It looks like I ca