Path: utzoo!telly!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!usc!jarthur!uci-ics!rfg From: rfg@ics.uci.edu (Ron Guilmette) Newsgroups: gnu.g++.lib.bug Subject: Re: libg++ 1.36.1 pros w/ g++ 1.36.1 Message-ID: <258872D9.5528@paris.ics.uci.edu> Date: 15 Dec 89 04:28:08 GMT References: <1023100001@ux1.cso.uiuc.edu> Reply-To: Ron Guilmette Organization: University of California, Irvine - Dept of ICS Lines: 21 In article <1023100001@ux1.cso.uiuc.edu> daniel@ux1.cso.uiuc.edu writes: > > >machine: sun 3/50 >version: g++ 1.36/libg++ 1.36.1 > >problem: libg++ doesn't compile. Problem with builtin.cc (and possibly >others) > <... makefile output deleted...> >as: error (/usr/tmp/cca24306.s:2409): Invalid operand >as: error (/usr/tmp/cca24306.s:2436): Invalid operand This question comes up about once a week. If you get "Invalid operand" assembler errors from G++, it means that you are not using GAS (as you should be). I believe that the README file or the INSTALL file says that you must use GAS for a SUN system. // rfg