Updated faq about automatically running strip
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@335 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
984b5366cd
commit
8a646adec4
12
faq.html
12
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
|
<br><font color="#330000"><a href="#3.2">3.3. Why does everything go into
|
||||||
/usr/local?</a></font>
|
/usr/local?</a></font>
|
||||||
<br><font color="#330000"><a href="#3.4">3.4. I get errors about 'bindtextdomain',
|
<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>
|
<h2>
|
||||||
<font color="#330000"><a href="#4">4. Running</a></font></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
|
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>
|
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%">
|
<hr WIDTH="100%">
|
||||||
<h1>
|
<h1>
|
||||||
<a NAME="4"></a><font color="#330000">4. Running</font></h1>
|
<a NAME="4"></a><font color="#330000">4. Running</font></h1>
|
||||||
|
|
Loading…
Reference in New Issue