configure dies a horrible death

Earnie Boyd earnie_boyd@yahoo.com
Mon Dec 4 12:39:00 GMT 2000


--- Charles Krug <charles@pentek.com> wrote:
> On Mon, Dec 04, 2000 at 11:08:37AM -0800, Earnie Boyd wrote:
> > --- Charles Krug <charles@pentek.com> 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@yahoo.com

---         < http://earniesystems.safeshopper.com >         ---
--- Cygwin: POSIX on Windows < http://gw32.freeyellow.com/ > ---
---   Minimalist GNU for Windows < http://www.mingw.org/ >   ---

__________________________________________________
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@sourceware.cygnus.com



More information about the Cygwin mailing list