I&#39;m trying to add support for OpenDAP to a build of GDAL on OS X. However, when I add `--with-dods-root` to my configure arguments, I inexplicably loose support for Epsilon, cURL, SpatiaLite and FreeXL.<div><br></div><div>

Full configure logs can be found here:</div><div><br></div><div>  <a href="https://gist.github.com/2425147">https://gist.github.com/2425147</a></div><div><br></div><div>The diff between the configure output before and after adding DAP is:</div>

<div><br></div><div><div>diff --git a/gdal_without_dap.log b/gdal_with_dap.log</div><div>index 2eb06b3..405300f 100644</div><div>--- a/gdal_without_dap.log</div><div>+++ b/gdal_with_dap.log</div><div>@@ -244,17 +244,22 @@ checking for Google libkml... yes</div>

<div> checking if Google libkml version is &gt;= 1.3.0... no</div><div> using odbc library from /usr/local.</div><div> checking if Oracle support is enabled... no</div><div>-checking Checking for DODS... disabled</div><div>

+checking Checking for DODS... libdap &lt; 3.10</div><div>+libdap &gt;= 3.9</div><div>+setting DODS root directory to /usr/local</div><div>         found libcurl version 7.19.7</div><div>-checking for curl_global_init in -lcurl... yes</div>

<div>-checking for spatialite_init in -lspatialite... yes</div><div>-enabled</div><div>+checking for curl_global_init in -lcurl... no</div><div>+checking for spatialite_init in -lspatialite... no</div><div>+disabled</div>

<div>+checking for sqlite3_open in -lsqlite3... yes</div><div>+checking for SQLite3 library &gt;= 3.0.0... yes</div><div> checking Checking for DWGdirect... disabled</div><div> configure: &quot;IBM Informix DataBlade support disabled.&quot;</div>

<div> configure: checking whether we should include ESRI SDE support...</div><div>         ESRI SDE support not requested.</div><div> checking for VFK support... yes</div><div>-checking for eps_read_block_header in -lepsilon... yes</div>

<div>+checking for eps_read_block_header in -lepsilon... no</div><div>+libepsilon not found - EPSILON support disabled</div><div> checking for geos-config... /usr/local/bin/geos-config</div><div> checking for GEOS version &gt;= 2.2.0... yes</div>

<div> checking for GEOSversion in -lgeos_c... yes</div><div>@@ -263,7 +268,10 @@ checking for OpenCL support... no</div><div> checking for FreeXL support... checking freexl.h usability... yes</div><div> checking freexl.h presence... yes</div>

<div> checking for freexl.h... yes</div><div>-checking for freexl_open in -lfreexl... yes</div><div>+checking for freexl_open in -lfreexl... no</div><div>+checking for freexl_open in -lfreexl... no</div><div>+checking for freexl_open in -lfreexl... no</div>

<div>+libfreexl not found - FreeXL support disabled</div><div> checking whether to enable PAM... yes</div><div> checking for poppler... yes</div><div> checking if Catalog::optContent exists... yes</div><div>@@ -318,9 +326,9 @@ GDAL is now configured for i386-apple-darwin10.8.0</div>

<div>   MrSID/MG4 Lidar support:   no</div><div>   MSG support:               no</div><div>   GRIB support:              yes</div><div>-  EPSILON support:           yes</div><div>+  EPSILON support:           no</div><div>

   WebP support:              no</div><div>-  cURL support (wms/wcs/...):yes</div><div>+  cURL support (wms/wcs/...):no</div><div>   PostgreSQL support:        yes</div><div>   MySQL support:             no</div><div>   Ingres support:            no</div>

<div>@@ -337,9 +345,9 @@ GDAL is now configured for i386-apple-darwin10.8.0</div><div>   GEORASTER support:         no</div><div>   SDE support:               no</div><div>   Rasdaman support:          no</div><div>-  DODS support:              no</div>

<div>+  DODS support:              yes</div><div>   SQLite support:            yes</div><div>-  SpatiaLite support:        yes</div><div>+  SpatiaLite support:        no</div><div>   DWGdirect support          no</div><div>

   INFORMIX DataBlade support:no</div><div>   GEOS support:              yes</div><div>@@ -348,7 +356,7 @@ GDAL is now configured for i386-apple-darwin10.8.0</div><div>   Podofo support:            no</div><div>   OpenCL support:            no</div>

<div>   Armadillo support:         no</div><div>-  FreeXL support:            yes</div><div>+  FreeXL support:            no</div><div> </div><div>   Mac OS X Framework :       no</div></div><div><br></div><div><br></div>

<div>Any ideas why providing configure with the info to find one package is hosing four unrelated packages?</div><div><br></div><div>Thanks!</div><div><br></div><div><br></div><div>-Charlie</div>