From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23900 invoked by alias); 29 Oct 2002 21:57:03 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 23878 invoked from network); 29 Oct 2002 21:57:03 -0000 Received: from unknown (HELO hotmail.com) (64.4.19.29) by sources.redhat.com with SMTP; 29 Oct 2002 21:57:03 -0000 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 29 Oct 2002 13:57:03 -0800 Received: from 195.92.67.69 by lw12fd.law12.hotmail.msn.com with HTTP; Tue, 29 Oct 2002 21:57:02 GMT X-Originating-IP: [195.92.67.69] From: "Elfyn McBratney" To: jblazi@gmx.de Cc: cygwin@cygwin.com Bcc: Subject: Re: Cannot compile my first Cygwin program Date: Tue, 29 Oct 2002 15:40:00 -0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 29 Oct 2002 21:57:03.0026 (UTC) FILETIME=[1D201920:01C27F96] X-SW-Source: 2002-10/txt/msg01803.txt.bz2 > >I am trying to compile my first cygwin application. Here is my command >line: > >gcc -I /cygwin/usr/include/sys test.c -o test.exe Try this instead: gcc -I/cygwin/usr/include test.c -o test.exe or gcc test.c -o test.exe -I/cygwin/usr/include (by the way you don't need to add the .exe on the exec filename. and just out of curiousity do you mean / instead of /cygwin?) Its more easier this way > >and I get the error message > >gcc: installation problem, cannot exec 'cc1.plus': No such file or >directory Dont know what the hell that means, can you post your source code? > >Can anybody help me? > >TIA, >-- >Janos Blazi > > >-- >Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple >Bug reporting: http://cygwin.com/bugs.html >Documentation: http://cygwin.com/docs.html >FAQ: http://cygwin.com/faq/ _________________________________________________________________ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/