Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Mar 1998 08:23:00 -0800
From:      John Polstra <jdp@polstra.com>
To:        root@mantar.slip.netcom.com, peter@FreeBSD.ORG
Cc:        current@FreeBSD.ORG
Subject:   Re: netscape 4.0 fails after make world
Message-ID:  <199803091623.IAA07384@austin.polstra.com>
In-Reply-To: <Pine.BSF.3.96.980308233035.332A-100000@mantar.slip.netcom.com>
References:  <Pine.BSF.3.96.980308233035.332A-100000@mantar.slip.netcom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <Pine.BSF.3.96.980308233035.332A-100000@mantar.slip.netcom.com>,
Manfred Antar  <root@mantar.slip.netcom.com> wrote:
> I get this message when trying to start netscape after a just completed
> make world and new kernel. I rebooted and tried again, same thing :
> 
> ld.so failed: Undefined symbol "__vt$8stdiobuf" in
> netscape:/usr/lib/libstdc++.so.2.0

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. :-(

John
--
   John Polstra                                       jdp@polstra.com
   John D. Polstra & Co., Inc.                Seattle, Washington USA
   "Self-knowledge is always bad news."                 -- John Barth

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?199803091623.IAA07384>