www.delorie.com/archives/browse.cgi | search |
X-Spam-Check-By: | sourceware.org |
Message-ID: | <4642612E.F1914D13@dessent.net> |
Date: | Wed, 09 May 2007 17:02:54 -0700 |
From: | Brian Dessent <brian AT dessent DOT net> |
X-Mailer: | Mozilla 4.79 [en] (Windows NT 5.0; U) |
MIME-Version: | 1.0 |
To: | cygwin AT cygwin DOT com |
Subject: | Re: can not exec cc1.exe |
References: | <f1ti79$6rc$1 AT sea DOT gmane DOT org> |
X-IsSubscribed: | yes |
Reply-To: | cygwin AT cygwin DOT com |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/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 |
Jim Marshall wrote: > I have tried uninstalling and reinstalling the mingw packages with no > luck. The links "appear" ok in the mingw directory: > > /usr/i686-pc-mingw32 > $ ls > bin.lnk* include.lnk* lib.lnk* You've got something installed incorrectly then. If they are showing as .lnk files to ls then that means they have the incorrect attributes set and aren't being recognised as symlinks but instead regular files. These .lnk files should have the 'R' attribute and should appear as symlinks to ls, i.e. ls -l should show: lrwxrwxrwx 1 brian Users 21 Sep 22 2004 bin -> ../i686-pc-cygwin/bin/ lrwxrwxrwx 1 brian Users 16 Sep 22 2004 include -> ../include/mingw/ lrwxrwxrwx 1 brian Users 12 Sep 22 2004 lib -> ../lib/mingw/ If you had attached the requested cygcheck -srv output, I would be able to look and see what kind of filesystem you have your /usr on, and maybe that would have given more clues as to what's wrong here, but since you didn't, I can't. Brian -- 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |