public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Csaba Raduly <rcsaba@gmail.com>
To: cygwin@cygwin.com
Cc: Gary Furash <furashgary@gmail.com>
Subject: Re: Preferred path setup for cygwin
Date: Thu, 31 Mar 2011 19:54:00 -0000	[thread overview]
Message-ID: <AANLkTine1m5A1A_ur7GTwuLJ9q==Kx0o4Hbvpc02wEA3@mail.gmail.com> (raw)
In-Reply-To: <00c101cbefcb$f3b38860$db1a9920$@com>

Hi Gary,

On Thu, Mar 31, 2011 at 7:49 PM, Gary Furash  wrote:
> For cygwin to work best, should your $PATH be something like:
>
>        [STANDARD WINDOWS PATH]:[CYGWIN PATHS (e.g., usr/bin])
>
> Along with some aliases that ensure that cygwin uses the CYGWIN rather than
> the WINDOWS versions of same named programs (e.g., "find")
>
> OR
>
>        [CYGWIN PATHS]:[STANDARD WINDOWS PATHS]

If you want to use Cygwin, it's probably best to keep the Cygwin paths
at the front. The Cygwin installer sets up Bash to do this
automagically: the Windows PATH is imported and transformed into POSIX
path by cygwin.dll (this happens for every Cygwin program), then
/etc/profile prepends the necessary directories ( /usr/local/bin,
/usr/bin, /bin ) to $PATH. Other shells might do similar things.

IMO, the problem with aliases is that they create an illusion, which
can lead to surprises if a Windows program with the same name as a
Cygwin program ever appears in the Windows search path.
At my workplace, we have such occasional surprises caused by ClearCase
and its hostinfo program, which every now and then gets executed by a
configure script (Cygwin does not have hostinfo, so the effect is the
same as if the ClearCase program directory was ahead of Cygwin's).

It is possible to add the Cygwin directories to the Windows path, for
easy access to grep & other tools from a Windows prompt. Adding them
to the beginning would hide the Windows version of find; I don't
consider this a loss :)

Hope this helps,
Csaba
-- 
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
The Tao of math: The numbers you can count are not the real numbers.
Life is complex, with real and imaginary parts.
"Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds
"People disagree with me. I just ignore them." -- Linus Torvalds

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

      reply	other threads:[~2011-03-31 18:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-31 19:50 Gary Furash
2011-03-31 19:54 ` Csaba Raduly [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='AANLkTine1m5A1A_ur7GTwuLJ9q==Kx0o4Hbvpc02wEA3@mail.gmail.com' \
    --to=rcsaba@gmail.com \
    --cc=cygwin@cygwin.com \
    --cc=furashgary@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).