<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML DIR=ltr><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"></HEAD><BODY><DIV><FONT face='Arial' color=#000000 size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I'm having a bear of a time trying to get GDAL 
compiled on Cygwin.&nbsp;&nbsp; There was a problem with JPEG2000 at first so 
after realizing I needed the (modified) Jasper library I tried to install 
that.&nbsp;&nbsp; That didn't work because it was having problems locating glut, 
despite my attempts to tell it where it was located and reinstalling it 
(glut).</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>So forget all that, I figured I would just remove 
JPEG2000 support...I used:</FONT></DIV>
<DIV><FONT face=Arial size=2>./configure --with-png=internal 
--with-jpeg=internal --with-geotiff=internal --with-libtiff=internal 
--with-jasper=no<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>and confirmed in GDALmake.opt that jpeg2000 support 
was removed from the list of formats.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>But then at the end of make:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>Creating library file: 
.libs/libgdal.dll.a<BR>.libs/libgdal.la-3.o(.text+0x167fa2): In function 
`GDALRegister_JPEG2000':<BR>/cygdrive/c/GeoServer/gdal-1.3.1/frmts/jpeg2000/jpeg2000dataset.cpp:1188: 
undefined reference to `_gtCPLStrdup'<BR></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>I'm confused....why is it trying to call GDALRegister_JPEG2000&nbsp;&nbsp; 
?</DIV>
<DIV>&nbsp;</DIV>
<DIV>I even tried to remove the jpeg2000 DIRECTORY and it still gave me the 
error</DIV>
<DIV>/cygdrive/c/GeoServer/gdal-1.3.1/frmts/jpeg2000/jpeg2000dataset.cpp:1188: 
undefined reference </DIV>
<DIV>Now how does it even access a file that is no longer there?</DIV>
<DIV>&nbsp;</DIV>
<DIV>- Boggled</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;</DIV></FONT></BODY></HTML>