]> git.wh0rd.org Git - nano.git/commitdiff
Updated faq about automatically running strip
authorChris Allegretta <chrisa@asty.org>
Tue, 28 Nov 2000 00:15:54 +0000 (00:15 +0000)
committerChris Allegretta <chrisa@asty.org>
Tue, 28 Nov 2000 00:15:54 +0000 (00:15 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@335 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

faq.html

index 4347e220cfe7510f7152791fe0a6472408405017..2b908fbf23642241ad7461195e07109d606e80f5 100644 (file)
--- 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'.&nbsp; What can I do about it?</a></font></blockquote>
+'gettext' and/or 'gettextdomain'.&nbsp; 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.&nbsp; 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>