Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <3BD43DE9.9060205@ece.gatech.edu> Date: Mon, 22 Oct 2001 11:40:25 -0400 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.2) Gecko/20010726 Netscape6/6.1 X-Accept-Language: en-us MIME-Version: 1.0 To: Pavel Tsekov CC: cygwin AT cygwin DOT com Subject: Re: more info on execvp problem References: <3BD3EA44 DOT FF96A58A AT syntrex DOT com> <20011022112817 DOT C7609 AT redhat DOT com> <3BD43CF4 DOT 2611ABC3 AT syntrex DOT com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Pavel Tsekov wrote: > I was sure there will be a response like this - in short since as we > both > agree is posix internally (if noone messed with it) - you get this as > result > of getenv("PATH"): > > c:/jdk1.3.1/bin:/usr/local/bin:...:c:/usr/local/emacs/bin Listen carefully: as Chris has already pointed out, that is NOT a posix path. THIS is a posix path: /cygdrive/c/jdk1.3.1/bin:/usr/local/bin:...:/cygdrive/c/usr/local/emacs/bin Or, if you have mounted C:\ as /c (like I do on my boxes): /c/jdk1.3.3/bin:/usr/local/bin:...:/c/usr/local/emacs/bin See? There are NO ':' characters EXCEPT the path delimiters in a POSIX PATH variable. --Chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/