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

clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since d64f588 was b6831b6, checked in by Joe Ciccone <jciccone@…>, 13 years ago

Update the LDFLAGS in the final-system between the installation
of EGLIBC and the installation of GCC. This should fix build errors
in a few odd situations, but it is also correct now. Before /usr/lib*
was not being set in rpath-link, just /lib*.

  • Property mode set to 100644
File size: 2.0 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
[dabbced]24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]25 href="../common/mpfr.xml"
26 xpointer="xpointer(//*[@os='a'])"/>
27
[b6831b6]28<screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILD64}" \
29LDFLAGS="-Wl,-rpath-link,/usr/lib64:/lib64 ${BUILD64}" \
30 ./configure --prefix=/usr --libdir=/usr/lib64 --enable-shared</userinput></screen>
[6a043e2]31
[dabbced]32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]33 href="../common/mpfr.xml"
34 xpointer="xpointer(//*[@os='c'])"/>
35
[dabbced]36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]37 href="../common/mpfr.xml"
38 xpointer="xpointer(//*[@os='d'])"/>
39
[dabbced]40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]41 href="../common/mpfr.xml"
42 xpointer="xpointer(//*[@os='e'])"/>
43
[dabbced]44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]45 href="../common/mpfr.xml"
46 xpointer="xpointer(//*[@os='f'])"/>
47
[dabbced]48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]49 href="../common/mpfr.xml"
50 xpointer="xpointer(//*[@os='g'])"/>
51
[dabbced]52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]53 href="../common/mpfr.xml"
54 xpointer="xpointer(//*[@os='h'])"/>
55
[dabbced]56 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]57 href="../common/mpfr.xml"
58 xpointer="xpointer(//*[@os='i'])"/>
59
60 </sect2>
61
[dabbced]62 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]63 href="../common/mpfr.xml"
64 xpointer="xpointer(id('contents-mpfr'))"/>
65
66</sect1>
Note: See TracBrowser for help on using the repository browser.