source: BOOK/final-system/multilib/mpfr-64bit.xml @ 8213adb

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

Add mpfr patch commands to all sections.

  • Property mode set to 100644
File size: 2.3 KB
RevLine 
[6a043e2]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-system-mpfr" role="wrap">
9  <?dbhtml filename="mpfr-64bit.html"?>
10
11  <title>MPFR-&mpfr-version; 64 Bit</title>
12
13  <indexterm zone="ch-system-mpfr">
14    <primary sortas="a-MPFR">MPFR</primary>
15  </indexterm>
16
[dabbced]17  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]18  href="../common/mpfr.xml"
19  xpointer="xpointer(//*[@role='package'])"/>
20
21  <sect2 role="installation">
22    <title>Installation of MPFR</title>
23
[8213adb]24    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
25    href="../common/mpfr.xml"
26    xpointer="xpointer(//*[@os='p1'])"/>
27
28    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
29    href="../common/mpfr.xml"
30    xpointer="xpointer(//*[@os='p2'])"/>
31
[dabbced]32    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]33    href="../common/mpfr.xml"
34    xpointer="xpointer(//*[@os='a'])"/>
35
[b6831b6]36<screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILD64}" \
37LDFLAGS="-Wl,-rpath-link,/usr/lib64:/lib64 ${BUILD64}" \
38  ./configure --prefix=/usr --libdir=/usr/lib64 --enable-shared</userinput></screen>
[6a043e2]39
[dabbced]40    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]41    href="../common/mpfr.xml"
42    xpointer="xpointer(//*[@os='c'])"/>
43
[dabbced]44    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]45    href="../common/mpfr.xml"
46    xpointer="xpointer(//*[@os='d'])"/>
47
[dabbced]48    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]49    href="../common/mpfr.xml"
50    xpointer="xpointer(//*[@os='e'])"/>
51
[dabbced]52    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]53    href="../common/mpfr.xml"
54    xpointer="xpointer(//*[@os='f'])"/>
55
[dabbced]56    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]57    href="../common/mpfr.xml"
58    xpointer="xpointer(//*[@os='g'])"/>
59
[dabbced]60    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]61    href="../common/mpfr.xml"
62    xpointer="xpointer(//*[@os='h'])"/>
63
[dabbced]64    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]65    href="../common/mpfr.xml"
66    xpointer="xpointer(//*[@os='i'])"/>
67
68  </sect2>
69
[dabbced]70  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]71  href="../common/mpfr.xml"
72  xpointer="xpointer(id('contents-mpfr'))"/>
73
74</sect1>
Note: See TracBrowser for help on using the repository browser.