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

Last change on this file since cde585f was cde585f, checked in by Jim Gifford <clfs@…>, 18 years ago

r658@server (orig r656): manuel | 2005-11-08 13:07:45 -0800
Preparations to remove SBUs and DUs. Chapter temp-system, round 2.

  • Property mode set to 100644
File size: 1.7 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  <!ENTITY % patches-entities SYSTEM "../../patches.ent">
6  %general-entities;
7  %patches-entities;
8]>
9
10<sect1 id="ch-temp-system-gettext-64bit" role="wrap">
11  <title>Gettext-&gettext-version; 64 Bit</title>
12  <?dbhtml filename="gettext-64.html"?>
13
14  <indexterm zone="ch-temp-system-gettext-64bit">
15    <primary sortas="a-Gettext">Gettext</primary>
16    <secondary>temporary system, 64 Bit</secondary>
17  </indexterm>
18
19  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
20  href="../../final-system/common/gettext.xml"
21  xpointer="xpointer(//*[@role='package'])"/>
22
23  <sect2 role="installation">
24    <title>Installation of Gettext</title>
25
26    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
27    href="gettext.xml"
28    xpointer="xpointer(//*[@os='a'])"/>
29
30    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
31    href="gettext.xml"
32    xpointer="xpointer(//*[@os='b'])"/>
33
34    <para>Prepare Gettext for compilation:</para>
35
36<screen><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    <para>Compile the package:</para>
42
43<screen><userinput>make</userinput></screen>
44
45    <para>Install the package:</para>
46
47<screen><userinput>make install</userinput></screen>
48
49  </sect2>
50
51  <sect2 role="content">
52    <title/>
53
54    <para>Details on this package are located in <xref
55    linkend="contents-gettext" role="."/></para>
56
57  </sect2>
58
59</sect1>
60
Note: See TracBrowser for help on using the repository browser.