| delorie.com/archives/browse.cgi | search |
| X-Spam-Check-By: | sourceware.org |
| From: | "Dave Korn" <dave DOT korn AT artimi DOT com> |
| To: | <cygwin AT cygwin DOT com> |
| Subject: | RE: gcc: installation problem, cannot exec 'cc1' |
| Date: | Fri, 12 Jan 2007 03:33:27 -0000 |
| Message-ID: | <01e501c735fa$6de85fb0$a501a8c0@CAM.ARTIMI.COM> |
| MIME-Version: | 1.0 |
| X-Mailer: | Microsoft Office Outlook 11 |
| In-Reply-To: | <45A6FD97.1090904@cygwin.com> |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT 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 |
On 12 January 2007 03:17, Larry Hall (Cygwin) wrote:
> On 01/11/2007, Thomas Antony wrote:
>> Hello,
>> It still doesnt work. I reinstalled all the GCC and GCC-mingw
>> packages. The cc1.exe is present. But it still doesnt work.
>> Here is output of ls -l /usr/lib/gcc/i686-pc-mingw32/3.4.4/
>>
>> $ ls -l /usr/lib/gcc/i686-pc-mingw32/3.4.4/
>> total 1234
>> -rwxr-xr--+ 1 Tom Users 547 Jan 6 20:44 cc1.exe.lnk
>> -rwxr-xr--+ 1 Tom Users 567 Jan 6 20:44 cc1plus.exe.lnk
>> -rwxr-xr--+ 1 Tom Users 573 Jan 6 20:44 collect2.exe.lnk
>> -rwx------+ 1 Tom None 412 May 24 2005 crtbegin.o
>> -rwx------+ 1 Tom None 492 May 24 2005 crtend.o
>> drwxrwxr--+ 2 Tom Users 0 Jan 12 08:18 debug
>> drwxrwxr--+ 3 Tom Users 0 Jan 12 08:18 include
>> drwxrwxr--+ 3 Tom Users 0 Jan 12 08:18 install-tools
>> -rwx------+ 1 Tom None 52594 May 24 2005 libgcc.a
>> -rwx------+ 1 Tom None 9772 May 24 2005 libgcov.a
>> -rwx------+ 1 Tom None 1063604 May 24 2005 libstdc++.a
>> -rwx------+ 1 Tom None 685 May 24 2005 libstdc++.la
>> -rwx------+ 1 Tom None 116074 May 24 2005 libsupc++.a
>> -rwx------+ 1 Tom None 685 May 24 2005 libsupc++.la
>> -rwxr-xr--+ 1 Tom Users 537 Jan 6 20:44 specs.lnk
>
> All your links have been incorrectly created or you're not using Cygwin's
> "ls".
Or he used windows explorer to recursively adjust the file attributes for
the whole tree, perhaps in an attempt to turn off the R/O flag. That turns
link files into .lnk files automanglicly. This /might/ just help:
cd /usr/lib/gcc/i686-pc-mingw32/3.4.4/
attrib +R '*.lnk'
cheers,
DaveK
--
Can't think of a witty .sigline today....
--
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 |