Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ukma!tut.cis.ohio-state.edu!ROCKY.OSWEGO.EDU!dl From: dl@ROCKY.OSWEGO.EDU (Doug Lea) Newsgroups: gnu.g++.lib.bug Subject: libg++ 1.35.0 prerelease available Message-ID: <8905100937.AA16058@rocky> Date: 10 May 89 09:37:17 GMT References: Sender: daemon@tut.cis.ohio-state.edu Reply-To: dl@rocky.oswego.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 9 >> /appl/life1/gnu/lib/gcc-cc1plus /tmp/cca09633.cpp -quiet -dumpbase builtin.cc -mgnu -fchar-charconst -fstrength-reduce -fsave-memoized -opt -version -G -o /tmp/cca09633.s >>c++: Invalid option `gnu' Sorry, I placed the `-mgnu' flag in GFLAGS in the makefiles, without realizing that it is vax-specific. People running on anything other than a Vax using the gas assembler should remove this switch. -Doug