Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Apr 1999 07:49:28 -0700
From:      Keith Walker <kew@timesink.spk.wa.us>
To:        freebsd-ports@FreeBSD.ORG
Subject:   libstdc++ progs now dead [was: blackbox doesn't...]
Message-ID:  <37271FF8.5EA8599E@timesink.spk.wa.us>
References:  <19990428130209.A2030@myhakas.matti.ee>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37271FF8.5EA8599E>