From owner-freebsd-current Tue Mar 10 01:06:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA15376 for freebsd-current-outgoing; Tue, 10 Mar 1998 01:06:38 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from smtp03.primenet.com (smtp03.primenet.com [206.165.6.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA15322; Tue, 10 Mar 1998 01:06:09 -0800 (PST) (envelope-from tlambert@usr09.primenet.com) Received: (from daemon@localhost) by smtp03.primenet.com (8.8.8/8.8.8) id CAA09772; Tue, 10 Mar 1998 02:06:09 -0700 (MST) Received: from usr09.primenet.com(206.165.6.209) via SMTP by smtp03.primenet.com, id smtpd009702; Tue Mar 10 02:05:58 1998 Received: (from tlambert@localhost) by usr09.primenet.com (8.8.5/8.8.5) id CAA13348; Tue, 10 Mar 1998 02:05:54 -0700 (MST) From: Terry Lambert Message-Id: <199803100905.CAA13348@usr09.primenet.com> Subject: Re: netscape 4.0 fails after make world To: jdp@polstra.com (John Polstra) Date: Tue, 10 Mar 1998 09:05:54 +0000 (GMT) Cc: root@mantar.slip.netcom.com, peter@FreeBSD.ORG, current@FreeBSD.ORG In-Reply-To: <199803091623.IAA07384@austin.polstra.com> from "John Polstra" at Mar 9, 98 08:23:00 am 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 > Peter, this looks like it's probably related to the recent multi-gcc > changes: > > kerouac$ nm /usr/lib/libstdc++.so.2.0 | grep stdiobuf > 00000c50 T __._8stdiobuf > 00000c08 T ___8stdiobufP7__sFILE > 00001124 T ___8stdiobufRC8stdiobuf > 000010f4 T ___as__8stdiobufRC8stdiobuf > 0002f7a0 D __vt.8stdiobuf > ^ > | > > 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. 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