Date: Sat, 10 Feb 2001 08:53:26 -0800 From: Jordan Hubbard <jkh@winston.osd.bsdi.com> To: John Wilson <john_wilson100@excite.com> Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: operator new with C++ and pthreads Message-ID: <28651.981824006@winston.osd.bsdi.com> In-Reply-To: Message from John Wilson <john_wilson100@excite.com> of "Fri, 09 Feb 2001 22:21:54 PST." <22547061.981786114631.JavaMail.imail@pugsly.excite.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> but gcc (g++) doesn't seem to want to link them in, and uses its own > __builtin_new and __builtin_delete instead. You need to compile everything with -fno-builtin so that g++ won't try to use its own versions but yours instead. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?28651.981824006>