Date: Mon, 5 Apr 1999 12:59:31 -0700 From: "David O'Brien" <obrien@NUXI.com> To: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl> Cc: FreeBSD Current <current@FreeBSD.ORG> Subject: Re: C++ Message-ID: <19990405125931.F22022@nuxi.com> In-Reply-To: <XFMail.990405150653.asmodai@wxs.nl>; from Jeroen Ruigrok/Asmodai on Mon, Apr 05, 1999 at 03:06:53PM %2B0200 References: <XFMail.990405150653.asmodai@wxs.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
> configure:1333: c++ -o conftest conftest.C 1>&5 > /usr/lib/libstdc++.so: undefined reference to `filebuf virtual table' > /usr/lib/libstdc++.so: undefined reference to `stdiobuf virtual table' Some people are getting these errors, but I'm not sure why. It comes from not compiling the compiler and C++ libs with the same ``#define DEFAULT_VTABLE_THUNKS'' value. There may have been a short time window when all the bits were not in sync. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) 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?19990405125931.F22022>