This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: configure dies a horrible death


--- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]