changeset 1861:7c79d777c71a

Added a hint about "--enable-static" to the documentation
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 14 Sep 2011 16:25:21 +0200
parents bee15ead0459
children e24d2c37a86b b5e049bfa52e
files doc/index.html
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/index.html	Wed Sep 14 16:21:38 2011 +0200
+++ b/doc/index.html	Wed Sep 14 16:25:21 2011 +0200
@@ -340,6 +340,12 @@
 make</pre>
 
     <p>
+    If you build a library, you might also want to enforce a static build:
+    </p>
+    <pre>./configure --host=<span class="target">i686-pc-mingw32</span> --enable-static --disable-shared
+make</pre>
+
+    <p>
     Don't worry about a warning like this:
     </p>
     <pre>configure: WARNING: If you wanted to set the --build type, don't use --host.