From owner-freebsd-hackers Sat Feb 10 8:53:57 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from winston.osd.bsdi.com (winston.osd.bsdi.com [204.216.27.229]) by hub.freebsd.org (Postfix) with ESMTP id 4C34D37B491 for ; Sat, 10 Feb 2001 08:53:40 -0800 (PST) Received: from winston.osd.bsdi.com (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.2/8.11.1) with ESMTP id f1AGrQV28655; Sat, 10 Feb 2001 08:53:26 -0800 (PST) (envelope-from jkh@winston.osd.bsdi.com) To: John Wilson Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: operator new with C++ and pthreads In-Reply-To: Message from John Wilson of "Fri, 09 Feb 2001 22:21:54 PST." <22547061.981786114631.JavaMail.imail@pugsly.excite.com> Date: Sat, 10 Feb 2001 08:53:26 -0800 Message-ID: <28651.981824006@winston.osd.bsdi.com> From: Jordan Hubbard Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 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