delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
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" <maxb AT ukf DOT net> |
To: | "jblazi" <jblazi AT gmx DOT de>, <cygwin AT cygwin DOT com> |
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 |
X-Priority: | 3 |
X-MSMail-Priority: | Normal |
X-MimeOLE: | Produced By Microsoft MimeOLE V6.00.2800.1106 |
jblazi <jblazi AT gmx DOT de> 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |