<div dir="ltr">Evan, <div><br></div><div>Thanks for the info.  One more question for you - make clean worked, but I have hit another issue:</div><div><br></div><div>After running `./configure --without-jpeg ...`, `make clean`, `sudo make install`:</div>
<div>...</div><div><div>/home/vagrant/gdal-1.10.1/libgdal.so: undefined reference to `jpeg_write_scanlines'</div><div>/home/vagrant/gdal-1.10.1/libgdal.so: undefined reference to `jpeg_CreateCompress'</div><div>/home/vagrant/gdal-1.10.1/libgdal.so: undefined reference to `jpeg_read_scanlines'</div>
</div><div><br></div><div>So lib-jpeg is seen.  This doesn't make sense since I have --without-jpeg specified in the config.  I looked in the config and must have missed it - does a flag to specify the full PATH to libjpeg exist?</div>
<div><br></div><div>Thanks, </div><div>Jay</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jan 10, 2014 at 7:24 AM, Even Rouault <span dir="ltr"><<a href="mailto:even.rouault@mines-paris.org" target="_blank">even.rouault@mines-paris.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Selon "Jay L." <<a href="mailto:jlaura@asu.edu">jlaura@asu.edu</a>>:<br>
<div class="im"><br>
> Frank,<br>
><br>
> Thanks for the heads up.  I am using the --without-jasper flag as part of<br>
> the ./configure call.  Here is the error that I am seeing - that led to me<br>
> to believe that the issue is jasper related:<br>
><br>
> make[1]: Entering directory `/home/vagrant/gdal-1.10.1/apps'<br>
> g++  gdalinfo.o commonutils.o  -L/home/vagrant/gdal-1.10.1 -lgdal<br>
>  -lpthread -lm -lrt -ldl                  -o gdalinfo<br>
> /home/vagrant/gdal-1.10.1/libgdal.so: undefined reference to `dec_jpeg2000'<br>
> collect2: ld returned 1 exit status<br>
> make[1]: *** [gdalinfo] Error 1<br>
> make[1]: Leaving directory `/home/vagrant/gdal-1.10.1/apps'<br>
> make: *** [apps-target] Error 2<br>
><br>
> I did install libjpeg-dev and libjasper-dev in hopes that this would<br>
> alleviate the issue.<br>
><br>
> Perhaps I am pursuing the issue in the wrong direction?<br>
<br>
</div>When you run ./configure several times, make sure to run "make clean" between<br>
the attempts. I'm not clear why you've had this error with the "dec_jpeg2000"<br>
symbol that is defined and used in the GRIB driver (it has a definition even if<br>
you don't have Jasper). Anway the "make clean" will probably solve it.<br>
Generally, "./configure" without any particular argument should work on most<br>
platforms.<br>
<div class="im"><br>
><br>
> Thanks,<br>
> Jay<br>
><br>
><br>
> On Thu, Jan 9, 2014 at 9:33 PM, Frank Warmerdam <<a href="mailto:warmerdam@pobox.com">warmerdam@pobox.com</a>> wrote:<br>
><br>
> > Jay,<br>
> ><br>
> > Are you needing Jasper?  Normally a default build ("./configure") should<br>
> > work pretty well on a precise system. I'm guessing you have enabled jasper<br>
> > because it is key to what you want to do?  If not --without-jasper should<br>
> > be straight forward.<br>
> ><br>
> > Best regards,<br>
> > Frank<br>
> ><br>
> ><br>
> ><br>
> > On Thu, Jan 9, 2014 at 8:00 PM, Jay L. <<a href="mailto:jlaura@asu.edu">jlaura@asu.edu</a>> wrote:<br>
> ><br>
> >> List,<br>
> >><br>
> >> I wonder if a standard dev. environment exists?  I am working to extend a<br>
> >> driver and am having trouble getting an environment working that will<br>
> >> compile.  Current setup is a VagrantVM, Ubuntu 12.04 32-bit with source<br>
> >> downloaded from SVN.  Attempting to build with minimized<br>
</div>> drivers<<a href="http://trac.osgeo.org/gdal/wiki/BuildingOnUnixWithMinimizedDrivers" target="_blank">http://trac.osgeo.org/gdal/wiki/BuildingOnUnixWithMinimizedDrivers</a>>as<br>
<div class="HOEnZb"><div class="h5">> per the build documentation and am having build errors due to<br>
> >> dec_jpeg2000 (jasper I believe).<br>
> >><br>
> >> Q: Are devs using a standard environment (or a different flavor of *nix?)?<br>
> >><br>
> >><br>
> >><br>
> >><br>
> >><br>
> >> _______________________________________________<br>
> >> gdal-dev mailing list<br>
> >> <a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
> >> <a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
> >><br>
> ><br>
> ><br>
> ><br>
> > --<br>
> ><br>
> ><br>
> ---------------------------------------+--------------------------------------<br>
> > I set the clouds in motion - turn up   | Frank Warmerdam,<br>
> > <a href="mailto:warmerdam@pobox.com">warmerdam@pobox.com</a><br>
> > light and sound - activate the windows | <a href="http://pobox.com/~warmerdam" target="_blank">http://pobox.com/~warmerdam</a><br>
> > and watch the world go round - Rush    | Geospatial Software Developer<br>
> ><br>
><br>
<br>
</div></div></blockquote></div><br></div>