X-Spam-Check-By: sourceware.org Message-ID: <45A6FD97.1090904@cygwin.com> Date: Thu, 11 Jan 2007 22:16:39 -0500 From: "Larry Hall (Cygwin)" Reply-To: cygwin AT cygwin DOT com User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.9) Gecko/20061221 Fedora/1.5.0.9-1.fc4.remi Thunderbird/1.5.0.9 Mnenhy/0.7.4.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: gcc: installation problem, cannot exec 'cc1' References: <45A677F5 DOT 66B6DCE2 AT dessent DOT net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 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". They should show up as links. For example, 'ls -l cc1' should result in: lrwxr-xr--+ 1 Tom Users 547 Jan 6 20:44 cc1 -> ../../i686-pc-cygwin/3.4.4/cc1 If the problem is the links, you can remove them and recreate them manually if you'd rather not re-install. If the problem is you're using the wrong 'ls', get it and any other look-alike utilities out of your path and make sure Cygwin's are in your path. That should help. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 _____________________________________________________________________ A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting annoying in email? -- 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/