This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gcc_Problem


On Sat, 28 Jul 2001, [iso-8859-1] Mr.Serkan Gumusbicak wrote:

> Hi,
> I'm wandering I've just installed cygwin DLL 1.3.2
> release. I tried to compile a c program using gcc and
> it compiled it but the problem is the produced output
> of the execute file is not working.
> I've done this
> 
> $gcc -o filec cfile.c
> $filec
> BASH: filec: command not found

Try
./filec
instead

Carl
-- 
http://www.mp3.com/one-trickpony/


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]