summaryrefslogtreecommitdiff
path: root/docs/docbook/projdoc/Compiling.xml
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2003-05-27 16:10:53 +0000
committerJohn Terpstra <jht@samba.org>2003-05-27 16:10:53 +0000
commit5a4a8305cc2298394ff188be330c6cd48761b36d (patch)
treec2ef455f88ca9efc10375e3ca0d4e83268ecc54f /docs/docbook/projdoc/Compiling.xml
parent6d4b58f622aed99b61813b1bc90b8a07edf5d83c (diff)
downloadsamba-5a4a8305cc2298394ff188be330c6cd48761b36d.tar.gz
samba-5a4a8305cc2298394ff188be330c6cd48761b36d.tar.bz2
samba-5a4a8305cc2298394ff188be330c6cd48761b36d.zip
Added a few example case thingies - called Common Errors.
(This used to be commit 58ed149471289c71f6e562495aef7b4e6ace0ad2)
Diffstat (limited to 'docs/docbook/projdoc/Compiling.xml')
-rw-r--r--docs/docbook/projdoc/Compiling.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/docbook/projdoc/Compiling.xml b/docs/docbook/projdoc/Compiling.xml
index f392efb32b..f7f0a8394d 100644
--- a/docs/docbook/projdoc/Compiling.xml
+++ b/docs/docbook/projdoc/Compiling.xml
@@ -448,4 +448,20 @@ example of what you would not want to see would be:
script to make Samba fit into that system.</para></note>
</sect2>
</sect1>
+
+<sect1>
+<title>Common Errors</title>
+
+<para>
+I've compiled Samba-3 from the CVS and the two binaries (smbd and nmbd)
+are very large files (40 Mg and 20 Mg). I've the same result with
+--enable-shared ?
+</para>
+
+<para>
+Answer: Strip the binaries (or dond't compile with -g).
+</para>
+
+</sect1>
+
</chapter>