Added the 'lex' symlink to flex' installation

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@114 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2001-02-08 01:43:24 +00:00
parent 4931dd3a6e
commit b396a8099d
2 changed files with 6 additions and 1 deletions

View File

@ -52,6 +52,9 @@ the ldconfig and ldd programs anymore; Glibc-2.2.1 comes with good
working versions.
</para></listitem>
<listitem><para>
Chapter 6: Added the creation of the lex symlink to the flex
installation.
</itemizedlist>
</sect1>

View File

@ -9,7 +9,9 @@ Install Flex by running the following commands:
<userinput>./configure --prefix=/usr &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install</userinput>
<userinput>make install &amp;&amp;</userinput>
<userinput>cd /usr/bin &amp;&amp;</userinput>
<userinput>ln -s flex lex</userinput>
</literallayout></blockquote>