Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Fri, 27 Jul 2001 19:48:50 +0100 (BST)
From: Carl Hetherington <cth@carlh.net>
X-Sender: cth103@glenlivet.ohm.york.ac.uk
To: "=?iso-8859-1?q?Mr.Serkan=20Gumusbicak?=" <gumusbicak@yahoo.com>
cc: cygwin@cygwin.com
Subject: Re: gcc_Problem
In-Reply-To: <20010727171232.55196.qmail@web13302.mail.yahoo.com>
Message-ID: <Pine.GSO.4.10.10107271948180.5342-100000@glenlivet.ohm.york.ac.uk>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

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/

