From owner-freebsd-current Tue Mar 10 11:07:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA28069 for freebsd-current-outgoing; Tue, 10 Mar 1998 11:07:26 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from smtp01.primenet.com (smtp01.primenet.com [206.165.6.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA28014 for ; Tue, 10 Mar 1998 11:07:08 -0800 (PST) (envelope-from tlambert@usr01.primenet.com) Received: (from daemon@localhost) by smtp01.primenet.com (8.8.8/8.8.8) id MAA19557; Tue, 10 Mar 1998 12:06:55 -0700 (MST) Received: from usr01.primenet.com(206.165.6.201) via SMTP by smtp01.primenet.com, id smtpd019489; Tue Mar 10 12:06:48 1998 Received: (from tlambert@localhost) by usr01.primenet.com (8.8.5/8.8.5) id MAA06001; Tue, 10 Mar 1998 12:06:21 -0700 (MST) From: Terry Lambert Message-Id: <199803101906.MAA06001@usr01.primenet.com> Subject: Re: netscape 4.0 fails after make world To: peter@netplex.com.au (Peter Wemm) Date: Tue, 10 Mar 1998 19:06:21 +0000 (GMT) Cc: tlambert@primenet.com, jdp@polstra.com, root@mantar.slip.netcom.com, current@FreeBSD.ORG In-Reply-To: <199803100930.RAA03913@spinner.netplex.com.au> from "Peter Wemm" at Mar 10, 98 05:30:34 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > GCC must change its name mangling between ELF and a.out after all. :-( > > > > Implementation namespace. > > > > This has to do with the "_" prefix. The semantics dictated by ELF > > are different than those dictated by a.out. > > Actually, no, it's because gcc was accidently compiled with > NO_DOLLAR_IN_LABEL, which came in via svr4.h. So, __vt$8stdiobuf got > remapped to __vt.8stdiobuf - the gas that we use doesn't need this > hand-holding (unlike the svr4 assembler), so it was fixed 2(?) days ago. > Just recompile cc*, and libstdc++ and libg++ and this will be the way it > was. Ah. I thought you were trying to Link an a.out binary dynamically against an ELF shared library. My mistake... Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message