Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!dino!ux1.cso.uiuc.edu!tank!cps3xx!newman From: newman@pixel.cps.msu.edu (Timothy S Newman) Newsgroups: gnu.g++.lib.bug Subject: 1.36.2 Sun 4 OS 4.0.3 - got it going? Message-ID: <5766@cps3xx.UUCP> Date: 12 Dec 89 07:07:17 GMT Sender: usenet@cps3xx.UUCP Reply-To: newman@cpsvax.cps.msu.edu (Timothy S Newman) Distribution: na Organization: Computer Science, Michigan State University, East Lansing Lines: 19 I have version 1.36.2 of gcc, g++, and libg++. I am trying to build libg++ on Sun 4 OS 4.0.3 after completing installation of gcc and g++. I have gas installed, but no gnu ld. I am using collect.c instead of gnu ld. I cannot compile the program stream.cc in libg++/src. I tried the following compile line: g++ -I/usr/local/g++/libg++/g++-include -g -O -fstrength-reduce -felide-construc tors -f schedule-insns -fdelayed-branch -fsave-memoized -Wall -pipe -c stream.cc The error message is: g++: Program cc1plus got fatal signal 6. Do you have any insights into this? I wish I at least could find out which line the compiler was dying on. Thanks for any insights you may have.