Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!YAHI.STANFORD.EDU!tiemann From: tiemann@YAHI.STANFORD.EDU (Michael Tiemann) Newsgroups: gnu.g++.bug Subject: G++ 1.34.2 fails to compile libg++ on Sun3/SunOS4.0.1 Message-ID: <8904051454.AA08443@yahi.stanford.edu> Date: 5 Apr 89 14:54:57 GMT References: <8904050520.AA04773@monaco.cs.brown.edu> Sender: daemon@tut.cis.ohio-state.edu Reply-To: tiemann@lurch.stanford.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 21 Change this in the file called HINTS. Perhaps this should go into README. If you are using a VAX, and for some reason use the native assembler instead of GAS, you will need to #define FASCIST_ASSEMBLER when compiling cplus-decl.c. If you don't remember to do this, the assembler will remind you by telling you that it did not understand a stab which the compiler is trying to pass to the linker. to this: If you are using a non-Sun machine, and use the native assembler instead of GAS, you will need to #define FASCIST_ASSEMBLER when compiling cplus-decl.c. This is because Sun's as and GAS appear to be the only assemblers out there which assemble stabs instead of checking them. If you don't remember to do this, the assembler will remind you by telling you that it did not understand a stab which the compiler is trying to pass to the linker. Michael