Re: gcc doesn't work but seemed to install fine...

2002-09-24 Thread Igor Pechtchanski
On Mon, 23 Sep 2002, Betty Cheung wrote: Hi, all, I installed cygwin 1.3.1 whole package on my PC with windows XP from download.com as instructed and started cygwin from my desktop. But when I compile a c program: gcc try.c -o try.exe, I got bash: gcc: command not found, then I typed

RE: gcc doesn't work but seemed to install fine...

2002-09-24 Thread Barry Buchbinder
download.com just points to setup.exe on the cygwin home page so what she got was up to date but incomplete. Betty didn't see the instructions for how to install so didn't install gcc and man, as neither gcc nor man are part of the base install. Betty should see the the installation

RE: gcc doesn't work but seemed to install fine...

2002-09-24 Thread Igor Pechtchanski
Oh, didn't know that about download.com. What threw me off was the subject -- one can read it as gcc installed fine, so I assumed she actually explicitly installed gcc... My bad. Igor On Tue, 24 Sep 2002, Barry Buchbinder wrote: download.com just points to setup.exe on the cygwin

RE: gcc doesn't work but seemed to install fine...

2002-09-24 Thread Barry Buchbinder
I didn't know that about download.com either. I was interested in seeing if they supplied source so I looked and that was what I found. - Barry --- Igor Pechtchanski [EMAIL PROTECTED] wrote: Oh, didn't know that about download.com. What threw me off was the subject -- one can read it as

gcc doesn't work but seemed to install fine...

2002-09-23 Thread Betty Cheung
Hi, all, I installed cygwin 1.3.1 whole package on my PC with windows XP from download.com as instructed and started cygwin from my desktop. But when I compile a c program: gcc try.c -o try.exe, I got bash: gcc: command not found, then I typed 'man gcc' I got bash: man: command not found.

gcc doesn't work but seemed to install fine...

2002-09-22 Thread Ed
Hello all, I just used the cygwin setup program to install gcc on my d: drive on my windows 2000 professional pc. The install seemed to go fine. From the command line I can get the version of gcc: bash.exe-2.02$ gcc -v Using builtin specs. gcc version egcs-2.91.57 19980901 (egcs-1.1 release)

Re: gcc doesn't work but seemed to install fine...

2002-09-22 Thread Michael A Chase
On 22 Sep 2002 20:53:57 -0600 Ed [EMAIL PROTECTED] wrote: I just used the cygwin setup program to install gcc on my d: drive on my windows 2000 professional pc. The install seemed to go fine. From the command line I can get the version of gcc: bash.exe-2.02$ gcc -v Using builtin specs.