Re: File paths redirected to MSYS directory

2010-11-29 Thread Nathan Rose
> What Csaba said. Also, MSYS's bin directory does appear in there > (/cygdrive/c/msys/1.0/bin), but Cygwin's is before it, so that's fine. > Hence, as mentioned before, you need to check whether you do actually > have Cygwin's vi and make installed, e.g. using the 'which' command. > > For further

Re: File paths redirected to MSYS directory

2010-11-29 Thread Christopher Faylor
On Mon, Nov 29, 2010 at 09:51:19AM +, Andy Koppe wrote: >What Csaba said. Also, MSYS's bin directory does appear in there >(/cygdrive/c/msys/1.0/bin), but Cygwin's is before it, so that's fine. >Hence, as mentioned before, you need to check whether you do actually >have Cygwin's vi and make ins

Re: File paths redirected to MSYS directory

2010-11-29 Thread Andy Koppe
On 29 November 2010 08:20, Nathan Rose wrote: >> You're probably invoking MSYS's versions of vi and make. You can check >> that with the which command. Ensure that you do have the Cygwin >> versions of those installed, and that the Cygwin bin directory comes >> before MSYS's in the Cygwin PATH. To

Re: File paths redirected to MSYS directory

2010-11-29 Thread Csaba Raduly
Hi Nathan, On Mon, Nov 29, 2010 at 9:20 AM, Nathan Rose wrote: > > Thanks for your help. I have fixed the Windows path but Cygwin seems to > be altering it when loading it in to its own $PATH environment variable. > Compare below, my path as obtained from Windows cmd console and from > Cygwin. Not

Re: File paths redirected to MSYS directory

2010-11-29 Thread Nathan Rose
> You're probably invoking MSYS's versions of vi and make. You can check > that with the which command. Ensure that you do have the Cygwin > versions of those installed, and that the Cygwin bin directory comes > before MSYS's in the Cygwin PATH. To avoid such confusion, you might > want to remove M

Re: File paths redirected to MSYS directory

2010-11-28 Thread Andy Koppe
On 29 November 2010 04:18, Nathan Rose wrote: > I have just installed Cygwin on my WinXP box for the first time. I already > had MSYS installed. They are installed in the directories C:\cygwin and > C:\msys respectively. > > Simple file operations like cp or mv work fine within Cygwin . However,

File paths redirected to MSYS directory

2010-11-28 Thread Nathan Rose
I have just installed Cygwin on my WinXP box for the first time. I already had MSYS installed. They are installed in the directories C:\cygwin and C:\msys respectively. Simple file operations like cp or mv work fine within Cygwin . However, when I try to open a file with vi, it opens the equiv