Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!cs.utexas.edu!arunk From: arunk@cs.utexas.edu (Arun Kandappan) Newsgroups: gnu.g++.bug Subject: Starting up with g++! Message-ID: <574@ebirah.cs.utexas.edu> Date: 17 May 89 17:57:06 GMT Followup-To: arunk@cs.utexas.edu Distribution: usa Organization: University of Texas at Austin Group Lines: 16 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