Re: [gdal-dev] Extract BIGTiff libraries from GDAL source package

2009-07-25 Thread Even Rouault
make install will also install the headers in $PREFIX/include Le Saturday 25 July 2009 15:14:11 Enrico Sartorello, vous avez écrit : > Another question: i've succesfully install BIGTiff from cvs using the usual > configure-make-make install process. > But how can i install the header files as well

Re: [gdal-dev] Extract BIGTiff libraries from GDAL source package

2009-07-25 Thread Enrico Sartorello
Another question: i've succesfully install BIGTiff from cvs using the usual configure-make-make install process. But how can i install the header files as well? I've looked on the Makefile but can't understand if there's a particular directive to use. Thanks in advance, On Fri, Jul 24, 2009 at 1:

Re: [gdal-dev] Extract BIGTiff libraries from GDAL source package

2009-07-24 Thread Enrico Sartorello
Hi Frank and David, thank you very much for your informations. As you've correctly told, my searches on Google lead me thinking that the Aperio distribution was the right side to get BIGTiff libraries. Now everything is clear to me, thanks for your clarification! Best regards, On Fri, Jul 24, 20

Re: [gdal-dev] Extract BIGTiff libraries from GDAL source package

2009-07-23 Thread Frank Warmerdam
David Burken wrote: Enrico, I like to build straight from cvs: cvs -d :pserver:cvsa...@cvs.maptools.org:/cvs/maptools/cvsroot co libtiff Enrico, I concur with Dave. The best place to get the latest libtiff4 with bigtiff support is CVS. Please note that the Aperio code is a distinct fork of

Re: [gdal-dev] Extract BIGTiff libraries from GDAL source package

2009-07-23 Thread David Burken
Enrico, I like to build straight from cvs: cvs -d :pserver:cvsa...@cvs.maptools.org:/cvs/maptools/cvsroot co libtiff Take care, Dave On 07/23/2009 04:56 AM, Enrico Sartorello wrote: Hi all, i need to have a correct BIGTiff package for using it in a program i've written in C. As far as i c

[gdal-dev] Extract BIGTiff libraries from GDAL source package

2009-07-23 Thread Enrico Sartorello
Hi all, i need to have a correct BIGTiff package for using it in a program i've written in C. As far as i can see, the bigtiff package distributed on http://www.aperio.com/bigtiff/ is old and can't be correctly compiled, so i thought i would get it from GDAL. I've seen that BIGTiff is under gdal/f