commit 8a646adec42ec5bee394c69227ec65bb9f6b0a3c
parent 984b5366cd7ba4a0fee7118e4fcc479b0a02c470
Author: Chris Allegretta <chrisa@asty.org>
Date: Tue, 28 Nov 2000 00:15:54 +0000
Updated faq about automatically running strip
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@335 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/faq.html b/faq.html
@@ -46,7 +46,9 @@ THE HECK DO I DO NOW?</a></font>
<br><font color="#330000"><a href="#3.2">3.3. Why does everything go into
/usr/local?</a></font>
<br><font color="#330000"><a href="#3.4">3.4. I get errors about 'bindtextdomain',
-'gettext' and/or 'gettextdomain'. What can I do about it?</a></font></blockquote>
+'gettext' and/or 'gettextdomain'. What can I do about it?</a></font>
+<br><font color="#330000"><a href="#3.5">3.5. Nano should automatically
+run strip on the binary when installing it!</a></font></blockquote>
<h2>
<font color="#330000"><a href="#4">4. Running</a></font></h2>
@@ -330,6 +332,14 @@ install</b>.</font></blockquote>
and see if that solves your problem. You make need to do a <b>make
clean ; make</b> to get it to work fully.</font></blockquote>
+<h2>
+<a NAME="3.5"></a><font color="#330000">3.5. Nano should automatically
+run strip on the binary when installing it!</font></h2>
+
+<blockquote><font color="#330000">Actually, it does, but you have to use
+<b>make install-strip</b>. The default make install does not, and will
+not, run strip automatically.</font></blockquote>
+
<hr WIDTH="100%">
<h1>
<a NAME="4"></a><font color="#330000">4. Running</font></h1>