From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5899 invoked by alias); 27 Feb 2010 21:18:32 -0000 Received: (qmail 5879 invoked by uid 22791); 27 Feb 2010 21:18:31 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mail-ew0-f209.google.com (HELO mail-ew0-f209.google.com) (209.85.219.209) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 27 Feb 2010 21:18:27 +0000 Received: by ewy1 with SMTP id 1so651104ewy.18 for ; Sat, 27 Feb 2010 13:18:24 -0800 (PST) Received: by 10.213.109.199 with SMTP id k7mr1380320ebp.66.1267305502915; Sat, 27 Feb 2010 13:18:22 -0800 (PST) Received: from ?192.168.2.99? (cpc2-cmbg8-0-0-cust61.cmbg.cable.ntl.com [82.6.108.62]) by mx.google.com with ESMTPS id 7sm5782536eyg.32.2010.02.27.13.18.20 (version=SSLv3 cipher=RC4-MD5); Sat, 27 Feb 2010 13:18:21 -0800 (PST) Message-ID: <4B89904F.60305@gmail.com> Date: Sat, 27 Feb 2010 21:18:00 -0000 From: Dave Korn User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: The Unusually Sensible Cygwin-Talk Maiming Lits Subject: Re: [OT] Re: question about cygwin package References: <203f8122bd16fb669eab1f46bb89a0e8@mail.smartmobili.com> In-Reply-To: <203f8122bd16fb669eab1f46bb89a0e8@mail.smartmobili.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-talk-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-talk-owner@cygwin.com Reply-To: The Vulgar and Unprofessional Cygwin-Talk List Mail-Followup-To: cygwin-talk@cygwin.com X-SW-Source: 2010-q1/txt/msg00049.txt.bz2 On 27/02/2010 20:48, Vincent Richomme wrote: >> Add '-v' to see how gcc is using relative paths to look for cc1.exe (and >> presumably failing). > $ gcc -v test.c > cc1 -quiet -v -iprefix Hmm, that means it has no idea at all where to find cc1. So take a look at what "gcc -print-search-dirs" says for "programs:". cheers, DaveK