source: BOOK/temp-system/common/findutils.xml @ d0c5f50

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since d0c5f50 was d0c5f50, checked in by Jim Gifford <clfs@…>, 18 years ago

r657@server (orig r655): manuel | 2005-11-08 13:07:24 -0800
Preparations to remove SBUs and DUs. Chapter temp-system, round 1.

  • Property mode set to 100644
File size: 2.1 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-findutils" role="wrap">
11  <?dbhtml filename="findutils.html"?>
12
13  <title>Findutils-&findutils-version;</title>
14
15  <indexterm zone="ch-temp-system-findutils">
16    <primary sortas="a-Findutils">Findutils</primary>
17    <secondary>temporary system</secondary>
18  </indexterm>
19
20  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
21  href="../../final-system/common/findutils.xml"
22  xpointer="xpointer(//*[@role='package'])"/>
23
24  <sect2 role="installation">
25    <title>Installation of Findutils</title>
26
27    <para os="aa">Findutils has an issue with cross-compiling where it
28    can't find getline. So we fix it here:</para>
29
30<screen os="ab"><userinput>echo "am_cv_func_working_getline=yes" &gt;&gt; config.cache</userinput></screen>
31
32    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
33    href="../../final-system/common/findutils.xml"
34    xpointer="xpointer(//*[@os='a'])"/>
35
36<screen><userinput>./configure --prefix=/tools \
37   --host=${LFS_TARGET} --cache-file=config.cache</userinput></screen>
38
39    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
40    href="../../final-system/common/findutils.xml"
41    xpointer="xpointer(//*[@os='c'])"/>
42
43    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
44    href="../../final-system/common/findutils.xml"
45    xpointer="xpointer(//*[@os='d'])"/>
46
47    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
48    href="../../final-system/common/findutils.xml"
49    xpointer="xpointer(//*[@os='f'])"/>
50
51    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
52    href="../../final-system/common/findutils.xml"
53    xpointer="xpointer(//*[@os='g'])"/>
54
55  </sect2>
56
57  <sect2 role="content">
58    <title/>
59
60    <para>Details on this package are located in <xref
61    linkend="contents-findutils" role="."/></para>
62
63  </sect2>
64
65</sect1>
Note: See TracBrowser for help on using the repository browser.