Ignore:
Timestamp:
Aug 11, 2009, 5:56:31 PM (15 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:
e124019
Parents:
d3d4417f
Message:

Added Flex to Temp-System

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/multilib/flex-64bit.xml

    rd3d4417f r4bb4b626  
    2424    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2525    href="flex.xml"
    26     xpointer="xpointer(//*[@os='e'])"/>
     26    xpointer="xpointer(//*[@os='a'])"/>
    2727
    28 <screen os="f"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \
     28<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \
    2929    --libdir=/usr/lib64</userinput></screen>
    3030
    3131    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3232    href="flex.xml"
    33     xpointer="xpointer(//*[@os='g'])"/>
     33    xpointer="xpointer(//*[@os='c'])"/>
    3434
    35 <screen os="h"><userinput>make</userinput></screen>
     35    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     36    href="flex.xml"
     37    xpointer="xpointer(//*[@os='d'])"/>
    3638
    3739    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3840    href="../common/flex.xml"
    39     xpointer="xpointer(//*[@os='i'])"/>
     41    xpointer="xpointer(//*[@os='e'])"/>
    4042
    4143    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    4244    href="flex.xml"
     45    xpointer="xpointer(//*[@os='f'])"/>
     46
     47    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     48    href="../common/flex.xml"
     49    xpointer="xpointer(//*[@os='g'])"/>
     50
     51    <para os="h">There are some packages that expect to find the
     52    <filename class="libraryfile">lex</filename> library in <filename
     53    class="directory">/usr/lib64</filename>. Create a symlink to account for
     54    this:</para>
     55
     56<screen os="i"><userinput>ln -sv libfl.a /usr/lib64/libl.a</userinput></screen>
     57
     58    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     59    href="../common/flex.xml"
    4360    xpointer="xpointer(//*[@os='j'])"/>
    4461
     
    4663    href="../common/flex.xml"
    4764    xpointer="xpointer(//*[@os='k'])"/>
    48 
    49     <para os="l">There are some packages that expect to find the
    50     <filename class="libraryfile">lex</filename> library in <filename
    51     class="directory">/usr/lib64</filename>. Create a symlink to account for
    52     this:</para>
    53 
    54 <screen os="m"><userinput>ln -sv libfl.a /usr/lib64/libl.a</userinput></screen>
    55 
    56     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    57     href="../common/flex.xml"
    58     xpointer="xpointer(//*[@os='n'])"/>
    59 
    60     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    61     href="../common/flex.xml"
    62     xpointer="xpointer(//*[@os='o'])"/>
    6365
    6466  </sect2>
Note: See TracChangeset for help on using the changeset viewer.