From owner-freebsd-current Wed Jun 19 16:33:27 2002 Delivered-To: freebsd-current@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 20BDD37B406 for ; Wed, 19 Jun 2002 16:33:22 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g5JNXLP8052179; Wed, 19 Jun 2002 16:33:21 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.4/8.12.3/Submit) id g5JNXLBq052178; Wed, 19 Jun 2002 16:33:21 -0700 (PDT) Date: Wed, 19 Jun 2002 16:33:21 -0700 From: "David O'Brien" To: Claus Guttesen Cc: freebsd-current@freebsd.org Subject: Re: error in ncurses in 'make buildworld' Message-ID: <20020619163321.A48809@dragon.nuxi.com> Reply-To: freebsd-current@freebsd.org References: <20020619224112.85721.qmail@web14107.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020619224112.85721.qmail@web14107.mail.yahoo.com>; from cguttesen@yahoo.dk on Thu, Jun 20, 2002 at 12:41:12AM +0200 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Jun 20, 2002 at 12:41:12AM +0200, Claus Guttesen wrote: > While doing 'make buildworld' it stops at > contrib/ncurses. > > The error I get is (first two lines) > ../objects/demo.o: In function > `TestApplication::run()': > ../objects/demo.o(.text+0x149): undefined reference to > `operator new(unsigned)' > > Last four lines: > ../lib/libncurses++.a(cursesmain.o)(.eh_frame+0x11): You are doing something very wrong. We don't build libncurses++.a anywhere that I can find. > undefined reference to `__gxx_personality_v0' > *** Error code 1 > > Stop in /usr/src/contrib/ncurses/c++. > *** Error code 1 Nor should make be down in src/contrib To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message