Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Fri, 5 Nov 2004 13:08:12 -0500 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: Binary read on textmode mount Message-ID: <20041105180812.GD25396@trixie.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <20041105164033 DOT 9CEF11B3FA AT cgf DOT cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i On Fri, Nov 05, 2004 at 01:00:03PM -0500, Shaffer, Kenneth wrote: >I see the problem now... O_BINARY is 0x8000 on mingw and 0x10000 in >cygwin and I needed a header file from cygwin and use the -I option >which brought in the wrong fcntl.h .... Sigh. You are really asking for trouble. The fact that you needed to go out of your way to include a cygwin header file in a windows program should be a clue to a simple fact: you shouldn't use header files from cygwin with windows programs. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/