Ignore:
Timestamp:
Feb 21, 2006, 1:23:04 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
69caf2f
Parents:
82fedc4
Message:

r781@server (orig r779): jim | 2005-11-30 22:14:06 -0800

r836@server: jim | 2005-11-30 22:13:02 -0800
Text updates to final-system


File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/flex.xml

    r82fedc4 re0e40d3  
    4949    <para os="e">Prepare Flex for compilation:</para>
    5050
    51 <screen><userinput>./configure --prefix=/usr</userinput></screen>
     51<screen os="f"><userinput>./configure --prefix=/usr</userinput></screen>
    5252
    53     <para os="f">Compile the package:</para>
     53    <para os="g">Compile the package:</para>
    5454
    55 <screen os="g"><userinput>make</userinput></screen>
     55<screen os="h"><userinput>make</userinput></screen>
    5656
    57     <para os="h">To test the results, issue:
     57    <para os="i">To test the results, issue:
    5858    <userinput>make check</userinput>.</para>
    5959
    60     <para os="i">Install the package:</para>
     60    <para os="j">Install the package:</para>
    6161
    62 <screen os="j"><userinput>make install</userinput></screen>
     62<screen os="k"><userinput>make install</userinput></screen>
    6363
    64     <para os="k">There are some packages that expect to find the
     64    <para os="l">There are some packages that expect to find the
    6565    <filename class="libraryfile">lex</filename> library in <filename
    6666    class="directory">/usr/lib</filename>. Create a symlink to account for
    6767    this:</para>
    6868
    69 <screen os="l"><userinput>ln -s libfl.a /usr/lib/libl.a</userinput></screen>
     69<screen os="m"><userinput>ln -s libfl.a /usr/lib/libl.a</userinput></screen>
    7070
    71     <para os="m">A few programs do not know about <command>flex</command> yet and
     71    <para os="n">A few programs do not know about <command>flex</command> yet and
    7272    try to run its predecessor, <command>lex</command>. To support those
    7373    programs, create a wrapper script named <filename>lex</filename> that
     
    7575    mode:</para>
    7676
    77 <screen os="n"><userinput>cat &gt; /usr/bin/lex &lt;&lt; "EOF"
     77<screen os="o"><userinput>cat &gt; /usr/bin/lex &lt;&lt; "EOF"
    7878<literal>#!/bin/sh
    7979# Begin /usr/bin/lex
Note: See TracChangeset for help on using the changeset viewer.