From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Siebinga" Newsgroups: gmane.emacs.devel Subject: fail current cvs build Date: Tue, 21 Jan 2003 13:19:49 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1043160314 8251 80.91.224.249 (21 Jan 2003 14:45:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 21 Jan 2003 14:45:14 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18azeL-00028q-00 for ; Tue, 21 Jan 2003 15:45:13 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18azpk-0003FB-00 for ; Tue, 21 Jan 2003 15:57:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18azZ0-000506-03 for emacs-devel@quimby.gnus.org; Tue, 21 Jan 2003 09:39:42 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18axO5-0006nG-00 for emacs-devel@gnu.org; Tue, 21 Jan 2003 07:20:17 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18axN9-0006as-00 for emacs-devel@gnu.org; Tue, 21 Jan 2003 07:19:36 -0500 Original-Received: from ns1.fa.knaw.nl ([194.171.192.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18axMf-0006TV-00 for emacs-devel@gnu.org; Tue, 21 Jan 2003 07:18:49 -0500 Original-Received: from fryske1.fa.knaw.nl (fryske1.fa.knaw.nl [194.171.192.19]) by ns1.fa.knaw.nl (8.9.3/8.9.3) with SMTP id OAA13591 for ; Tue, 21 Jan 2003 14:49:00 +0100 Original-Received: from FA-GWdomain-Message_Server by fryske1.fa.knaw.nl with Novell_GroupWise; Tue, 21 Jan 2003 13:20:17 +0100 X-Mailer: Novell GroupWise 5.5.5 Original-To: Content-Disposition: inline X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:10934 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10934 When I recently upgraded to from MAC OS X 10.2 to 10.2.3 my emacs app = failed to launch. So I updated my cvs version and tried to rebuild it. My = build failed with the following error messages.=20 ld: warning prebinding disabled because dependent library: /usr/local/lib/l= ibgcc.dylib is not prebound ld: warning multiple definitions of symbol _PC terminfo.o definition of _PC in section (__DATA,__common) /usr/lib/libncurses.dylib(lib_tputs.o) definition of _PC ld: warning multiple definitions of symbol _BC terminfo.o definition of _BC in section (__DATA,__common) /usr/lib/libncurses.dylib(lib_termcap.o) definition of _BC ld: warning multiple definitions of symbol _UP terminfo.o definition of _UP in section (__DATA,__common) /usr/lib/libncurses.dylib(lib_termcap.o) definition of _UP ld: Undefined symbols: restFP saveFP ___floatdidf make[1]: *** [temacs] Error 1 make: *** [bootstrap] Error 2 I use the december developer tools. Could somebody help me out?