Date: Tue, 10 Mar 1998 09:05:54 +0000 (GMT) From: Terry Lambert <tlambert@primenet.com> To: jdp@polstra.com (John Polstra) Cc: root@mantar.slip.netcom.com, peter@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: netscape 4.0 fails after make world Message-ID: <199803100905.CAA13348@usr09.primenet.com> In-Reply-To: <199803091623.IAA07384@austin.polstra.com> from "John Polstra" at Mar 9, 98 08:23:00 am
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803100905.CAA13348>