Date: Wed, 28 Apr 1999 08:41:53 -0700 From: Keith Walker <kew@timesink.spk.wa.us> To: freebsd-current@freebsd.org Subject: Progs linked against libstdc++ dead... Message-ID: <37272C41.6F889B3E@timesink.spk.wa.us>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37272C41.6F889B3E>