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!
> - the patch was fine.
Thanks for the feedback.
Bruno
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
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
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
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
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