From 8a646adec42ec5bee394c69227ec65bb9f6b0a3c Mon Sep 17 00:00:00 2001 From: Chris Allegretta Date: Tue, 28 Nov 2000 00:15:54 +0000 Subject: [PATCH] Updated faq about automatically running strip git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@335 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- faq.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/faq.html b/faq.html index 4347e220..2b908fbf 100644 --- a/faq.html +++ b/faq.html @@ -46,7 +46,9 @@ THE HECK DO I DO NOW?
3.3. Why does everything go into /usr/local?
3.4. I get errors about 'bindtextdomain', -'gettext' and/or 'gettextdomain'.  What can I do about it? +'gettext' and/or 'gettextdomain'.  What can I do about it? +
3.5. Nano should automatically +run strip on the binary when installing it!

4. Running

@@ -330,6 +332,14 @@ install. and see if that solves your problem.  You make need to do a make clean ; make to get it to work fully. +

+3.5. Nano should automatically +run strip on the binary when installing it!

+ +
Actually, it does, but you have to use +make install-strip. The default make install does not, and will +not, run strip automatically.
+

4. Running

-- 2.39.5