Re: fseeko issues in mys2/mingw64

2020-01-26 Thread John Donoghue
On 1/25/20 6:11 PM, Bruno Haible wrote: - the patch was fine. Thanks for the feedback. Bruno Thanks for the quick response times and help in resolving the bug!

Re: fseeko issues in mys2/mingw64

2020-01-25 Thread Bruno Haible
> - the patch was fine. Thanks for the feedback. Bruno

Re: fseeko issues in mys2/mingw64

2020-01-25 Thread John Donoghue
On 1/25/20 4:05 PM, John Donoghue wrote: On 1/25/20 3:07 PM, Bruno Haible wrote: Hi John, Running in a native configure in msys2/mingw64 and make builds ok; The following modules are added to libnu.a: freading.o stat-time.o unistd.o fflush.o fpurge.o fseek.o fseeko.o fstat.o lseek.o msvc-inv

Re: fseeko issues in mys2/mingw64

2020-01-25 Thread John Donoghue
On 1/25/20 3:07 PM, Bruno Haible wrote: Hi John, Running in a native configure in msys2/mingw64 and make builds ok; The following modules are added to libnu.a: freading.o stat-time.o unistd.o fflush.o fpurge.o fseek.o fseeko.o fstat.o lseek.o msvc-inval.o msvc-nothrow.o stat-w32.o Running th

Re: fseeko issues in mys2/mingw64

2020-01-25 Thread Bruno Haible
Hi John, > Running in a native configure in msys2/mingw64 and make builds ok; > > > The following modules are added to libnu.a: > freading.o stat-time.o unistd.o fflush.o fpurge.o fseek.o fseeko.o > fstat.o lseek.o msvc-inval.o msvc-nothrow.o stat-w32.o > > Running the app: > > ./bigtest.exe

Re: fseeko issues in mys2/mingw64

2020-01-25 Thread John Donoghue
On 1/25/20 11:23 AM, John Donoghue wrote: This is a question/perhaps bug on bigfile support with fseeko in gnulib when being used in MSYS2/mingw64. As a quick overview: I have a demo program that opens a 5 Gig file add just does a seeko to the end of the file and then does a ftellp to get the

fseeko issues in mys2/mingw64

2020-01-25 Thread John Donoghue
This is a question/perhaps bug on bigfile support with fseeko in gnulib when being used in MSYS2/mingw64. As a quick overview: I have a demo program that opens a 5 Gig file add just does a seeko to the end of the file and then does a ftellp to get the end position. I am importing ftello and