I&#39;m not an autoconf guru, but that&#39;s no problem, the project is not using autoconf :-)<br>Quite a lot of changes are needed if you want to switch to a shared build.<br>246 lines in the makefiles contain direct references to a static build:<br>

grep &#39;\.a&#39; $(find . -name Makefile) |wc<br>    246    1220   19466<br><br>Although the changes needed are pretty generic and could be scripted, I would only make the changes if sufficient people can test the new build. <br>

<br>Johan<br><br><div class="gmail_quote">On Sun, Feb 20, 2011 at 2:44 AM, Hamish <span dir="ltr">&lt;<a href="mailto:hamish_b@yahoo.com">hamish_b@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Hi,<br>
<br>
right now the install_mb-system.sh script is building with static<br>
libraries. If we could figure out how to compile that with shared<br>
libs we could probably free up 100mb on the disc, which is badly<br>
needed since we have some new large projects this round, and as<br>
it was we were stuffed to the gills at the end of last round.<br>
<br>
does anyone knows their way around autoconf enough to lend a hand?<br>
I suspect the solution is frustratingly not far away but I can&#39;t<br>
seem to get the switches right.<br>
<br>
or failing that, are there any overachieving cmake experts around<br>
who can help port the thing? :-) [work has already started on<br>
that upstream, but stalled due to a lack of experts, and help<br>
is needed]<br>
<br>
<br>
thanks,<br>
Hamish<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
Live-demo mailing list<br>
<a href="mailto:Live-demo@lists.osgeo.org">Live-demo@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/live-demo" target="_blank">http://lists.osgeo.org/mailman/listinfo/live-demo</a><br>
<a href="http://wiki.osgeo.org/wiki/Live_GIS_Disc" target="_blank">http://wiki.osgeo.org/wiki/Live_GIS_Disc</a><br>
</blockquote></div><br>