From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: W32 version crashes on C-g Date: Fri, 17 Mar 2006 16:07:58 +0000 Message-ID: <441ADEDE.5040706@gnu.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1142611721 11348 80.91.229.2 (17 Mar 2006 16:08:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 17 Mar 2006 16:08:41 +0000 (UTC) Cc: Juanma Barranquero , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 17 17:08:37 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FKHV3-0001Pt-G1 for ged-emacs-devel@m.gmane.org; Fri, 17 Mar 2006 17:08:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FKHV2-0002Ok-Vk for ged-emacs-devel@m.gmane.org; Fri, 17 Mar 2006 11:08:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FKHUl-0002O3-4l for emacs-devel@gnu.org; Fri, 17 Mar 2006 11:08:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FKHUj-0002N7-Jh for emacs-devel@gnu.org; Fri, 17 Mar 2006 11:08:06 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FKHUj-0002Mt-8L for emacs-devel@gnu.org; Fri, 17 Mar 2006 11:08:05 -0500 Original-Received: from [213.86.207.50] (helo=exchange.integrasp.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FKHZd-00081V-Bs for emacs-devel@gnu.org; Fri, 17 Mar 2006 11:13:09 -0500 Original-Received: from ASSP-nospam (localhost [127.0.0.1]) by exchange.integrasp.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id HBW5BCH0; Fri, 17 Mar 2006 16:01:40 -0000 Original-Received: from 192.168.111.51 ([192.168.111.51] helo=[192.168.111.51]) by ASSP-nospam ; 17 Mar 06 16:01:40 -0000 User-Agent: Thunderbird 1.5 (Windows/20051201) Original-To: "Kim F. Storm" In-Reply-To: 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:51762 Archived-At: Kim F. Storm wrote: > Checking whether 'gcc' is available... > Checking whether gcc requires '-mno-cygwin'... > The system cannot find the file specified. > Checking whether W32 API headers are too old... > > C:\gnu\devel\nt>gcc -mno-cygwin -c junk.c > gcc: installation problem, cannot exec `cc1': No such file or directory > > Configure failed. > It seems your installation of gcc is incomplete. > Would someone like to work on a simple, step-by-step > guide for building this using ONE tool-kit (e.g. MinGW), > tell _exactly_ where to find the right versions of those tools, > libaries, etc. it would be nice. > The problem with putting such advice in INSTALL is that it quickly becomes out of date, as URLs change and the versions found on these third party sites are upgraded.