Re: cannot run gcc

2003-02-04 Thread Max Bowsher
Alex Torkhov wrote: > I installed latest cygwin. > When I run gcc, > I get dialog with missing function cygwin1.dll:putc_unlocked() You are not using the latest cygwin package. Update. Max. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.

cannot run gcc

2003-02-04 Thread Alex Torkhov
Hi! I installed latest cygwin. When I run gcc, I get dialog with missing function cygwin1.dll:putc_unlocked() Any idea? Alex. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html

Re: Cannot run gcc

2002-01-04 Thread Larry Hall (RFK Partners, Inc)
At 01:12 PM 1/4/2002, [EMAIL PROTECTED] wrote: >After a net install of cygwin I cannot run gcc. I installed all packages. > >When I do: > > gcc > >I get: > > bash: gcc: command not found > >When I do: > > find / gcc > >I get: > > /usr

Cannot run gcc

2002-01-04 Thread norm
After a net install of cygwin I cannot run gcc. I installed all packages. When I do: gcc I get: bash: gcc: command not found When I do: find / gcc I get: /usr/src/gcc-2.95.3-5/gcc which is a directory. When I do: find / '*gcc*': I get a list of 46 files. I hav