delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
Message-ID: | <013601c08813$59debe60$3c5350d8@terrapin.bluesguitar.org> |
From: | "Matthew Smith" <matts AT bluesguitar DOT org> |
To: | "Cygwin" <cygwin AT sources DOT redhat DOT com> |
References: | <3A724134 DOT C38B163F AT yahoo DOT com> |
Subject: | Re: Install under win98 |
Date: | Fri, 26 Jan 2001 21:43:45 -0600 |
MIME-Version: | 1.0 |
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 |
As far as the .bashrc, and .profile - just create them yourself. Bash won't run "a.exe" because you don't have "." in your path. You can cd to wherever the executable is, and type "./a.exe", or you can add "." to your path, with an entry like this in your .bashrc: export PATH=$PATH:. Generally, you want "." to be the last path in your search path, for security reasons. cheers, -Matt Smith > I'm installing using the 2.29 version of setup.exe after downloading the files > and having cygwin install from a local directory. I have let cygwin run the > install and after installing, I find that there is no .bashrc and no .profile in > the home directory or in any directory on my hard drive. Also, I create a > sample program (hello.c) and compile it (gcc hello.c) and get a.exe. When I try > to run a.exe, I get the following message: > BASH: a: command not found > -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |