<!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> </DIV>
<DIV><FONT face=Arial size=2>I'm having a bear of a time trying to get GDAL
compiled on Cygwin. There was a problem with JPEG2000 at first so
after realizing I needed the (modified) Jasper library I tried to install
that. 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> </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> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>But then at the end of make:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </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> </DIV>
<DIV> </DIV>
<DIV>I'm confused....why is it trying to call GDALRegister_JPEG2000
?</DIV>
<DIV> </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> </DIV>
<DIV>- Boggled</DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2> </DIV></FONT></BODY></HTML>