RE: MSYS2/MINGW64 large file support

2020-01-25 Thread John Donoghue via Gnulib discussion list
From: Bruno Haible [br...@clisp.org] Sent: Friday, January 24, 2020 12:53 PM To: bug-gnulib@gnu.org; John Donoghue Subject: Re: MSYS2/MINGW64 large file support Hi, John Donoghue wrote: > Running a non cross configure and make works, and running

Re: MSYS2/MINGW64 large file support

2020-01-24 Thread Bruno Haible
Hi, John Donoghue wrote: > Running a non cross configure and make works, and running the binary: > ./bigtest > test big file > sizeof(off_t)=8 > seek status=0 > tell pos=5368709120 > > > Running a cross configure: ./configure --host=x86_64-w64-mingw32 and then > make created bigtest.exe > Copy

MSYS2/MINGW64 large file support

2020-01-24 Thread John Donoghue via Gnulib discussion list
Hi, I'm writing an app that will be reading potentially large files > 4 Gb in Windows compiled using msys2/mingw64 and am seeing in issue that I believe is a bug, hwoever, could be just Im missing something, where the function the MS CRT function _lseek (long type parameters) Is called rather t