- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/flex.xml
rdabbced r2ca606a 23 23 <title>Installation of Flex</title> 24 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../../final-system/common/flex.xml" 27 xpointer="xpointer(//*[@os='p1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../../final-system/common/flex.xml" 31 xpointer="xpointer(//*[@os='p2'])"/> 32 33 <para os="t3">When Cross Compiling the configure script 34 does not determine the correct values for the following, 25 <para os="t3">When cross compiling, the <command>configure</command> 26 script does not determine the correct values for the following. 35 27 Set the values manually:</para> 36 28 … … 44 36 xpointer="xpointer(//*[@os='a'])"/> 45 37 46 <screen os="cb"><userinput> ./configure --prefix=/tools \38 <screen os="cb"><userinput>M4=m4 ./configure --prefix=/tools \ 47 39 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 48 40 --cache-file=config.cache</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.