source: BOOK/final-system/x86_64-64/gettext.xml@ 3373dd11

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 3373dd11 was 7dfa1a8, checked in by Jim Gifford <clfs@…>, 19 years ago

r665@server (orig r663): manuel | 2005-11-08 14:33:14 -0800
Removing SBUs and DUs. Chapter final-system, round 3.

  • Property mode set to 100644
File size: 1.8 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-system-gettext" role="wrap">
11 <?dbhtml filename="gettext.html"?>
12
13 <title>Gettext-&gettext-version;</title>
14
15 <indexterm zone="ch-system-gettext">
16 <primary sortas="a-Gettext">Gettext</primary>
17 </indexterm>
18
19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
20 href="../common/gettext.xml"
21 xpointer="xpointer(//*[@role='package'])"/>
22
23 <sect2 role="installation">
24 <title>Installation of Gettext</title>
25
26 <para os="a">Gettext includes its own version of Libtool which is broken
27 for x86_64 (it tries to link statically linked archives compiled without
28 -fPIC against shared objects) see (<ulink
29 url="http://lists.gnu.org/archive/html/bug-libtool/2005-03/msg00070.html"/>).
30 Use the following <command>sed</command> to skip certain tests so that
31 the main language tests can be run.</para>
32
33<screen os="b"><userinput>sed -i -e '2iexit 77' autoconf-lib-link/tests/rpath-3*[ef]</userinput></screen>
34
35 <para>Prepare Gettext for compilation:</para>
36
37<screen><userinput>./configure --prefix=/usr</userinput></screen>
38
39 <para>Compile the package:</para>
40
41<screen><userinput>make</userinput></screen>
42
43 <para>To test the results, issue: <userinput>make check</userinput>.
44 This takes a very long time, around 7 SBUs.</para>
45
46 <para>Install the package:</para>
47
48<screen><userinput>make install</userinput></screen>
49
50 </sect2>
51
52 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
53 href="../common/gettext.xml"
54 xpointer="xpointer(id('contents-gettext'))"/>
55
56</sect1>
Note: See TracBrowser for help on using the repository browser.