<div dir="ltr"><div><br></div>Hi, all:<div><br></div><div><br></div><div><br></div><div>Sorry, I didn't find a gdal-user mailing list. So, I have to post my question here in gdal-dev. Hope this doesn't bother you.</div><div><br></div><div><br></div><div>My configuration:</div><div>Ubuntu 16.04.1</div><div>GCC: <span style="color:rgb(0,0,0);font-family:monospace">gcc (Ubuntu 5.4.0-6ubuntu1~16.04.2) 5.4.0 20160609</span></div><div>gdal: directly git out from <a href="https://github.com/OSGeo/gdal">https://github.com/OSGeo/gdal</a> on September 4, 2016 .</div><div><br></div><div><br></div><div>I'm trying to enable all --with-XXXXX during gdal-git configuration. However, it looks </div><div>--with-XXXXX can be set to </div><div><ul><li><b>yes</b><br></li><li><b>no</b><br></li><li><b>path</b><br></li><li><b>config</b></li></ul></div><div>1 out of the above 4 values. </div><div><br></div><div><br></div><div>My current configuration is:</div><div><span style="color:rgb(199,110,30);font-family:inconsolata,consolas,monaco,"lucida console",monospace;font-size:12px;line-height:18px;background-color:rgb(249,249,249)">jiapei:gdal$ ./configure --with-liblzma=yes --with-armadillo=yes --with-poppler=yes --with-podofo=yes --with-spatialite=yes --with-dds=yes --with-cfitsio=yes --with-cryptopp=yes --with-ogdi=yes --with-epsilon=yes --with-webp=yes --with-geos=yes --with-spatialite=yes</span><br></div><div><br></div><div><br></div><div>And what I've got from the configuration is as follows:</div><div><p style="margin:0px;padding:0px;border:0px;font-size:12px;vertical-align:baseline;font-family:georgia,serif;font-style:italic;line-height:1.313rem;color:rgb(132,132,132)">GDAL is now configured for x86_64-pc-linux-gnu</p><p style="margin:0px;padding:0px;border:0px;font-size:12px;vertical-align:baseline;font-family:georgia,serif;font-style:italic;line-height:1.313rem;color:rgb(132,132,132)">Installation directory: /usr/local<br>C compiler: gcc -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2<br>C++ compiler: g++ -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2</p><p style="margin:0px;padding:0px;border:0px;font-size:12px;vertical-align:baseline;font-family:georgia,serif;font-style:italic;line-height:1.313rem;color:rgb(132,132,132)">LIBTOOL support: yes</p><p style="margin:0px;padding:0px;border:0px;font-size:12px;vertical-align:baseline;font-family:georgia,serif;font-style:italic;line-height:1.313rem;color:rgb(132,132,132)">LIBZ support: external<br>LIBLZMA support: yes<br>cryptopp support: yes<br>GRASS support: no<br>CFITSIO support: external<br>PCRaster support: internal<br>LIBPNG support: external<br>DDS support: yes<br>GTA support: no<br>LIBTIFF support: internal (BigTIFF=yes)<br>LIBGEOTIFF support: internal<br>LIBJPEG support: internal<br>12 bit JPEG: yes<br>12 bit JPEG-in-TIFF: yes<br>LIBGIF support: internal<br>OGDI support: no<br>HDF4 support: no<br>HDF5 support: no<br>Kea support: no<br>NetCDF support: no<br>Kakadu support: no<br>JasPer support: no<br>OpenJPEG support: no<br>ECW support: no<br>MrSID support: no<br>MrSID/MG4 Lidar support: no<br>MSG support: no<br>GRIB support: yes<br>EPSILON support: no<br>WebP support: no<br>cURL support (wms/wcs/…):no<br>PostgreSQL support: yes<br>MRF support: yes<br>MySQL support: no<br>Ingres support: no<br>Xerces-C support: no<br>NAS support: no<br>Expat support: yes<br>libxml2 support: no<br>Google libkml support: yes<br>ODBC support: no<br>PGeo support: no<br>FGDB support: no<br>MDB support: no<br>PCIDSK support: internal<br>OCI support: no<br>GEORASTER support: no<br>SDE support: no<br>Rasdaman support: no<br>DODS support: no<br>SQLite support: yes<br>PCRE support: no<br>SpatiaLite support: no<br>DWGdirect support no<br>INFORMIX DataBlade support:no<br>GEOS support: yes<br>QHull support: internal<br>Poppler support: no<br>Podofo support: yes<br>PDFium support: no<br>OpenCL support: no<br>Armadillo support: yes<br>FreeXL support: no<br>SOSI support: no<br>MongoDB support: no</p><p style="margin:0px;padding:0px;border:0px;font-size:12px;vertical-align:baseline;font-family:georgia,serif;font-style:italic;line-height:1.313rem;color:rgb(132,132,132)">SWIG Bindings: no</p><p style="margin:0px;padding:0px;border:0px;font-size:12px;vertical-align:baseline;font-family:georgia,serif;font-style:italic;line-height:1.313rem;color:rgb(132,132,132)">Statically link PROJ.4: no<br>enable GNM building: no<br>enable pthread support: yes<br>enable POSIX iconv support:yes<br>hide internal symbols: no</p></div><div><br clear="all"><div><br></div><div>If I just move forward without enabling all other configurations, namely, still keep all "no"s, and do "make -j8", I got the following error message:</div><div><span style="color:rgb(132,132,132);font-family:georgia,serif;font-size:12px;font-style:italic;line-height:21.008px;background-color:rgb(242,242,242)">libtool: compile: g++ -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wlogical-op -Wshadow -Werror=vla -Wfloat-conversion -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -I/home/jiapei/Downloads/rsgis/OSGeo/gdal/gdal/port -DGDAL_COMPILATION -c -I../../port Huffman.cpp -o ../../o/Huffman.o >/dev/null 2>&1</span><br style="color:rgb(132,132,132);font-family:georgia,serif;font-size:12px;font-style:italic;line-height:21.008px;background-color:rgb(242,242,242)"><span style="color:rgb(132,132,132);font-family:georgia,serif;font-size:12px;font-style:italic;line-height:21.008px;background-color:rgb(242,242,242)">make[3]: Leaving directory ‘/home/jiapei/Downloads/rsgis/OSGeo/gdal/gdal/frmts/mrf/libLERC’</span><br style="color:rgb(132,132,132);font-family:georgia,serif;font-size:12px;font-style:italic;line-height:21.008px;background-color:rgb(242,242,242)"><span style="color:rgb(132,132,132);font-family:georgia,serif;font-size:12px;font-style:italic;line-height:21.008px;background-color:rgb(242,242,242)">make[2]: Leaving directory ‘/home/jiapei/Downloads/rsgis/OSGeo/gdal/gdal/frmts/mrf’</span><br style="color:rgb(132,132,132);font-family:georgia,serif;font-size:12px;font-style:italic;line-height:21.008px;background-color:rgb(242,242,242)"><span style="color:rgb(132,132,132);font-family:georgia,serif;font-size:12px;font-style:italic;line-height:21.008px;background-color:rgb(242,242,242)">make[1]: Leaving directory ‘/home/jiapei/Downloads/rsgis/OSGeo/gdal/gdal/frmts’</span><br style="color:rgb(132,132,132);font-family:georgia,serif;font-size:12px;font-style:italic;line-height:21.008px;background-color:rgb(242,242,242)"><span style="color:rgb(132,132,132);font-family:georgia,serif;font-size:12px;font-style:italic;line-height:21.008px;background-color:rgb(242,242,242)">GNUmakefile:88: recipe for target ‘frmts-target’ failed</span><br style="color:rgb(132,132,132);font-family:georgia,serif;font-size:12px;font-style:italic;line-height:21.008px;background-color:rgb(242,242,242)"><span style="color:rgb(132,132,132);font-family:georgia,serif;font-size:12px;font-style:italic;line-height:21.008px;background-color:rgb(242,242,242)">make: *** [frmts-target] Error 2</span><br></div><div><br></div><div><br></div><div><br></div><div>So, can anybody help please???</div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><br></div><div>Pei JIA, Ph.D.</div><div><br></div><div>Email: <a href="mailto:jp4work@gmail.com" target="_blank">jp4work@gmail.com</a></div><div>cell in Canada:    +1 778-863-5816</div><div>cell in China: +86 186-8244-3503</div><div><br></div>Welcome to Vision Open<br><a href="http://www.visionopen.com" target="_blank">http://www.visionopen.com</a></div></div>
</div></div>