Re: newbie question about using gcc in cygwin

2005-01-07 Thread Larry Hall
At 02:42 AM 1/7/2005, you wrote: >Hi all: > I want to know how to compile a program in cygwin using gcc. > Here is my instance: > 1>I install cygwin in c:/cygwin > 2>I wrote a piece of code named test.c in E:/prog/test/test.c. > AND suppose the program just prin

newbie question about using gcc in cygwin

2005-01-07 Thread Emerson
Hi all: I want to know how to compile a program in cygwin using gcc. Here is my instance: 1>I install cygwin in c:/cygwin 2>I wrote a piece of code named test.c in E:/prog/test/test.c. AND suppose the program just printf "hello". How can i com