Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <37C0979F.3FB8C6F9@earthlink.net> Date: Sun, 22 Aug 1999 17:36:47 -0700 From: "Kevin L. McWhirter" X-Mailer: Mozilla 4.61 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Franklin Wingate , cygwin list Subject: Re: gcc executable References: 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 AT sourceware DOT cygnus DOT com --------------B53FE4C0D2FADDB7A2C94371 Content-Type: text/html; 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 AT sourceware DOT cygnus DOT com

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