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
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
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
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
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
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 .
6 matches
Mail list logo