Re: Bash v4.0 does not respect $PATH

2009-12-31 Thread Csaba Raduly
On Wed, Dec 30, 2009 at 3:47 PM, Neil.Mowbray wrote: http://www.cygwin.com/acronyms/#TOFU Please don't do that. > Sorry I missing the last question.  To answer it: yes perl really is visible > as /opt/perl/bin/perl which bash fails to execute it as the third line > below shows.  In this shell ba

RE: Bash v4.0 does not respect $PATH

2009-12-30 Thread Neil.Mowbray
file or directory ls: cannot access ./perl: No such file or directory -Original Message- From: Csaba Raduly [mailto:rcs...@gmail.com] Sent: 30 December 2009 08:52 To: cygwin@cygwin.com; neil.mowb...@calgacus.com Subject: Re: Bash v4.0 does not respect $PATH On Tue, Dec 29, 2009 at 11:21

[OT] RE: Bash v4.0 does not respect $PATH

2009-12-30 Thread Jason Pyeron
Forgot to strip the email addresses, my apologies. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West

RE: Bash v4.0 does not respect $PATH

2009-12-30 Thread Jason Pyeron
> -Original Message- > From: cygwin-ow...@cygwin.com > [mailto:cygwin-ow...@cygwin.com] On Behalf Of > neil.mowb...@calgacus.com > Sent: Wednesday, December 30, 2009 8:38 > To: 'Csaba Raduly'; cygwin@cygwin.com > Subject: RE: Bash v4.0 does not resp

RE: Bash v4.0 does not respect $PATH

2009-12-30 Thread Neil.Mowbray
From: Csaba Raduly [mailto:rcs...@gmail.com] Sent: 30 December 2009 08:52 To: cygwin@cygwin.com; neil.mowb...@calgacus.com Subject: Re: Bash v4.0 does not respect $PATH On Tue, Dec 29, 2009 at 11:21 PM, Neil Mowbray wrote: > Folks, > > I need associative arrays so I got the bash 4.0 sou

RE: Bash v4.0 does not respect $PATH

2009-12-30 Thread Neil.Mowbray
ser at http://www.perl.org/, the Perl Home Page. #- end -Original Message- From: Csaba Raduly [mailto:rcs...@gmail.com] Sent: 30 December 2009 08:52 To: cygwin@cygwin.com; neil.mowb...@calgacus.com Subject: Re: Bash v4.0 does not respect $PATH On Tue, Dec 29, 2009 at 1

Re: Bash v4.0 does not respect $PATH

2009-12-29 Thread Csaba Raduly
On Tue, Dec 29, 2009 at 11:21 PM, Neil Mowbray wrote: > Folks, > > I need associative arrays so I got the bash 4.0 source, compiled it under > cygwin and installed it in /usr/local/bin. > > I have ActiveState perl installed in /opt/perl which preceeds > /usr/local/bin:/bin:/usr/bin > on my path.  

Bash v4.0 does not respect $PATH

2009-12-29 Thread Neil.Mowbray
Folks, I need associative arrays so I got the bash 4.0 source, compiled it under cygwin and installed it in /usr/local/bin. I have ActiveState perl installed in /opt/perl which preceeds /usr/local/bin:/bin:/usr/bin on my path. Using bash 4.0, 'which' says I should get ActiveState perl, but actua