- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/flex.xml
r686839b r842cd58 26 26 <title>Installation of Flex</title> 27 27 28 <para os="p1">The following patch contains fixes to Generate proper 29 GCC 4.4.x code:</para> 30 31 <screen os="p2"><userinput>patch -Np1 -i ../&flex-gcc44-patch;</userinput></screen> 32 28 33 <para os="a">Prepare Flex for compilation:</para> 29 34 … … 34 39 <screen os="d"><userinput>make</userinput></screen> 35 40 36 <para os="e">To test the results, issue:</para> 37 38 <screen os="e2"><userinput remap="test">make check</userinput></screen> 41 <para os="e">To test the results, issue: 42 <userinput>make check</userinput>.</para> 39 43 40 44 <para os="f">Install the package:</para> … … 97 101 </varlistentry> 98 102 99 <varlistentry id="flexpp">100 <term><command>flex++</command></term>101 <listitem>102 <para>Link to <command>flex</command> which makes it generate C++103 scanner classes</para>104 <indexterm zone="ch-system-flex flexpp">105 <primary sortas="b-flex++">flex++</primary>106 </indexterm>107 </listitem>108 </varlistentry>109 110 103 <varlistentry id="lex"> 111 104 <term><command>lex</command></term>
Note:
See TracChangeset
for help on using the changeset viewer.