Changeset 3fc19cd for BOOK/temp-system/common/gettext.xml
- Timestamp:
- Nov 23, 2006, 12:28:52 AM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 5f3b6d9
- Parents:
- 24e3a57
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/gettext.xml
r24e3a57 r3fc19cd 23 23 <title>Installation of Gettext</title> 24 24 25 <para os="a">Gettext has an issue with cross-compiling where it 26 can't find getline. Fix it here:</para> 25 <para os="a">Only the programs in the 26 <filename class="directory">gettext-tools</filename> directory need to be 27 installed for the temp-system:</para> 27 28 28 <screen os="b"><userinput>cd gettext-tools 29 echo "am_cv_func_working_getline=yes" >> config.cache</userinput></screen> 29 <screen os="b"><userinput>cd gettext-tools</userinput></screen> 30 30 31 31 <para os="c">Prepare Gettext for compilation:</para> … … 33 33 <screen os="d"><userinput>./configure --prefix=/tools \ 34 34 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 35 --disable-shared --cache-file=config.cache</userinput></screen>35 --disable-shared</userinput></screen> 36 36 37 37 <variablelist os="e">
Note:
See TracChangeset
for help on using the changeset viewer.