From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27809 invoked by alias); 11 Oct 2002 17:35:47 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 27799 invoked from network); 11 Oct 2002 17:35:45 -0000 Received: from unknown (HELO fencepost.gnu.org) (199.232.76.164) by sources.redhat.com with SMTP; 11 Oct 2002 17:35:45 -0000 Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.10) id 1803hR-0001An-00 for gcc@gnu.org; Fri, 11 Oct 2002 13:35:45 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 1803gt-0006L0-00 for gcc@gnu.org; Fri, 11 Oct 2002 13:35:17 -0400 Received: from mail-out1.apple.com ([17.254.0.52]) by monty-python.gnu.org with esmtp (Exim 4.10) id 1803gr-0006EH-00 for gcc@gnu.org; Fri, 11 Oct 2002 13:35:09 -0400 Received: from mailgate2.apple.com (A17-129-100-225.apple.com [17.129.100.225]) by mail-out1.apple.com (8.11.3/8.11.3) with ESMTP id g9BHZ8i12647 for ; Fri, 11 Oct 2002 10:35:08 -0700 (PDT) Received: from scv2.apple.com (scv2.apple.com) by mailgate2.apple.com (Content Technologies SMTPRS 4.2.1) with ESMTP id ; Fri, 11 Oct 2002 10:35:07 -0700 Received: from apple.com (mrs.apple.com [17.201.24.155]) by scv2.apple.com (8.11.3/8.11.3) with ESMTP id g9BHZ6V07772; Fri, 11 Oct 2002 10:35:06 -0700 (PDT) Date: Fri, 11 Oct 2002 11:19:00 -0000 Subject: Re: GCC Installation Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v546) Cc: gcc@gnu.org To: Mini_Thyagarajan@hill-rom.com From: Mike Stump In-Reply-To: Message-Id: Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-7.0 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT, SPAM_PHRASE_01_02,USER_AGENT_APPLEMAIL version=2.41 X-Spam-Level: X-SW-Source: 2002-10/txt/msg00611.txt.bz2 Please see the www.cygwin.com site. I suspect you'll get a faster answer asking on the cygwin mailing list. On Friday, October 11, 2002, at 08:11 AM, Mini_Thyagarajan@hill-rom.com wrote: > I recently installed gcc in my machine. I've got all the exe's > and > cygwin.dll in the folder D:\program > files\gnu\arm\arm-unknownn-elf\bin. I > wrote a Hello.c program which resides in the same directory. When I > tried > to compile the program using 'gcc hello.c' command, I got the following > error. > gcc: Installation problem, cannot exec "cpp0": no such file or > directory. > I couldn't figure that out. What does that mean? What is the > solution?