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

systemd
Last change on this file since abc22f0 was 7cd7f99, checked in by Chris Staub <chris@…>, 8 years ago

Put one configure option per line

  • 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}" \
[04c3a53]38    LDFLAGS="-Wl,-rpath-link,/usr/lib32:/lib32 ${BUILDN32}" \
[7cd7f99]39./configure \
40    --prefix=/usr \
41    --libdir=/usr/lib32 \
[04c3a53]42    --docdir=/usr/share/doc/mpfr-&mpfr-version;</userinput></screen>
[6a043e2]43
[dabbced]44    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]45    href="../common/mpfr.xml"
46    xpointer="xpointer(//*[@os='c'])"/>
47
[dabbced]48    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]49    href="../common/mpfr.xml"
50    xpointer="xpointer(//*[@os='d'])"/>
51
[dabbced]52    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]53    href="../common/mpfr.xml"
54    xpointer="xpointer(//*[@os='e'])"/>
55
[dabbced]56    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]57    href="../common/mpfr.xml"
58    xpointer="xpointer(//*[@os='f'])"/>
59
[dabbced]60    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]61    href="../common/mpfr.xml"
62    xpointer="xpointer(//*[@os='g'])"/>
63
[dabbced]64    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]65    href="../common/mpfr.xml"
66    xpointer="xpointer(//*[@os='h'])"/>
67
68  </sect2>
69
70  <sect2 role="content">
71    <title/>
72
73    <para>Details on this package are located in <xref
74    linkend="contents-mpfr" role="."/></para>
75
76  </sect2>
77
78</sect1>
Note: See TracBrowser for help on using the repository browser.