X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
X-YMail-OSG: JgZ7wSYVM1lbjeVKN5vj0obp_N6tNKz6BDg57qbfrgNtrafMS52VIJ_sbirjgXz2MkGWmBcn6aFO2saSlBfB4ZbLwZpGotCZAGqwrrzXQug8plcVVWiuDn5Xmx3Nq8lkwSwbmeYC89kdd6Gq960D53.9dA--
X-Mailer: YahooMailRC/818.15 YahooMailWebService/0.7.152
Date: Fri, 2 Nov 2007 23:53:06 -0700 (PDT)
From: Mark Rutten <markgrutten@yahoo.com.au>
Subject: Re: GCC and C program use help
To: cygwin@cygwin.com
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Message-ID: <104657.42975.qm@web50804.mail.re2.yahoo.com>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id lA36rHbp006198

> From: madskier8806 <madskier8806@gmail.com>
> Sent: Saturday, 3 November, 2007 5:06:35 PM
> 
> it compiles correctly, then I try what normally works on my normal UNIX
> system
> $ project1
> and I get an error 
> bash: project1:command not found.
> 

I think you'll find that the problem is that you're current directory ('.') isn't in your path by default.  So you could try
$ ./project1

or add . to your path.


      
National Bingo Night. Play along for the chance to win $10,000 every week. Download your gamecard now at Yahoo!7 TV. http://au.blogs.yahoo.com/national-bingo-night/



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


