Re: [GRASS-user] r.patch: GRASS-6.5svn

2010-01-23 Thread Glynn Clements
Rich Shepard wrote: > > 2. Can you re-compile lib/gis and check that the compilation commands > > include the flag -D_FILE_OFFSET_BITS=64. > >lib/gis/Makefile contains: > > #compile if LFS Large File Support present: > ifneq ($(USE_LARGEFILES),) > EXTRA_CFLAGS = -D_FILE_OFFSET_BITS

Re: [GRASS-user] r.patch: GRASS-6.5svn

2010-01-23 Thread Rich Shepard
On Sat, 23 Jan 2010, Glynn Clements wrote: Actually, I want to know why the 2GiB limit is there. Glynn, Me, too! 1. Can you confirm that include/Make/Platform.make contains: #Large File Support (LFS) USE_LARGEFILES = 1 Yes, those two lines are present. 2. Can y