| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT 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 AT yahoo DOT com DOT au> |
| Subject: | Re: GCC and C program use help |
| To: | cygwin AT cygwin DOT com |
| MIME-Version: | 1.0 |
| Message-ID: | <104657.42975.qm@web50804.mail.re2.yahoo.com> |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id lA36rHbp006198 |
> From: madskier8806 <madskier8806 AT gmail DOT 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |