source: BOOK/final-system/multilib/mpfr.xml@ 79071fa

clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 79071fa was 8213adb, checked in by William Harrington <kb0iic@…>, 11 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-32" role="wrap">
9 <?dbhtml filename="mpfr.html"?>
10
11 <title>MPFR-&mpfr-version; 32 Bit Libraries</title>
12
13 <indexterm zone="ch-system-mpfr-32">
14 <primary sortas="a-MPFR">MPFR</primary>
15 <secondary>32 Bit</secondary>
16 </indexterm>
17
[dabbced]18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]19 href="../common/mpfr.xml"
20 xpointer="xpointer(//*[@role='package'])"/>
21
22 <sect2 role="installation">
23 <title>Installation of MPFR</title>
24
[8213adb]25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
26 href="../common/mpfr.xml"
27 xpointer="xpointer(//*[@os='p1'])"/>
28
29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
30 href="../common/mpfr.xml"
31 xpointer="xpointer(//*[@os='p2'])"/>
32
[dabbced]33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]34 href="../common/mpfr.xml"
35 xpointer="xpointer(//*[@os='a'])"/>
36
[b6831b6]37<screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILD32}" \
38LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib ${BUILD32}" \
39 ./configure --prefix=/usr --host=${CLFS_TARGET32} --enable-shared</userinput></screen>
[6a043e2]40
[dabbced]41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]42 href="../common/mpfr.xml"
43 xpointer="xpointer(//*[@os='c'])"/>
44
[dabbced]45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]46 href="../common/mpfr.xml"
47 xpointer="xpointer(//*[@os='d'])"/>
48
[dabbced]49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]50 href="../common/mpfr.xml"
51 xpointer="xpointer(//*[@os='e'])"/>
52
[dabbced]53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]54 href="../common/mpfr.xml"
55 xpointer="xpointer(//*[@os='f'])"/>
56
[dabbced]57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]58 href="../common/mpfr.xml"
59 xpointer="xpointer(//*[@os='g'])"/>
60
[dabbced]61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]62 href="../common/mpfr.xml"
63 xpointer="xpointer(//*[@os='h'])"/>
64
[dabbced]65 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]66 href="../common/mpfr.xml"
67 xpointer="xpointer(//*[@os='i'])"/>
68
69 </sect2>
70
71 <sect2 role="content">
72 <title/>
73
74 <para>Details on this package are located in <xref
75 linkend="contents-mpfr" role="."/></para>
76
77 </sect2>
78
79</sect1>
Note: See TracBrowser for help on using the repository browser.