Date: Wed, 28 Apr 1999 20:59:22 -0500 (CDT) From: Steve Price <sprice@hiwaay.net> To: obrien@NUXI.com Cc: Keith Walker <kew@timesink.spk.wa.us>, freebsd-current@FreeBSD.ORG Subject: Re: Progs linked against libstdc++ dead... Message-ID: <Pine.OSF.4.10.9904282057360.3067-100000@fly.HiWAAY.net> In-Reply-To: <19990428185427.B77865@nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 28 Apr 1999, David O'Brien wrote:
# > /usr/libexec/ld-elf.so.1: /usr/lib/libstdc++.so.3: Undefined
# > symbol "__vt_7filebuf"
#
# I'm rather tied up until Sunday. So it will be few days unti I can
# really take a look at this. Until then, patches gladly accepted.
Remember you asked. :-)
Index: freebsd.h
===================================================================
RCS file: /home/ncvs/src/contrib/egcs/gcc/config/freebsd.h,v
retrieving revision 1.9
retrieving revision 1.8
diff -u -r1.9 -r1.8
--- freebsd.h 1999/04/27 15:43:56 1.9
+++ freebsd.h 1999/04/22 17:45:01 1.8
@@ -89,10 +89,9 @@
libraries compiled with the native cc. */
#undef NO_DOLLAR_IN_LABEL
-/* Wait until EGCS 1.2 to use more efficient ``thunks'' to implement
- C++ vtables. */
+/* Use more efficient ``thunks'' to implement C++ vtables. */
#undef DEFAULT_VTABLE_THUNKS
-#define DEFAULT_VTABLE_THUNKS 0
+#define DEFAULT_VTABLE_THUNKS 1
/* Miscellaneous parameters. */
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?Pine.OSF.4.10.9904282057360.3067-100000>
