Re: gcc: installation problem, cannot exec 'cc1'

2007-01-13 Thread Igor Peshansky
Ugh, top-posting... Reformatted. On Sat, 13 Jan 2007, Thomas Antony wrote: > On 1/13/07, Dave Korn <[EMAIL PROTECTED]> wrote: . Thanks. > > [snip] > > It would be helpful if you could run "cygcheck -c >a.txt" before doing so, > > "cygcheck -c >b.tx

Re: gcc: installation problem, cannot exec 'cc1'

2007-01-13 Thread Thomas Antony
... Nop. [EMAIL PROTECTED] ~ $ grep 'gcc\|mingw\|w32api' a.txt b.txt a.txt:gcc 3.4.4-3OK a.txt:gcc-core 3.4.4-3OK a.txt:gcc-g++ 3.4.4-3OK a.txt:gcc-mingw20040810-1 OK a.txt:gcc-mingw-core 20050

RE: gcc: installation problem, cannot exec 'cc1'

2007-01-13 Thread Dave Korn
On 13 January 2007 11:26, Thomas Antony wrote: > Hello, >The file crt2.o is present in /usr/lib/mingw. But the error remains > the same. > > [EMAIL PROTECTED] ~ > $ gcc -mno-cygwin hello.c > /usr/bin/ld: crt2.o: No such file: No such file or directory > collect2: ld returned 1 exit status >

Re: gcc: installation problem, cannot exec 'cc1'

2007-01-13 Thread Thomas Antony
Hello, The file crt2.o is present in /usr/lib/mingw. But the error remains the same. [EMAIL PROTECTED] ~ $ gcc -mno-cygwin hello.c /usr/bin/ld: crt2.o: No such file: No such file or directory collect2: ld returned 1 exit status I also found that I get another error if I compile the program fro

Re: gcc: installation problem, cannot exec 'cc1'

2007-01-12 Thread Larry Hall (Cygwin)
Thomas Antony wrote: Hello, Come to think of it, I had removed the read only stuff when it drove me nuts with silly errors when I tried to delete or move files. But not on C drive. Anyway, I removed those links using the script you said and reinstalled. Now ls lists them correctly $ ls -l /us

Re: gcc: installation problem, cannot exec 'cc1'

2007-01-11 Thread Thomas Antony
Hello, Come to think of it, I had removed the read only stuff when it drove me nuts with silly errors when I tried to delete or move files. But not on C drive. Anyway, I removed those links using the script you said and reinstalled. Now ls lists them correctly $ ls -l /usr/lib/gcc/i686-pc-ming

RE: gcc: installation problem, cannot exec 'cc1'

2007-01-11 Thread Dave Korn
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/ >>

Re: gcc: installation problem, cannot exec 'cc1'

2007-01-11 Thread Brian Dessent
Thomas Antony wrote: > $ 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 41

Re: gcc: installation problem, cannot exec 'cc1'

2007-01-11 Thread Larry Hall (Cygwin)
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

Re: gcc: installation problem, cannot exec 'cc1'

2007-01-11 Thread Thomas Antony
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.e

Re: gcc: installation problem, cannot exec 'cc1'

2007-01-11 Thread Brian Dessent
an into this error. > > $ gcc -mno-cygwin -o hello hello.c > gcc: installation problem, cannot exec 'cc1': No such file or directory > > I see that it occurs only when I use the -mno-cygwin option. I > searched google. I found I have to install gcc-mingw package. I > i

Re: gcc: installation problem, cannot exec 'cc1'

2007-01-11 Thread Larry Hall (Cygwin)
error. $ gcc -mno-cygwin -o hello hello.c gcc: installation problem, cannot exec 'cc1': No such file or directory I see that it occurs only when I use the -mno-cygwin option. I searched google. I found I have to install gcc-mingw package. I installed it. But the problem still prevails.

gcc: installation problem, cannot exec 'cc1'

2007-01-11 Thread Thomas Antony
-cygwin -o hello hello.c gcc: installation problem, cannot exec 'cc1': No such file or directory I see that it occurs only when I use the -mno-cygwin option. I searched google. I found I have to install gcc-mingw package. I installed it. But the problem still prevails. I also see that there

Re: gcc doesn't work: "gcc: installation problem, cannot exec `cc1': No such file or directory"

2003-02-14 Thread Joe Buehler
Niemann Hartmut wrote: I installed the cygwin environment 1.3.20-1 including gcc on a Win2000 PC, and gcc does not work: $ gcc hello.c -lm gcc: installation problem, cannot exec `cc1': No such file or directory I had a similar problem recently that was cured by a reinstall. -- Josef B

gcc doesn't work: "gcc: installation problem, cannot exec `cc1': No such file or directory"

2003-02-14 Thread Niemann Hartmut
Hello! I installed the cygwin environment 1.3.20-1 including gcc on a Win2000 PC, and gcc does not work: $ gcc hello.c -lm gcc: installation problem, cannot exec `cc1': No such file or directory $ gcc --version gcc (GCC) 3.2 20020927 (prerelease) Copyright (C) 2002 Free Software Foundation