[gnu.g++.bug] Starting up with g++!

arunk@cs.utexas.edu (Arun Kandappan) (05/18/89)

	I have installed g++ as per the instructions in the g++
document. After installing it I tried to compile a simple program.
But all I get is the following output. Can anyone help me out on this ?

----------
ebirah.~ % 
ebirah.~ % g++ -B/public/sun3/lib/gcc- -I/public/sun3/lib/g++-include test.cc -v
g++ version 1.35.0
 /public/sun3/lib/gcc-cpp -+ -v -I/public/sun3/lib/g++-include -undef -D__GNU__ -D__GNUG__ -D__cplusplus -Dmc68000 -Dsun -Dunix -D__mc68000__ -D__sun__ -D__unix__ -D__HAVE_68881__ -Dmc68020 test.cc /tmp/cca04362.cpp
GNU CPP version 1.35
 cc1plus /tmp/cca04362.cpp -quiet -dumpbase test.cc -noreg -version -o /tmp/cca04362.s
 ebirah.~ %
 ----------
 Arun Kandappan
 arunk@cs.utexas.edu