Changeset c51839c


Ignore:
Timestamp:
Sep 9, 2007, 4:23:09 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
16dcec0
Parents:
1d13292
Message:

Build a PIC libfl.a with flex.

Location:
BOOK
Files:
5 edited

Legend:

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

    r1d13292 rc51839c  
    3232    <para os="g">Compile the package:</para>
    3333
    34 <screen os="h"><userinput>make</userinput></screen>
     34<screen os="h"><userinput>make CC="gcc -fPIC" libfl.a
     35make</userinput></screen>
    3536
    3637    <para os="i">To test the results, issue:
  • BOOK/final-system/multilib/flex-64bit.xml

    r1d13292 rc51839c  
    3333    xpointer="xpointer(//*[@os='g'])"/>
    3434
    35     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    36     href="../common/flex.xml"
    37     xpointer="xpointer(//*[@os='h'])"/>
     35<screen os="h"><userinput>make CC="gcc ${BUILD64} -fPIC" libfl.a
     36make</userinput></screen>
    3837
    3938    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/multilib/flex-n32.xml

    r1d13292 rc51839c  
    2626    xpointer="xpointer(//*[@os='e'])"/>
    2727
    28 <screen os="f"><userinput>CC="gcc ${BUILDN32}" ./configure --prefix=/usr \
     28<screen os="f"><userinput>CC="gcc ${BUILDN32} -fPIC" ./configure --prefix=/usr \
    2929   --libdir=/usr/lib32</userinput></screen>
    3030
  • BOOK/final-system/multilib/flex.xml

    r1d13292 rc51839c  
    2727    xpointer="xpointer(//*[@os='e'])"/>
    2828
    29 <screen os="f"><userinput>CC="gcc ${BUILD32}" ./configure --prefix=/usr</userinput></screen>
     29<screen os="f"><userinput>CC="gcc ${BUILD32} -fPIC" ./configure --prefix=/usr</userinput></screen>
    3030
    3131    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/introduction/common/changelog.xml

    r1d13292 rc51839c  
    4040      <para>September 09, 2007</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Build a PIC libfl.a with Flex.</para>
     44        </listitem>
    4245        <listitem>
    4346          <para>[jim] - Updated Util-Linux-ng in Boot Section, to cross-compile.</para>
Note: See TracChangeset for help on using the changeset viewer.