From: noer AT cygnus DOT com (Geoffrey Noer) Subject: Problem with environ patch 9 Feb 1998 15:47:28 -0800 Message-ID: <199802092322.PAA13201.cygnus.cygwin32.developers@rtl.cygnus.com> Reply-To: cygwin32-developers AT cygnus DOT com Content-Type: text To: cgf AT bbc DOT com (Chris Faylor) Cc: cygwin32-developers AT cygnus DOT com One problem with your environ patch. I get a "can't find cygwinb19.dll" message when configuring sources when I do the following: 1) verify that /bin/sh doesn't have a cygwinb19.dll in its directory 2) I have c:\installdir\bin in my path which contains the binaries including cygwinb19.dll 3) mount C: to /c 4) start bash (when I run an env, the PATH shows up with POSIX format like it should) 5) when I cd to my object directory and run configure, it sees the path as a Win32 path with mount information still present. In other words, "/c/installdir/bin" shows up as "\c\installdir\bin" which doesn't exist in the OS' world. It should be "C:\installdir\bin". I committed the changes because I expect this is an easy problem to fix and this patch works fine once I create a \c\installdir\bin and throw a cygwin dll there but we do need to fix it... -- Geoffrey Noer noer AT cygnus DOT com