source: BOOK/final-system/multilib/flex-64bit.xml@ 8f2d3d6

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 8f2d3d6 was dabbced, checked in by Joe Ciccone <jciccone@…>, 14 years ago

Change the XInclude schema path from 2003 to 2001. 2003 is depreciated
according to w3.org and 2001 should be used instead.

  • Property mode set to 100644
File size: 2.4 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"
[842cd58]25 href="flex.xml"
26 xpointer="xpointer(//*[@os='p1'])"/>
27
[dabbced]28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[842cd58]29 href="flex.xml"
30 xpointer="xpointer(//*[@os='p2'])"/>
31
[dabbced]32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]33 href="flex.xml"
[4bb4b626]34 xpointer="xpointer(//*[@os='a'])"/>
[3f8be484]35
[4bb4b626]36<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \
[3f8be484]37 --libdir=/usr/lib64</userinput></screen>
38
[dabbced]39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]40 href="flex.xml"
[4bb4b626]41 xpointer="xpointer(//*[@os='c'])"/>
[3f8be484]42
[dabbced]43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[2447f2b]44 href="../common/flex.xml"
[4bb4b626]45 xpointer="xpointer(//*[@os='d'])"/>
[3f8be484]46
[dabbced]47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[e0e40d3]48 href="../common/flex.xml"
[4bb4b626]49 xpointer="xpointer(//*[@os='e'])"/>
[3f8be484]50
[dabbced]51 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]52 href="flex.xml"
[4bb4b626]53 xpointer="xpointer(//*[@os='f'])"/>
[3f8be484]54
[dabbced]55 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[77ce7fd]56 href="../common/flex.xml"
[4bb4b626]57 xpointer="xpointer(//*[@os='g'])"/>
[e0e40d3]58
[4bb4b626]59 <para os="h">There are some packages that expect to find the
[3f8be484]60 <filename class="libraryfile">lex</filename> library in <filename
61 class="directory">/usr/lib64</filename>. Create a symlink to account for
62 this:</para>
63
[4bb4b626]64<screen os="i"><userinput>ln -sv libfl.a /usr/lib64/libl.a</userinput></screen>
[3f8be484]65
[dabbced]66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]67 href="../common/flex.xml"
[4bb4b626]68 xpointer="xpointer(//*[@os='j'])"/>
[3f8be484]69
[dabbced]70 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]71 href="../common/flex.xml"
[4bb4b626]72 xpointer="xpointer(//*[@os='k'])"/>
[3f8be484]73
74 </sect2>
75
[dabbced]76 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]77 href="../common/flex.xml"
78 xpointer="xpointer(id('contents-flex'))"/>
79
80</sect1>
Note: See TracBrowser for help on using the repository browser.