Re: Addressing the Cygwin problems

2005-01-15 Thread Andre Poenitz
On Fri, Jan 14, 2005 at 03:41:51PM +, Angus Leeming wrote: > Angus Leeming wrote: > > Specifically, I suspect that something is going wrong with getEnvPath > > which attempts to create a vector of paths from $PATH > > "/foo/bar:/usr/bin". > > > // 2. exe must be the name of the binary only

Re: Addressing the Cygwin problems

2005-01-14 Thread Angus Leeming
Angus Leeming wrote: > Specifically, I suspect that something is going wrong with getEnvPath > which attempts to create a vector of paths from $PATH > "/foo/bar:/usr/bin". > // 2. exe must be the name of the binary only and it > // can be found on the PATH. > string const exe_name = On