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 Date: Wed, 25 Jun 2003 08:02:08 +0100 From: Elfyn McBratney X-X-Sender: elfyn AT ellixia Reply-To: cygwin AT cygwin DOT com To: Arvind Raman cc: cygwin AT cygwin DOT com Subject: Re: C compiler cannot create executables In-Reply-To: <20030625032305.70201.qmail@web40801.mail.yahoo.com> Message-ID: References: <20030625032305 DOT 70201 DOT qmail AT web40801 DOT mail DOT yahoo DOT com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 24 Jun 2003, Arvind Raman wrote: > Hi, > I am trying to compile the xvid distribution in the > cygwin shell on my windows 2k box. On doing so I am > getting the following error > configure: error: C compiler cannot create executables > which I see is troubling quite a few other people. > I browsed through the messages on the list, but could > not really find a fix to my problem. I have > uninstalled and installed cygwin many times, and that > too doesnt seem to solve the problem. > As was requested of others I am attaching the outputs > of my ./configure and cygcheck -svr. > Could you please help me figure out where the problem > could be. You have three options: 1) Upgrade Cygwin (which may help). We're currently at version 1.3.22 verging a 1.5.0 release. 2) Re-install the 'gcc' and/or 'gcc-mingw' package(s). Again..it may help. 3) Read `man chmod'... cd / chmod -R a+r . chmod -R a+x bin sbin usr/sbin usr/local/bin lib/gcc-lib/*.exe usr/X11R6/bin You might just need to `chmod u+rwx .' in your working directory, however. Elfyn -- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/