I am trying to build 1.8.0 on Linux with openjpeg support.<br>I can easily build and install openjpeg from source (oropenjpeg_v1_4_sources_r697) into /usr/local<br><br>./configure --with-openjpeg<br>./configure --with-openjpeg=/usr/local<br>
<br>both result in<br><br>
  OpenJPEG support:          no<br><br>I wiped my gdal-1.8.0 directory and unpacked a fresh copy to make sure nothing was cached.<br>I can see this test in configure output<br><br>checking for opj_decode_tile_data in -lopenjpeg... no<br>
<br>which does not look promising. Is there a version compat problem?<br><br>Brian<br><br>