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

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

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//cc1 > >on his own? > > > >sample

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//cc1 >on his own? > >sample line: >gcc -mno-cygwin -o hello.exe hello.c > >Also does not find his crt2.o and crtbegi

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//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 hello.exe crt2.o crtbegin.o .