AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
November 2006

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2006.11.19 18:02 "tiffinfo large file issue", by Paul Surgeon
2006.11.19 18:34 "Re: tiffinfo large file issue", by Bob Friesenhahn
2006.11.19 20:23 "Re: tiffinfo large file issue", by Paul Surgeon
2006.11.19 20:12 "Re: tiffinfo large file issue", by Frank Warmerdam
2006.11.19 20:37 "Re: tiffinfo large file issue", by Paul Surgeon
2006.11.19 21:12 "Re: tiffinfo large file issue", by Frank Warmerdam
2006.11.19 20:56 "Re: tiffinfo large file issue", by Paul Surgeon
2006.11.19 21:20 "Re: tiffinfo large file issue", by Bob Friesenhahn
2006.11.19 22:10 "Re: tiffinfo large file issue", by Paul Surgeon
2006.11.19 23:54 "Re: tiffinfo large file issue", by Frank Warmerdam
2006.11.20 06:00 "Re: tiffinfo large file issue", by Paul Surgeon
2006.11.20 06:48 "Re: tiffinfo large file issue", by A Wandering Libtiff User
2006.11.20 10:44 "Re: tiffinfo large file issue", by Andrey Kiselev
2006.11.20 11:19 "Re: tiffinfo large file issue", by Paul Surgeon
2006.11.20 15:32 "Re: tiffinfo large file issue", by Andrey Kiselev
2006.11.20 22:37 "Re: tiffinfo large file issue", by Paul Surgeon

2006.11.20 06:48 "Re: 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=