source: chapter06/gawk.xml@ 747287d

11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 arm bdubbs/gcc13 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 747287d was 747287d, checked in by Pierre Labastie <pierre.labastie@…>, 2 years ago

gawk, chap 6: now config.guess is in build-aux

  • Property mode set to 100644
File size: 1.9 KB
RevLine 
[673b0d8]1<?xml version="1.0" encoding="ISO-8859-1"?>
[b06ca36]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[673b0d8]4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
[6a82dd9]7
[fcc02767]8<sect1 id="ch-tools-gawk" role="wrap">
[6a82dd9]9 <?dbhtml filename="gawk.html"?>
10
[e747759]11 <sect1info condition="script">
12 <productname>gawk</productname>
13 <productnumber>&gawk-version;</productnumber>
14 <address>&gawk-url;</address>
15 </sect1info>
16
[6a82dd9]17 <title>Gawk-&gawk-version;</title>
18
[fcc02767]19 <indexterm zone="ch-tools-gawk">
[6a82dd9]20 <primary sortas="a-Gawk">Gawk</primary>
[fcc02767]21 <secondary>tools</secondary>
[6a82dd9]22 </indexterm>
23
24 <sect2 role="package">
25 <title/>
[673b0d8]26
[fcc02767]27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
28 href="../chapter08/gawk.xml"
29 xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
[9602db22]30
[6a82dd9]31 <segmentedlist>
32 <segtitle>&buildtime;</segtitle>
33 <segtitle>&diskspace;</segtitle>
[5888299]34
[6a82dd9]35 <seglistitem>
[fb386e0]36 <seg>&gawk-tmp-sbu;</seg>
37 <seg>&gawk-tmp-du;</seg>
[6a82dd9]38 </seglistitem>
39 </segmentedlist>
[a001133]40
[6a82dd9]41 </sect2>
42
43 <sect2 role="installation">
44 <title>Installation of Gawk</title>
45
[d0f18947]46 <para>First, ensure some unneeded files are not installed:</para>
47
48<screen><userinput remap="pre">sed -i 's/extras//' Makefile.in</userinput></screen>
49
[6a82dd9]50 <para>Prepare Gawk for compilation:</para>
[c1b2c648]51
[fcc02767]52<screen><userinput remap="configure">./configure --prefix=/usr \
53 --host=$LFS_TGT \
[747287d]54 --build=$(build-aux/config.guess)</userinput></screen>
[73aedd1d]55
[6a82dd9]56 <para>Compile the package:</para>
[73aedd1d]57
[0445a3d]58<screen><userinput remap="make">make</userinput></screen>
[73aedd1d]59
[6a82dd9]60 <para>Install the package:</para>
[73aedd1d]61
[fcc02767]62<screen><userinput remap="install">make DESTDIR=$LFS install</userinput></screen>
[f72850c]63
[6a82dd9]64 </sect2>
65
[fcc02767]66 <sect2 role="content">
67 <title/>
[6a82dd9]68
[fcc02767]69 <para>Details on this package are located in
70 <xref linkend="contents-gawk" role="."/></para>
[6a82dd9]71
72 </sect2>
[673b0d8]73
74</sect1>
Note: See TracBrowser for help on using the repository browser.