From owner-freebsd-current Wed Apr 28 8:42:58 1999 Delivered-To: freebsd-current@freebsd.org Received: from phobos.walker.dom (pme-04.ior.com [204.212.113.4]) by hub.freebsd.org (Postfix) with ESMTP id 7F02615706 for ; Wed, 28 Apr 1999 08:42:39 -0700 (PDT) (envelope-from kew@timesink.spk.wa.us) Received: from timesink.spk.wa.us (localhost.walker.dom [127.0.0.1]) by phobos.walker.dom (8.9.3/8.9.3) with ESMTP id IAA62810 for ; Wed, 28 Apr 1999 08:41:53 -0700 (PDT) (envelope-from kew@timesink.spk.wa.us) Message-ID: <37272C41.6F889B3E@timesink.spk.wa.us> Date: Wed, 28 Apr 1999 08:41:53 -0700 From: Keith Walker X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Progs linked against libstdc++ dead... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Aagh! As of last-night's current (Tuesday), *NO* C++ program that links against libstdc++ works now. All of them come up with this error, and recompilation doesn't help :-( On my machine, this killed the entire KDE system. All of those programs come up with the error: /usr/libexec/ld-elf.so.1: /usr/lib/libstdc++.so.3: Undefined symbol "__vt_7filebuf" which kinda refects the error I get when trying to recompile one of my programs that also failed. Here's the final link in verbose on my CM11A daemon: ---------------- c++ -O -pipe -Os -I/usr/local/include -DLATITUDE="47.7329" -DLONGITUDE="-117.5138" -o xtend++ main.o x10.o attime.o tlexer.o altss.o atparse.o solar.o atmgr.o macmgr.o program.o SysLog.o timerep.o -ll -v Using builtin specs. gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release) /usr/libexec/elf/ld -m elf_i386 -dynamic-linker /usr/libexec/ld-elf.so.1 -o xtend++ /usr/lib/crt1.o /usr/lib/crti.o /usr/lib/crtbegin.o -L/usr/libdata/gcc -L/usr/libexec/elf -L/usr/libexec main.o x10.o attime.o tlexer.o altss.o atparse.o solar.o atmgr.o macmgr.o program.o SysLog.o timerep.o -ll -lstdc++ -lm /usr/lib/libgcc.a -lc /usr/lib/libgcc.a /usr/lib/crtend.o /usr/lib/crtn.o /usr/lib/libstdc++.so: undefined reference to `filebuf virtual table' /usr/lib/libstdc++.so: undefined reference to `stdiobuf virtual table' *** Error code 1 ---------------- -- Keith Walker, Spokane, WA FreeBSD 4.0-CURRENT (ASUS) #35: Mon Apr 19 20:48:32 PDT 1999 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message