[gdal-dev] GDAL linking problems looking for libjpeg.
Howard Butler
hobu.inc at gmail.com
Wed Dec 26 22:19:20 EST 2007
On Dec 26, 2007, at 8:11 PM, John Helly wrote:
> Hi.
>
> I'm building GDAL 1.4.4 on OS X Leopard and have all the requisite
> libraries installed in /usr/local/xxx where xxx is the relevant
> library. I've successfully built GDAL previously a number of times
> but this time am adding Python support. I'm using the following
> bash script to do the configure:
>
> ./configure --prefix=/usr/local/gdal-1.4.4 \
> --libdir=/usr/local/lib \
> --with-netcdf=/usr/local/netcdf-3.6.1 \
> --with-jpeg=/usr/local/internal \
This should just be --with-jpeg=internal. I would also note that
internal is preferred if possible because there have been a few tweaks
and improvements to GDAL's internal jpeg.
Howard
More information about the gdal-dev
mailing list