source: BOOK/temp-system/common/grep.xml@ 6511fe1

clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 6511fe1 was 73bd39d, checked in by Chris Staub <chris@…>, 12 years ago

More command explanation updates

  • Property mode set to 100644
File size: 2.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-temp-system-grep" role="wrap">
9 <?dbhtml filename="grep.html"?>
10
11 <title>Grep-&grep-version;</title>
12
13 <indexterm zone="ch-temp-system-grep">
14 <primary sortas="a-Grep">Grep</primary>
15 <secondary>temporary system</secondary>
16 </indexterm>
17
18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
19 href="../../final-system/common/grep.xml"
20 xpointer="xpointer(//*[@role='package'])"/>
21
22 <sect2 role="installation">
23 <title>Installation of Grep</title>
24
25 <para os="t1">When cross compiling, the <command>configure</command> script
26 does not determine the correct values for the following. Set the values
27 manually:</para>
28
29<screen os="t2"><userinput>cat &gt; config.cache &lt;&lt; EOF
30ac_cv_func_malloc_0_nonnull=yes
31ac_cv_func_realloc_0_nonnull=yes
32EOF</userinput></screen>
33
34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
35 href="../../final-system/common/grep.xml"
36 xpointer="xpointer(//*[@os='a'])"/>
37
38<screen os="ca"><userinput>./configure --prefix=/tools \
39 --build=${CLFS_HOST} --host=${CLFS_TARGET} \
40 --without-included-regex --cache-file=config.cache</userinput></screen>
41
42 <variablelist os="cb">
43 <title>The meaning of the new configure option:</title>
44
45 <varlistentry>
46 <term><parameter>--without-included-regex</parameter></term>
47 <listitem>
48 <para>When cross-compiling, Grep's <command>configure</command>
49 assumes there is no usable <filename>regex.h</filename> installed and
50 instead uses the one included with Grep. This switch forces the use of
51 the regex functions from EGLIBC.</para>
52 </listitem>
53 </varlistentry>
54
55 </variablelist>
56
57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
58 href="../../final-system/common/grep.xml"
59 xpointer="xpointer(//*[@os='c'])"/>
60
61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
62 href="../../final-system/common/grep.xml"
63 xpointer="xpointer(//*[@os='d'])"/>
64
65 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
66 href="../../final-system/common/grep.xml"
67 xpointer="xpointer(//*[@os='f'])"/>
68
69 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
70 href="../../final-system/common/grep.xml"
71 xpointer="xpointer(//*[@os='g'])"/>
72
73 </sect2>
74
75 <sect2 role="content">
76 <title/>
77
78 <para>Details on this package are located in <xref
79 linkend="contents-grep" role="."/></para>
80
81 </sect2>
82
83</sect1>
Note: See TracBrowser for help on using the repository browser.