Changeset 2447f2b
- Timestamp:
- Aug 2, 2010, 7:04:49 PM (14 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 7c59b60
- Parents:
- c173967
- Location:
- BOOK/final-system/multilib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/multilib/flex-64bit.xml
rc173967 r2447f2b 42 42 43 43 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 44 href=" flex.xml"44 href="../common/flex.xml" 45 45 xpointer="xpointer(//*[@os='d'])"/> 46 46 -
BOOK/final-system/multilib/flex-n32.xml
rc173967 r2447f2b 47 47 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 48 48 href="flex.xml" 49 xpointer="xpointer(//*[@os=' e'])"/>49 xpointer="xpointer(//*[@os='f'])"/> 50 50 51 51 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 52 52 href="flex.xml" 53 xpointer="xpointer(//*[@os=' f'])"/>53 xpointer="xpointer(//*[@os='g'])"/> 54 54 55 <para os=" g">There are some packages that expect to find the55 <para os="h">There are some packages that expect to find the 56 56 <filename class="libraryfile">lex</filename> library in <filename 57 57 class="directory">/usr/lib32</filename>. Create a symlink to account for 58 58 this:</para> 59 59 60 <screen os=" h"><userinput>ln -sv libfl.a /usr/lib32/libl.a</userinput></screen>60 <screen os="i"><userinput>ln -sv libfl.a /usr/lib32/libl.a</userinput></screen> 61 61 62 62 </sect2> -
BOOK/final-system/multilib/flex.xml
rc173967 r2447f2b 41 41 xpointer="xpointer(//*[@os='c'])"/> 42 42 43 <screen os="h"><userinput>make libfl.a</userinput></screen> 44 45 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 46 href="../common/flex.xml" 47 xpointer="xpointer(//*[@os='d'])"/> 48 49 <screen os="e"><userinput>make install-libLIBRARIES</userinput></screen> 43 <screen os="d"><userinput>make libfl.a libfl_pic.a</userinput></screen> 50 44 51 45 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 53 47 xpointer="xpointer(//*[@os='f'])"/> 54 48 49 <screen os="g"><userinput>make install-libLIBRARIES</userinput></screen> 50 55 51 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 56 52 href="../common/flex.xml" 57 xpointer="xpointer(//*[@os='g'])"/> 53 xpointer="xpointer(//*[@os='h'])"/> 54 55 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 56 href="../common/flex.xml" 57 xpointer="xpointer(//*[@os='i'])"/> 58 58 59 59 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.