From owner-freebsd-bugs Wed Apr 28 10: 0: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AFFAC15246 for ; Wed, 28 Apr 1999 10:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA39203; Wed, 28 Apr 1999 10:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 3C898151AE; Wed, 28 Apr 1999 09:57:47 -0700 (PDT) Message-Id: <19990428165747.3C898151AE@hub.freebsd.org> Date: Wed, 28 Apr 1999 09:57:47 -0700 (PDT) From: kew@timesink.spk.wa.us To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: bin/11371: make world as of 27Apr99 in current kills C++ progs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11371 >Category: bin >Synopsis: make world as of 27Apr99 in current kills C++ progs >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Apr 28 10:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Keith Walker >Release: 4.0-Current >Organization: Humble home user... >Environment: FreeBSD phobos.walker.dom 4.0-CURRENT FreeBSD 4.0-CURRENT #35: Mon Apr 19 20:48:32 PDT 1999 root@phobos.walker.dom:/usr/src/sys/compile/ASUS i386 >Description: After "make world", all my progs linked against libstdc++ quit working with an Undefined symbol "__vt_7filebuf" error. Recompilation doesn't help, just redefines the error more precisely. >How-To-Repeat: Compile this example program: ----------------------------------------------- #include int main(int, char**) { cout << "hello, world!" << endl; } ----------------------------------------------- > c++ foo.cc /usr/lib/libstdc++.so: undefined reference to `filebuf virtual table' /usr/lib/libstdc++.so: undefined reference to `stdiobuf virtual table' or, > c++ -static foo.cc /usr/lib/libstdc++.a(stdstrbufs.o)(.data+0x4c): undefined reference to ` filebuf virtual table' /usr/lib/libstdc++.a(stdstrbufs.o)(.data+0xac): undefined reference to ` filebuf virtual table' /usr/lib/libstdc++.a(stdstrbufs.o)(.data+0x10c): undefined reference to `filebuf virtual table' /usr/lib/libstdc++.a(stdstrbufs.o)(.data+0x16c): undefined reference to `stdiobuf virtual table' /usr/lib/libstdc++.a(stdstrbufs.o)(.data+0x1cc): undefined reference to `stdiobuf virtual table' /usr/lib/libstdc++.a(stdstrbufs.o)(.data+0x22c): undefined reference to `stdiobuf virtual table' which is kinda revealing, I hope. >Fix: I wish I knew... all of my progs, including KDE are down at the moment because of this. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message