From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "d.henman" Newsgroups: gmane.emacs.devel Subject: Re: Failure in building Emacs 23.0.50 on Cygwin Date: Sat, 01 Sep 2007 09:19:56 +0900 Message-ID: <20070901091956.1876@blackhawk> References: NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1188605817 21477 80.91.229.12 (1 Sep 2007 00:16:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 1 Sep 2007 00:16:57 +0000 (UTC) To: Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 01 02:16:54 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IRGfS-0001dJ-S2 for ged-emacs-devel@m.gmane.org; Sat, 01 Sep 2007 02:16:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IRGfS-0008BM-1V for ged-emacs-devel@m.gmane.org; Fri, 31 Aug 2007 20:16:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IRGfO-0008Av-JE for emacs-devel@gnu.org; Fri, 31 Aug 2007 20:16:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IRGfN-0008A1-5y for emacs-devel@gnu.org; Fri, 31 Aug 2007 20:16:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IRGfN-00089y-2V for emacs-devel@gnu.org; Fri, 31 Aug 2007 20:16:45 -0400 Original-Received: from mail2.asahi-net.or.jp ([202.224.39.198] helo=mail.asahi-net.or.jp) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IRGfM-0004TB-Lw for emacs-devel@gnu.org; Fri, 31 Aug 2007 20:16:44 -0400 Original-Received: from blackhawk (p046236.ppp.asahi-net.or.jp [221.113.46.236]) by mail.asahi-net.or.jp (Postfix) with ESMTP id 035ED107BB1 for ; Sat, 1 Sep 2007 09:16:41 +0900 (JST) In-reply-to: Your message of Thu, 30 Aug 2007 01:51:16 +0200 X-Mailer: MH-E 8.0.3; GNU Mailutils 1.2.1; GNU Emacs 22.1.50 X-Detected-Kernel: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:77517 Archived-At: I confirm that I too, encounter the same problem reported by Angelo on cygwin > term.o: In function `dissociate_if_controlling_tty': > /tmp/emacs/src/term.c:3146: undefined reference to `_croak' I believe, the problem is that "croak" is not being properly defined in the "sysdep.c" file. It is only manifested when trying to compile term.c which refers to croak. How should one define "croak" in sysdep.c for "i686-pc-cygwin" to test this? Ref: config.log:Target: i686-pc-cygwin Regards, darel henman