Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!AMADEUS.MITRE.ORG!fkuhl From: fkuhl@AMADEUS.MITRE.ORG (F. S. Kuhl) Newsgroups: gnu.g++.lib.bug Subject: trouble building libg++ Message-ID: <8905311425.AA03108@amadeus.mitre.org> Date: 31 May 89 14:25:55 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 18 Forgive me if this isn't the place to send this message. I'm stuck. I'm trying to install the g++ library on a Sun 3 running OS 4.0.1. gcc and the g++ compilers appear to be installed correctly (version 1.34 each). I can compile simple C++ code. However, when I go to build libg++ I get the following: /home/amadeus/fkuhl/gnu/dist-libg++>make libg++.a (cd src; make GXX=g++ CC=gcc) g++ -g -O -fchar-charconst -I../g++-include -I.. -fsave-memoized -c builtin.cc as: error (/tmp/cca03102.s:1168): Invalid operand as: error (/tmp/cca03102.s:1185): Invalid operand *** Error code 1 make: Fatal error: Command failed for target `builtin.o' Current working directory /home/amadeus/fkuhl/gnu/dist-libg++/src *** Error code 1 make: Fatal error: Command failed for target `libg++.a' Any ideas?