source: BOOK/final-system/multilib/flex-64bit.xml @ 3e0fdeb

clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 3e0fdeb was 3e0fdeb, checked in by William Harrington <kb0iic@…>, 12 years ago

Update some package versions and add gcc and binutils branch updates into book.

  • Property mode set to 100644
File size: 2.2 KB
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f8be484]4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-system-flex" role="wrap">
9  <?dbhtml filename="flex-64bit.html"?>
10
11  <title>Flex-&flex-version; 64 Bit</title>
12
13  <indexterm zone="ch-system-flex">
14    <primary sortas="a-Flex">Flex</primary>
15  </indexterm>
16
[dabbced]17  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[1cd688b]18  href="../common/flex.xml"
19  xpointer="xpointer(//*[@role='package'])"/>
[3f8be484]20
21  <sect2 role="installation">
22    <title>Installation of Flex</title>
23
[dabbced]24    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]25    href="flex.xml"
[4bb4b626]26    xpointer="xpointer(//*[@os='a'])"/>
[3f8be484]27
[4bb4b626]28<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \
[3f8be484]29    --libdir=/usr/lib64</userinput></screen>
30
[dabbced]31    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]32    href="flex.xml"
[4bb4b626]33    xpointer="xpointer(//*[@os='c'])"/>
[3f8be484]34
[dabbced]35    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[2447f2b]36    href="../common/flex.xml"
[4bb4b626]37    xpointer="xpointer(//*[@os='d'])"/>
[3f8be484]38
[dabbced]39    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[e0e40d3]40    href="../common/flex.xml"
[4bb4b626]41    xpointer="xpointer(//*[@os='e'])"/>
[3f8be484]42
[dabbced]43    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]44    href="flex.xml"
[4bb4b626]45    xpointer="xpointer(//*[@os='f'])"/>
[3f8be484]46
[dabbced]47    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[77ce7fd]48    href="../common/flex.xml"
[4bb4b626]49    xpointer="xpointer(//*[@os='g'])"/>
[e0e40d3]50
[4bb4b626]51    <para os="h">There are some packages that expect to find the
[3f8be484]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
[4bb4b626]56<screen os="i"><userinput>ln -sv libfl.a /usr/lib64/libl.a</userinput></screen>
[3f8be484]57
[dabbced]58    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]59    href="../common/flex.xml"
[4bb4b626]60    xpointer="xpointer(//*[@os='j'])"/>
[3f8be484]61
[dabbced]62    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]63    href="../common/flex.xml"
[4bb4b626]64    xpointer="xpointer(//*[@os='k'])"/>
[3f8be484]65
66  </sect2>
67
[dabbced]68  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]69  href="../common/flex.xml"
70  xpointer="xpointer(id('contents-flex'))"/>
71
72</sect1>
Note: See TracBrowser for help on using the repository browser.