- Timestamp:
- Sep 9, 2007, 11:23:09 PM (17 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 16dcec0
- Parents:
- 1d13292
- Location:
- BOOK
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/flex.xml
r1d13292 rc51839c 32 32 <para os="g">Compile the package:</para> 33 33 34 <screen os="h"><userinput>make</userinput></screen> 34 <screen os="h"><userinput>make CC="gcc -fPIC" libfl.a 35 make</userinput></screen> 35 36 36 37 <para os="i">To test the results, issue: -
BOOK/final-system/multilib/flex-64bit.xml
r1d13292 rc51839c 33 33 xpointer="xpointer(//*[@os='g'])"/> 34 34 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 36 make</userinput></screen> 38 37 39 38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/multilib/flex-n32.xml
r1d13292 rc51839c 26 26 xpointer="xpointer(//*[@os='e'])"/> 27 27 28 <screen os="f"><userinput>CC="gcc ${BUILDN32} " ./configure --prefix=/usr \28 <screen os="f"><userinput>CC="gcc ${BUILDN32} -fPIC" ./configure --prefix=/usr \ 29 29 --libdir=/usr/lib32</userinput></screen> 30 30 -
BOOK/final-system/multilib/flex.xml
r1d13292 rc51839c 27 27 xpointer="xpointer(//*[@os='e'])"/> 28 28 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> 30 30 31 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/introduction/common/changelog.xml
r1d13292 rc51839c 40 40 <para>September 09, 2007</para> 41 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Build a PIC libfl.a with Flex.</para> 44 </listitem> 42 45 <listitem> 43 46 <para>[jim] - Updated Util-Linux-ng in Boot Section, to cross-compile.</para>
Note:
See TracChangeset
for help on using the changeset viewer.