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.0+, sun4-os4 Message-ID: <8904080452.AA18311@yahi.stanford.edu> Date: 8 Apr 89 04:52:53 GMT References: <8904080339.AA04512@CHARON.MIT.EDU> Sender: daemon@tut.cis.ohio-state.edu Reply-To: tiemann@lurch.stanford.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 11 I used to get > "crt0+.o contains non external relocatable ..." (or something like > that; I don't have the machine here, and I didn't write it down...) when I tried linking crt0+.o which was compiled with a 68020 or a VAX compiler. Run `file' on that file, and see if it tells you its really a sparc object file. Use the -v option to see where it is really finding the crt0+.o file. Michael