Changeset 87ead03
- Timestamp:
- Feb 21, 2006, 1:36:49 AM (19 years ago)
- Children:
- 9531391
- Parents:
- faf313e
- Location:
- temp-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
temp-system/common/gettext.xml
rfaf313e r87ead03 26 26 can't find getline. So we fix it here:</para> 27 27 28 <screen os="b"><userinput>echo "am_cv_func_working_getline=yes" >> config.cache</userinput></screen> 28 <screen os="b"><userinput>cd gettext-tools 29 echo "am_cv_func_working_getline=yes" >> config.cache</userinput></screen> 29 30 30 31 <para os="c">Prepare Gettext for compilation:</para> 31 32 32 <screen os="d"><userinput>cd gettext-tools 33 ./configure --prefix=/tools \ 33 <screen os="d"><userinput>./configure --prefix=/tools \ 34 34 --host=${LFS_TARGET} --disable-shared \ 35 --cache-file= ../config.cache</userinput></screen>35 --cache-file=config.cache</userinput></screen> 36 36 37 37 <variablelist os="e"> -
temp-system/multilib/gettext.xml
rfaf313e r87ead03 35 35 xpointer="xpointer(//*[@os='c'])"/> 36 36 37 <screen os="d"><userinput>cd gettext-tools 38 CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \ 37 <screen os="d"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \ 39 38 ./configure --prefix=/tools \ 40 39 --host=${LFS_TARGET} --disable-shared \ 41 --cache-file= ../config.cache</userinput></screen>40 --cache-file=config.cache</userinput></screen> 42 41 43 42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.