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 majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message