Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>,
	<http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Message-ID: <37C0979F.3FB8C6F9@earthlink.net>
Date: Sun, 22 Aug 1999 17:36:47 -0700
From: "Kevin L. McWhirter" <klmcw@earthlink.net>
X-Mailer: Mozilla 4.61 [en] (WinNT; U)
X-Accept-Language: en
MIME-Version: 1.0
To: Franklin Wingate <maurio@csh.rit.edu>,
        cygwin list <cygwin@sourceware.cygnus.com>
Subject: Re: gcc executable
References: <Pine.OSF.4.05.9908222015060.4416-100000@gibson.csh.rit.edu>
Content-Type: multipart/alternative;
 boundary="------------B53FE4C0D2FADDB7A2C94371"

--------------B53FE4C0D2FADDB7A2C94371
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

try executing
# ./file.exe

or make sure that '.' is in your PATH:
# export PATH=:.:$PATH

Kevin

Franklin Wingate wrote:

> after compiling and linking a c++ file into an executable i get an a
> file.exe but when i type the name of the file in cygwin, i get command not
> found, what am i doing wrong?
>
> -frank
>
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com

--------------B53FE4C0D2FADDB7A2C94371
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
try executing
<br><tt># ./file.exe</tt>
<p>or make sure that '.' is in your PATH:
<br># <tt>export PATH=:.:$PATH</tt>
<p>Kevin
<p>Franklin Wingate wrote:
<blockquote TYPE=CITE>after compiling and linking a c++ file into an executable
i get an a
<br>file.exe but when i type the name of the file in cygwin, i get command
not
<br>found, what am i doing wrong?
<p>-frank
<p>--
<br>Want to unsubscribe from this list?
<br>Send a message to cygwin-unsubscribe@sourceware.cygnus.com</blockquote>
</html>

--------------B53FE4C0D2FADDB7A2C94371--

