Changeset 3fc19cd
- 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
- Location:
- BOOK/temp-system
- Files:
-
- 2 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"> -
BOOK/temp-system/multilib/gettext.xml
r24e3a57 r3fc19cd 37 37 <screen os="d"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \ 38 38 ./configure --prefix=/tools \ 39 --build=${CLFS_HOST} --host=${CLFS_TARGET} --disable-shared \ 40 --cache-file=config.cache</userinput></screen> 39 --build=${CLFS_HOST} --host=${CLFS_TARGET} --disable-shared</userinput></screen> 41 40 42 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.