|
@@ -41,10 +41,6 @@
|
|
|
<sect2 role="installation">
|
|
|
<title>Installation of Flex</title>
|
|
|
|
|
|
- <para>Apply a patch that fixes a bug in the C++ scanner generator, that causes scanner compilation to fail when using GCC-&gcc-version;:</para>
|
|
|
-
|
|
|
-<screen><userinput remap="pre">patch -Np1 -i ../&flex-gcc-patch;</userinput></screen>
|
|
|
-
|
|
|
<para>Prepare Flex for compilation:</para>
|
|
|
|
|
|
<screen><userinput remap="configure">./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info</userinput></screen>
|
|
@@ -57,6 +53,9 @@
|
|
|
|
|
|
<screen><userinput remap="test">make -k check</userinput></screen>
|
|
|
|
|
|
+ <para>There are two tests that fail due to incompatibilities
|
|
|
+ with the most recent version of bison.</para>
|
|
|
+
|
|
|
<para>Install the package:</para>
|
|
|
|
|
|
<screen><userinput remap="install">make install</userinput></screen>
|