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, Inc

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ühler

cannot exec `cc1': No such file or directory

2002-10-16 Thread skyper
Hi, after updating to the latest 3.2 (from 8h ago) i get the above error message. Should gcc find in /usr/lib/gcc-lib/arch whateverversion/cc1 on his own? sample line: gcc -mno-cygwin -o hello.exe hello.c Also does not find his crt2.o and crtbegin.o etc. (gcc invokes: ld -Bdynamic -o

Re: cannot exec `cc1': No such file or directory

2002-10-16 Thread Christopher Faylor
On Wed, Oct 16, 2002 at 09:00:59AM +, skyper wrote: Hi, after updating to the latest 3.2 (from 8h ago) i get the above error message. Should gcc find in /usr/lib/gcc-lib/arch whateverversion/cc1 on his own? sample line: gcc -mno-cygwin -o hello.exe hello.c Also does not find his crt2.o

Re: cannot exec `cc1': No such file or directory

2002-10-16 Thread skyper
On Wed, Oct 16, 2002 at 11:39:15AM -0400, Christopher Faylor wrote: On Wed, Oct 16, 2002 at 09:00:59AM +, skyper wrote: Hi, after updating to the latest 3.2 (from 8h ago) i get the above error message. Should gcc find in /usr/lib/gcc-lib/arch whateverversion/cc1 on his own?

Re: cannot exec `cc1': No such file or directory

2002-10-16 Thread Christopher Faylor
On Wed, Oct 16, 2002 at 05:10:03PM +, skyper wrote: On Wed, Oct 16, 2002 at 11:39:15AM -0400, Christopher Faylor wrote: Please send the output of 'cygcheck -r -s -v' as an attachment to this mailing list. here we go... That helped. You need to download the gcc-mingw package. I thought