diff options
Diffstat (limited to 'chapter06/flex.xml')
-rw-r--r-- | chapter06/flex.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/chapter06/flex.xml b/chapter06/flex.xml index 7bd8954ac..bd4bd545f 100644 --- a/chapter06/flex.xml +++ b/chapter06/flex.xml @@ -41,17 +41,20 @@ <sect2 role="installation"> <title>Installation of Flex</title> +<!-- <para>First, fix a problem introduced with glibc-2.26:</para> <screen><userinput remap="pre">sed -i "/math.h/a #include <malloc.h>" src/flexdef.h</userinput></screen> <para>The build procedure assumes the <application>help2man</application> - program is available to create a man page from the executable --help option. + program is available to create a man page from the executable - -help option. This is not present, so we use an environment variable to skip this process. - Now, prepare Flex for compilation:</para> + Now, prepare Flex for compilation:</para> --> -<screen><userinput remap="configure">HELP2MAN=/bin/true \ -./configure --prefix=/usr --docdir=/usr/share/doc/flex-&flex-version;</userinput></screen> + <para>Prepare Flex for compilation:</para> + +<!-- <screen><userinput remap="configure">HELP2MAN=/tools/bin/true \ --> +<screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/flex-&flex-version;</userinput></screen> <para>Compile the package:</para> |