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: file descriptors opened as text files


At 04:37 PM 2/14/01, Jean Delvare wrote:

>> The output of cygcheck -s -r -v would undoubtedly point to the difference.
>> My guess is that you are either opening the file in a mounted file system
>> or the default mode for opening unmounted files is different on the two 
>> systems.  This has nothing to do with Windows.
>
>It must. Let me tell you more.


Fine but it still has nothing to do with Windows.


>I'm writing my program using cygwin on my Windows 98. It works from
>Cygwin's bash on my partition, all binary mounted. It works from Windows
>itself, run from Dos Command Prompt using cygwin1.dll version 1.1.8.

Type "mount" on your system.  What does it show?  Is the file in question
being written under any of these mount points?  Any of them binary?


>I send the executable and the dll to a friend running Windows 98 SE. The
>program fails. Analysing what's wrong. I could see the files were
>considered as text files.


Bingo.  Cygwin treats files as text by default, unless you specify a 
different default.  If you want your program to treat the file as binary,
add the appropriate flags on the appropriate calls.  Whamo!  Your problem
is solved.


>So, the comparison is between binary+dll on Windows 98 and binary+dll on
>Windows 98 SE. Is there somewhere (registry?) where cygwin looks to know
>if a given extension is text or binary ? I just can't figure out why I
>obtain a different behavior depending on Windows' version.


Because you don't.


>By the way, why doesn't Cygwin consider files as binary by default ? It
>would help a lot, isn't it ?


That's an old argument.  If you're interested in it, check the mail 
archives.  Its been argued back and forth there plenty!



Larry Hall                              lhall@rfk.com
RFK Partners, Inc.                      http://www.rfk.com
118 Washington Street                   (508) 893-9779 - RFK Office
Holliston, MA 01746                     (508) 893-9889 - FAX
                                        


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


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