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: core C compiler > >libstdc++-3.3.2 GNU compiler collection: C++ compiler library > > Use pkg_info -L to find out which files the packages actually contain. > My guess is that the frontends are installed as egcc/eg++/... > > Kind regards, > > Hannah.
There is no cpp0 mentioned in the output of pkg_info -L g++*. Also, man eg++ does not work /home/Pkgs}man eg++ man: Formatting manual page... /usr/local/man/man1/eg++.1:1: can't open `man1/gcc.1': No such file or directory /home/Pkgs} I did find this: /home/daf/Chuck}eg++ -v Reading specs from /usr/local/lib/gcc-lib/i386-unknown-openbsd3.6/3.3.2/specs Configured with: /usr/obj/i386/gcc-3.3.2/gcc-3.3.2/configure --verbose --program-transform-name=s,^,e, --disable-nls --with-system-zlib --enable-cpp --enable-languages=c,c++,f77,objc,java --enable-sjlj-exceptions --with-gnu-as --with-gnu-ld --enable-shared --prefix=/usr/local --sysconfdir=/etc Thread model: single gcc version 3.3.2 /home/daf/Chuck} It looks like I can use eg++ for g++.