2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Sed</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Install Sed by running the following commands:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<blockquote><literallayout>
|
|
|
|
<userinput>export CPPFLAGS=-Dre_max_failures=re_max_failures2
|
|
|
|
&&</userinput>
|
|
|
|
<userinput>./configure --prefix=$LFS/usr
|
2001-03-28 14:33:38 +01:00
|
|
|
--bindir=$LFS/bin &&</userinput>
|
2001-01-24 00:31:17 +00:00
|
|
|
<userinput>unset CPPFLAGS &&</userinput>
|
|
|
|
<userinput>make LDFLAGS=-static &&</userinput>
|
|
|
|
<userinput>make install</userinput>
|
|
|
|
</literallayout></blockquote>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|