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: <20001204203948.9541.qmail@web117.yahoomail.com> Date: Mon, 4 Dec 2000 12:39:48 -0800 (PST) From: Earnie Boyd Subject: Re: configure dies a horrible death To: Charles Krug , Cygwin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii --- Charles Krug wrote: > On Mon, Dec 04, 2000 at 11:08:37AM -0800, Earnie Boyd wrote: > > --- Charles Krug wrote: > > > > Nope. I run configure scripts daily on NT4 SP4. Paste the output of > `cygcheck > > -s -r -v' to the list and not to me. > > > > Okie. Here goes > -8<- > > C:\Cygwin\bin /usr/bin user binmode > C:\Cygwin\lib /usr/lib user binmode > C:\Cygwin / user binmode > c: /c user textmode > d: /d user textmode > e: /e user textmode > It appears you've made a switch from text mode to binary mode. Although, package maintainers have gone to extra trouble to make sure that files that \r\n line endings can be read by shells and other programs, not all can yet. My guess to your problem is that you've \r\n line endings on binary mounts. You also, have /c mounted as textmode and TEMP=/c/Temp. This is cause for real problems as if temporary files are written they will be written in text mode and read in binary mode. I suggest for starters that you mount -b -f c:/ /c mount -b -f d:/ /d mount -b -f e:/ /e and then if you still have problems, look for \r\n line endings and change them to \n line endings. Cheers, ===== Earnie Boyd mailto:earnie_boyd AT yahoo DOT com --- --- --- Cygwin: POSIX on Windows --- --- Minimalist GNU for Windows --- __________________________________________________ Do You Yahoo!? Yahoo! Shopping - Thousands of Stores. Millions of Products. http://shopping.yahoo.com/ -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com