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: Fri, 7 Mar 2003 11:44:35 -0500 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: 1.3.20 gcc cannot exec cc1 update Message-ID: <20030307164434.GC21413@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.1i On Fri, Mar 07, 2003 at 01:23:22PM +0100, Michael Graff Andersen wrote: >Hello > >I have made a little progress, I found mail about a problem similar to >mine > >The solution was: >chmod a+x /bin >chmod a+x /lib/gcc-lib/i686-pc-cygwin/3.2/ > >now I get >gcc hello.c -o hello >/usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../../i686-pc-cygwin/bin/ld: >cannot open crt0.o: No such file or directorycollect2: ld returned 1 exit >status > >Should ../../../../i686-pc-cygwin/bin/ld be /usr/bin/ld ? > >Any info/idea's will appreciated Perhaps if you'd read the man page for chmod, a solution would have presented itself to you. cd / chmod -R a+r . chmod -R a+x bin sbin usr/sbin usr/local/bin lib/gcc-lib/*.exe usr/X11R6/bin ^^ You apparently missed the "-R" part. cgf -- 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/