source: BOOK/temp-system/multilib/gettext-n32.xml @ e47ec16

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since e47ec16 was 1bc8e5f, checked in by Jim Gifford <clfs@…>, 18 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.4 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-n32" role="wrap">
9  <title>Gettext-&gettext-version; N32</title>
10  <?dbhtml filename="gettext-n32.html"?>
11
12  <indexterm zone="ch-temp-system-gettext-n32">
13    <primary sortas="a-Gettext">Gettext</primary>
14    <secondary>temporary system, N32</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} ${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 os="e">
42      <title>The meaning of the configure options:</title>
43
44      <varlistentry>
45        <term><parameter>CXX="${CXX} ${BUILDN32}"</parameter></term>
46        <listitem>
47          <para>Forces Gettext is use our Target Architecture g++ compiler
48          with our N32 flags.</para>
49        </listitem>
50      </varlistentry>
51
52    </variablelist>
53
54    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
55    href="gettext.xml"
56    xpointer="xpointer(//*[@os='f'])"/>
57
58    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
59    href="gettext.xml"
60    xpointer="xpointer(//*[@os='g'])"/>
61
62    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
63    href="gettext.xml"
64    xpointer="xpointer(//*[@os='h'])"/>
65
66    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
67    href="gettext.xml"
68    xpointer="xpointer(//*[@os='i'])"/>
69
70  </sect2>
71
72  <sect2 role="content">
73    <title/>
74
75    <para>Details on this package are located in <xref
76    linkend="contents-gettext" role="."/></para>
77
78  </sect2>
79
80</sect1>
Note: See TracBrowser for help on using the repository browser.