[mapserver-users] Mapserver as static executable

2014-11-18 Thread jdmorgan
Hello, I am trying to compile MapServer 6.4.1 on CENTOS (RHEL Linux) in as a stand-alone static executable. At http://mapserver.org/installation/unix.html it says "If you want to also build a static version of the library, the BUILD_STATIC and LINK_STATIC_LIBMAPSERVER options can be used," t

Re: [mapserver-users] Mapserver as static executable

2014-11-19 Thread thomas bonfort
Those flags only influence how the mapserver binaries (shp2img, mapserv, etc...) are linked to libmapserver, not how libmapserver links to its dependencies. There is currently now way that I know of to statically link the dependencies. If you figure out how to do so in cmake and wanted to submit a