source: BOOK/final-system/multilib/mpfr-n32.xml @ b1ad9a8

clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since b1ad9a8 was b1ad9a8, checked in by Chris Staub <chris@…>, 10 years ago

enable-shared is the default for mpfr

  • 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-n32" role="wrap">
9  <?dbhtml filename="mpfr-n32.html"?>
10
11  <title>MPFR-&mpfr-version; N32 Libraries</title>
12
13  <indexterm zone="ch-system-mpfr-n32">
14    <primary sortas="a-MPFR">MPFR</primary>
15    <secondary>N32</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 ${BUILDN32}" \
38LDFLAGS="-Wl,-rpath-link,/usr/lib32:/lib32 ${BUILDN32}" \
[b1ad9a8]39  ./configure --prefix=/usr --libdir=/usr/lib32</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.