| 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 |
| Date: | Fri, 7 Mar 2003 11:44:35 -0500 |
| From: | Christopher Faylor <cgf AT redhat DOT com> |
| 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: | <OFAA9ECAD3 DOT 6D8ECDE8-ONC1256CE2 DOT 00428E71-C1256CE2 DOT 0044146D AT dmdata DOT dk> |
| Mime-Version: | 1.0 |
| In-Reply-To: | <OFAA9ECAD3.6D8ECDE8-ONC1256CE2.00428E71-C1256CE2.0044146D@dmdata.dk> |
| 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |