source: temp-system/multilib/gettext-64bit.xml@ 9a636be

Last change on this file since 9a636be was 175ff828, checked in by Jim Gifford <clfs@…>, 19 years ago

r770@server (orig r768): jim | 2005-11-29 00:32:15 -0800

r814@server: jim | 2005-11-28 23:39:56 -0800
Text updates to temp-system


  • Property mode set to 100644
File size: 2.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-temp-system-gettext-64bit" role="wrap">
9 <title>Gettext-&gettext-version; 64 Bit</title>
10 <?dbhtml filename="gettext-64.html"?>
11
12 <indexterm zone="ch-temp-system-gettext-64bit">
13 <primary sortas="a-Gettext">Gettext</primary>
14 <secondary>temporary system, 64 Bit</secondary>
15 </indexterm>
16
17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
18 href="../../final-system/common/gettext.xml"
19 xpointer="xpointer(//*[@role='package'])"/>
20
21 <sect2 role="installation">
22 <title>Installation of Gettext</title>
23
24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
25 href="gettext.xml"
26 xpointer="xpointer(//*[@os='a'])"/>
27
28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
29 href="gettext.xml"
30 xpointer="xpointer(//*[@os='b'])"/>
31
32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
33 href="gettext.xml"
34 xpointer="xpointer(//*[@os='c'])"/>
35
36<screen os="d"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
37 ./configure --prefix=/tools --libdir=/tools/lib64 \
38 --host=${LFS_TARGET} --disable-libasprintf \
39 --without-csharp --cache-file=config.cache</userinput></screen>
40
41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
42 href="gettext.xml"
43 xpointer="xpointer(//*[@os='f'])"/>
44
45 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
46 href="gettext.xml"
47 xpointer="xpointer(//*[@os='g'])"/>
48
49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
50 href="gettext.xml"
51 xpointer="xpointer(//*[@os='h'])"/>
52
53 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
54 href="gettext.xml"
55 xpointer="xpointer(//*[@os='i'])"/>
56
57 </sect2>
58
59 <sect2 role="content">
60 <title/>
61
62 <para>Details on this package are located in <xref
63 linkend="contents-gettext" role="."/></para>
64
65 </sect2>
66
67</sect1>
68
Note: See TracBrowser for help on using the repository browser.