[FGS] getting to ./configure flags

Guillaume Dallaire gdallaire at dmsolutions.ca
Wed Oct 26 10:02:54 EDT 2005


Hi Charlton,

On Tue, 2005-10-25 at 16:03 -0400, Charlton Purvis wrote:
> Hi, folks:
> 
> I am wondering if I could undo some of the mystery behind a MS build such as
> fgs-gmap-demo-0.2.3-linux-i386.bin?  Could you share the MS ./configure
> flags w/ the group?  I'm particularly interested because the PHP.so that I
> build against my own MS source code w/ a similar capabilities list is a LOT
> larger than the one that comes packaged w/ the FGS.

The tool we use to build FGS modules is available here:

http://www.maptools.org/fgs/index.phtml?page=fgs-sandbox.html

Here is the ./configure flags used to build Mapserver:

./configure --prefix=$FGS_BUILD_HOME/mapserver $DEBUG_option \
--with-gdal=$FGS_BUILD_HOME/gdal/bin/gdal-config \
--with-ogr=$FGS_BUILD_HOME/gdal/bin/gdal-config \
--with-gd=$FGS_BUILD_HOME/gd/ \
--with-libiconv=$FGS_BUILD_HOME/libiconv/ \
--with-png=$FGS_BUILD_HOME/libpng \
--with-proj=$FGS_BUILD_HOME/proj \
--with-curl-config=$FGS_BUILD_HOME/curl/bin/curl-config \
--with-wmsclient --with-wfs --with-wfsclient  \
--with-postgis=$FGS_BUILD_HOME/postgresql/bin/pg_config \
--with-php=$FGS_BUILD_HOME/php \
--with-httpd=$FGS_BUILD_HOME/apache/bin/httpd \
--without-pdf --without-xpm --without-tiff \

Guillaume

-- 
------------------------------------------------------------
  Guillaume Dallaire               gdallaire at dmsolutions.ca
  DM Solutions Group             http://www.dmsolutions.ca/
------------------------------------------------------------



More information about the Foss-gis-suite mailing list