Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <010d01c07f75$02e9c5b0$f4230b3f@amr.corp.intel.com> From: "Tim Prince" To: "Ramesh.V" , References: <013801c07ff4$4d89d400$5f0219ac AT tcg DOT mitsumi DOT co DOT jp> Subject: Re: How to execute Date: Mon, 15 Jan 2001 20:30:07 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 If you are using the default naming conventions, and you have a .o file for your program, you must link it to make an executable e.g. 'gcc helloworld.o' That executable will not be in /usr/bin unless you copy it there; by default, it would be in your current directory; by default, in cygwin, it's named a.exe, and may be executed by typing ./a or ./a.exe ----- Original Message ----- From: "Ramesh.V" To: Sent: Tuesday, January 16, 2001 11:41 AM Subject: How to execute > Hi all, > > Iam new to cygwin . Iam able to compile a simple program hellowold.c but = > when i try to execute helloworld.o from my home directory , the = > following message is observed : BASH : /usr/bin/helloworld.o: No such = > file or directory.=20 > > Can any body kindly tell me how to execute any program/ where can i find = > more info. > > Thanks in advance. > > Ramesh. > > > > > > -- > Want to unsubscribe from this list? > Check out: http://cygwin.com/ml/#unsubscribe-simple > -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple