From owner-freebsd-ports Wed Apr 28 7:49:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from phobos.walker.dom (pmd-17.ior.com [206.107.145.209]) by hub.freebsd.org (Postfix) with ESMTP id 7364214E34 for ; Wed, 28 Apr 1999 07:49:32 -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 HAA62528 for ; Wed, 28 Apr 1999 07:49:30 -0700 (PDT) (envelope-from kew@timesink.spk.wa.us) Message-ID: <37271FF8.5EA8599E@timesink.spk.wa.us> Date: Wed, 28 Apr 1999 07:49:28 -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-ports@FreeBSD.ORG Subject: libstdc++ progs now dead [was: blackbox doesn't...] References: <19990428130209.A2030@myhakas.matti.ee> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Vallo Kallaste wrote: > Hello ! > > Blackbox doesn't work after recent changes in current, it complains: > > /usr/libexec/ld-elf.so.1: /usr/lib/libstdc++.so.3: Undefined symbol "__vt_7filebuf" If you'll check, at least on my machine, *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. BTW, 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-ports" in the body of the message