Changeset a62153d


Ignore:
Timestamp:
Mar 30, 2014, 6:13:24 AM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
c5460d0
Parents:
cf756da
Message:

Remove libl link to libfl during Flex install. Was started way back in the day of LFS during 2002 and Detex install where libl.a was required. Haven't seen a need for it in a very long time.

Location:
BOOK/final-system
Files:
4 edited

Legend:

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

    rcf756da ra62153d  
    4242<screen os="g"><userinput>make install</userinput></screen>
    4343
    44     <para os="h">There are some packages that expect to find the
    45     <filename class="libraryfile">lex</filename> library in <filename
    46     class="directory">/usr/lib</filename>. Create a symlink to account for
    47     this:</para>
    48 
    49 <screen os="i"><userinput>ln -sv libfl.a /usr/lib/libl.a</userinput></screen>
    50 
    51     <para os="j">A few programs do not know about <command>flex</command> yet and
     44    <para os="h">A few programs do not know about <command>flex</command> yet and
    5245    try to run its predecessor, <command>lex</command>. To support those
    5346    programs, create a wrapper script named <filename>lex</filename> that
     
    5548    mode:</para>
    5649
    57 <screen os="k"><userinput>cat &gt; /usr/bin/lex &lt;&lt; "EOF"
     50<screen os="i"><userinput>cat &gt; /usr/bin/lex &lt;&lt; "EOF"
    5851<literal>#!/bin/sh
    5952# Begin /usr/bin/lex
  • BOOK/final-system/multilib/flex-64bit.xml

    rcf756da ra62153d  
    5353    xpointer="xpointer(//*[@os='g'])"/>
    5454
    55     <para os="h">There are some packages that expect to find the
    56     <filename class="libraryfile">lex</filename> library in <filename
    57     class="directory">/usr/lib64</filename>. Create a symlink to account for
    58     this:</para>
    59 
    60 <screen os="i"><userinput>ln -sv libfl.a /usr/lib64/libl.a</userinput></screen>
     55    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     56    href="../common/flex.xml"
     57    xpointer="xpointer(//*[@os='h'])"/>
    6158
    6259    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    6360    href="../common/flex.xml"
    64     xpointer="xpointer(//*[@os='j'])"/>
    65 
    66     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    67     href="../common/flex.xml"
    68     xpointer="xpointer(//*[@os='k'])"/>
     61    xpointer="xpointer(//*[@os='i'])"/>
    6962
    7063  </sect2>
  • BOOK/final-system/multilib/flex-n32.xml

    rcf756da ra62153d  
    4545    xpointer="xpointer(//*[@os='g'])"/>
    4646
    47     <para os="h">There are some packages that expect to find the
    48     <filename class="libraryfile">lex</filename> library in <filename
    49     class="directory">/usr/lib32</filename>. Create a symlink to account for
    50     this:</para>
    51 
    52 <screen os="i"><userinput>ln -sv libfl.a /usr/lib32/libl.a</userinput></screen>
    53 
    5447  </sect2>
    5548
  • BOOK/final-system/multilib/flex.xml

    rcf756da ra62153d  
    4141<screen os="g"><userinput>make install-libLIBRARIES</userinput></screen>
    4242
    43     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    44     href="../common/flex.xml"
    45     xpointer="xpointer(//*[@os='h'])"/>
    46 
    47     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    48     href="../common/flex.xml"
    49     xpointer="xpointer(//*[@os='i'])"/>
    50 
    5143  </sect2>
    5244
Note: See TracChangeset for help on using the changeset viewer.