2006.11.19 18:02 "[Tiff] tiffinfo large file issue", by Paul Surgeon

2006.11.20 06:48 "Re: [Tiff] tiffinfo large file issue", by A Wandering LibTIFF User

I spent 30 minutes looking around for the large file build parameters but didn't find anything.

Nothing about it in ./configure and nothing at http://www.remotesensing.org/libtiff/build.html

I imagine he's referring to the "standard" flags you wire into the build to use 64-bit file I/O calls.

CFLAGS='-D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1' ./configure blahblah...

=R=