Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <003601c27f95$55ad4a70$78d96f83@pomello> From: "Max Bowsher" To: "jblazi" , References: <200210292241 DOT 09206 DOT jblazi AT gmx DOT de> Subject: Re: Cannot compile my first Cygwin program Date: Tue, 29 Oct 2002 21:51:28 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 jblazi wrote: > 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 > > and I get the error message > > gcc: installation problem, cannot exec 'cc1.plus': No such file or > directory > > Can anybody help me? You really don't give very much information. Plus, that isn't the exact error message. Its always better to copy and paste than to retype. The '-I /cygwin/usr/include/sys' option is very odd. You should remove it. It's probably worth reinstalling the gcc package (Just click the twisty icon in setup until it says Reinstall.) If that doesn't work, then here is how to give some more information about the problem: Send the output of the command "cygcheck -svr" to the list (in an attachment, preferably). Also send the output of "ls -l /usr/lib/gcc-lib/i686-pc-cygwin/*". Hint: you can just do "ls -l /usr/lib/gcc-lib/i686-pc-cygwin/* > /dev/clipboard", and then hit paste in your mail program. Max. -- 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/