2003-01-11 17:41:17 +00:00
|
|
|
<sect2><title> </title><para> </para></sect2>
|
|
|
|
|
2002-03-09 02:54:58 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Gawk</title>
|
|
|
|
|
2003-01-11 17:41:17 +00:00
|
|
|
<para>Prepare Gawk to be compiled:</para>
|
2002-03-09 02:54:58 +00:00
|
|
|
|
2003-05-02 19:20:20 +01:00
|
|
|
<para><screen><userinput>CFLAGS="-O2 -pipe" \
|
|
|
|
./configure --prefix=/stage1</userinput></screen></para>
|
2003-01-11 17:41:17 +00:00
|
|
|
|
|
|
|
<para>Continue with compiling the package:</para>
|
|
|
|
|
2003-05-02 19:20:20 +01:00
|
|
|
<para><screen><userinput>make LDFLAGS="-s"</userinput></screen></para>
|
2003-01-11 17:41:17 +00:00
|
|
|
|
|
|
|
<para>And finish off installing the package:</para>
|
|
|
|
|
|
|
|
<para><screen><userinput>make install</userinput></screen></para>
|
2002-03-09 02:54:58 +00:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|