Path: utzoo!telly!attcan!uunet!tut.cis.ohio-state.edu!MCC.COM!rfg From: rfg@MCC.COM (Ron Guilmette) Newsgroups: gnu.g++.bug Subject: BUG in G++ 1.33.0 Makefile ... gcc.o & STANDARD_STARTFILE_PREFIX Message-ID: <8902230029.AA15937@riunite.aca.mcc.com> Date: 23 Feb 89 00:29:20 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 13 One thing that seems to have changed from 1.32.0 to 1.33.0 of G++ is that the Makefile now defines STANDARD_STARTFILE_PREFIX=$(libdir) when gcc.o is being compiled. I think that is is a mistake because generally $(libdir) is set equal to /usr/local/lib or some such thing, and this causes the g++ driver to be unable to find such things as Mcrt1.o in /lib on a Sun3. // Ron Guilmette - MCC - Experimental (parallel) Systems Kit Project // 3500 West Balcones Center Drive, Austin, TX 78759 - (512)338-3740 // ARPA: rfg@mcc.com // UUCP: {rutgers,uunet,gatech,ames,pyramid}!cs.utexas.edu!pp!rfg