source: BOOK/final-system/multilib/libtool-64bit.xml @ df44c72

clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since df44c72 was 686839b, checked in by William Harrington <kb0iic@…>, 10 years ago

Add screen tags around userinput test commands and remap userinput for test commands as remap="test".

  • 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-libtool" role="wrap">
9  <?dbhtml filename="libtool-64bit.html"?>
10
11  <title>Libtool-&libtool-version; 64 Bit</title>
12
13  <indexterm zone="ch-system-libtool">
14    <primary sortas="a-Libtool">Libtool</primary>
15  </indexterm>
16
[dabbced]17  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[566db8e]18  href="../common/libtool.xml"
19  xpointer="xpointer(//*[@role='package'])"/>
[3f8be484]20
21  <sect2 role="installation">
22    <title>Installation of Libtool</title>
23
[dabbced]24    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[8aa6f1c2]25    href="libtool.xml"
26    xpointer="xpointer(//*[@os='a1'])"/>
27
28 <screen os="a2"><userinput>echo "lt_cv_sys_dlsearch_path='/lib64 /usr/lib64 /usr/local/lib64 /opt/lib64'" &gt; config.cache</userinput></screen>
29
[dabbced]30    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[582017e]31    href="../common/libtool.xml"
[3f8be484]32    xpointer="xpointer(//*[@os='a'])"/>
33
[e0e40d3]34<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \
[8aa6f1c2]35   --libdir=/usr/lib64 --cache-file=config.cache</userinput></screen>
[3f8be484]36
[dabbced]37    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[582017e]38    href="../common/libtool.xml"
[3f8be484]39    xpointer="xpointer(//*[@os='c'])"/>
40
[dabbced]41    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[582017e]42    href="../common/libtool.xml"
[3f8be484]43    xpointer="xpointer(//*[@os='d'])"/>
44
[dabbced]45    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[582017e]46    href="../common/libtool.xml"
[3f8be484]47    xpointer="xpointer(//*[@os='e'])"/>
48
[686839b]49    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
50    href="../common/libtool.xml"
51    xpointer="xpointer(//*[@os='e2'])"/>
52
[dabbced]53    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[582017e]54    href="../common/libtool.xml"
[3f8be484]55    xpointer="xpointer(//*[@os='f'])"/>
56
[dabbced]57    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[582017e]58    href="../common/libtool.xml"
[3f8be484]59    xpointer="xpointer(//*[@os='g'])"/>
60
[dabbced]61    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[5e0e6ec]62    href="libtool.xml"
63    xpointer="xpointer(//*[@os='m1'])"/>
64
[e8f01a2]65<screen os="m2"><userinput>mv -v /usr/bin/libtool{,-64}
[940d548]66ln -sv multiarch_wrapper /usr/bin/libtool</userinput></screen>
[5e0e6ec]67
[3f8be484]68  </sect2>
69
[dabbced]70  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]71  href="../common/libtool.xml"
72  xpointer="xpointer(id('contents-libtool'))"/>
73
74</sect1>
Note: See TracBrowser for help on using the repository browser.