diff options
Diffstat (limited to 'chapter06/flex.xml')
-rw-r--r-- | chapter06/flex.xml | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/chapter06/flex.xml b/chapter06/flex.xml index 4ae366db2..c0adcfb58 100644 --- a/chapter06/flex.xml +++ b/chapter06/flex.xml @@ -41,10 +41,6 @@ <sect2 role="installation"> <title>Installation of Flex</title> - <para>First, skip running three regression tests that require Bison:</para> - -<screen><userinput remap="pre">sed -i -e '/test-bison/d' tests/Makefile.in</userinput></screen> - <para>Prepare Flex for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ @@ -62,14 +58,7 @@ <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> -<!-- - <para>There are some packages that expect to find the - <filename class="libraryfile">lex</filename> library in <filename - class="directory">/usr/lib</filename>. Create a symlink to account for - this:</para> - -<screen><userinput remap="install">ln -sv libfl.a /usr/lib/libl.a</userinput></screen> ---> + <para>A few programs do not know about <command>flex</command> yet and try to run its predecessor, <command>lex</command>. To support those programs, create a symbolic link named <filename>lex</filename> that |