Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Mon, 6 Aug 2001 19:54:35 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: Large File Handling - gcc 2.95.2-6 WinNT Message-ID: <20010806195435.B21578@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <116B9AE9305AD211895E00805F655E51889AB1 AT sac-msg-01 DOT medstat DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i In-Reply-To: <116B9AE9305AD211895E00805F655E51889AB1@sac-msg-01.medstat.com>; from Andy.Henderson@medstat.com on Mon, Aug 06, 2001 at 07:07:02PM -0400 On Mon, Aug 06, 2001 at 07:07:02PM -0400, Andy Henderson wrote: >I have a c program compiled using -mno-cygwin running on WinNT and reading a >16GB file. It starts to lose partial data on record 40904665 where the >records are 105 in size and eventually dies taking NT with it. This looks to >be a 4GB file size problem. The program has run on aix AIX using the >function fopen64 but I could not find an equivalent in the gcc libraries. I >am still using fopen. Are functions available for large file handling. No. As has been discussed in this mailing list within the last two weeks, Cygwin does not support large files. And, to forestall the next inevitable question, we have no plans to add this functionality. Sorry. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/