Re: setmode under Cygwin

2010-09-08 Thread Ariel Burbaickij
yes, it was exactly it. Thank you. On Wed, Sep 8, 2010 at 2:27 PM, Corinna Vinschen wrote: > On Sep  8 13:47, Ariel Burbaickij wrote: >> Hello all, >> I am trying to compile djvulibre in version 3.5.22 -- it does not >> check in configure for setmode >> as it, as it pretty much look likes, expect

Re: setmode under Cygwin

2010-09-08 Thread Corinna Vinschen
On Sep 8 13:47, Ariel Burbaickij wrote: > Hello all, > I am trying to compile djvulibre in version 3.5.22 -- it does not > check in configure for setmode > as it, as it pretty much look likes, expects it to be present under > cygwin as seen from following > excerpt: > > #if defined(__CYGWIN32__)

setmode under Cygwin

2010-09-08 Thread Ariel Burbaickij
Hello all, I am trying to compile djvulibre in version 3.5.22 -- it does not check in configure for setmode as it, as it pretty much look likes, expects it to be present under cygwin as seen from following excerpt: #if defined(__CYGWIN32__) setmode(fileno(fout), O_BINARY); now despite the