Path: utzoo!telly!ddsw1!mcdchg!rutgers!tut.cis.ohio-state.edu!YAHI.STANFORD.EDU!mdt From: mdt@YAHI.STANFORD.EDU (Michael Tiemann) Newsgroups: gnu.g++.bug Subject: g++ 1.32.0 installation Message-ID: <8901232031.AA08410@yahi.Stanford.EDU> Date: 23 Jan 89 20:31:15 GMT References: <8901222148.AA07417@mote.cs> Sender: daemon@tut.cis.ohio-state.edu Reply-To: tiemann@lurch.stanford.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 6 Problems with immediate core dumps in operator<< are usually related to ld++ linking crt0.o rather than crt0+.o. Compile your file with -v, and see which startup file is being linked. If it's not crt0+.o, fix STARTFILE_SPEC in your tm.h file. Michael