Mail Archives: djgpp-workers/2001/08/08/02:58:31
On Tue, 7 Aug 2001, Paul Eggert wrote:
> Patching GNU 'ls' is a band-aid. The patch will cause GNU 'ls' to do
> the right thing for files between 2 GB and 4 GB, but files larger than
> 4 GB will still be mishandled. So DJGPP really needs to get fixed.
FAT32 volumes don't support files larger than 4GB anyway, at least for
the system calls that DJGPP programs can use (it's basically the same
32-bit interface, they just use 32-bit unsigned values instead of
signed values). Introducing a new large-file feature, and a
compile-time feature on top of that (which means you need 2 versions
of every library and elaborate configury stuff to choose the right one
when you build packages)--to me this sounds like using a sledgehammer
where a simple, if somewhat kludgey, type-cast in a single program would
have put this issue to rest.
- Raw text -