source: temp-system/multilib/gettext-n32.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: 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  <!ENTITY % patches-entities SYSTEM "../../patches.ent">
6  %general-entities;
7  %patches-entities;
8]>
9
10<sect1 id="ch-temp-system-gettext-n32" role="wrap">
11  <title>Gettext-&gettext-version; N32</title>
12  <?dbhtml filename="gettext-n32.html"?>
13
14  <indexterm zone="ch-temp-system-gettext-n32">
15    <primary sortas="a-Gettext">Gettext</primary>
16    <secondary>temporary system, N32</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} ${BUILDN32}" CXX="${CXX} ${BUILDN32}" \
37   ./configure --prefix=/tools --libdir=/tools/lib32 \
38   --host=${LFS_TARGET} --disable-libasprintf \
39   --without-csharp --cache-file=config.cache</userinput></screen>
40
41    <variablelist>
42      <title>The meaning of the configure options:</title>
43
44      <varlistentry>
45        <term><parameter>CXX="${CXX} ${BUILDN32}"</parameter></term>
46        <listitem>
47          <para>This do ...</para>
48        </listitem>
49      </varlistentry>
50
51    </variablelist>
52
53    <para>Compile the package:</para>
54
55<screen><userinput>make</userinput></screen>
56
57    <para>Install the package:</para>
58
59<screen><userinput>make install</userinput></screen>
60
61  </sect2>
62
63  <sect2 role="content">
64    <title/>
65
66    <para>Details on this package are located in <xref
67    linkend="contents-gettext" role="."/></para>
68
69  </sect2>
70
71</sect1>
Note: See TracBrowser for help on using the repository browser.