Changes in / [5ac1c94:4d4fe204]
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/temp-perl.xml
r5ac1c94 r4d4fe204 22 22 <sect2 role="installation"> 23 23 <title>Installation of Perl</title> 24 25 <note os="a">26 <para>Technically this package installation should be part of27 <xref linkend="chapter-temp-system"/>, but due to problems28 cross-compiling Perl we will install it here instead.</para>29 </note>30 24 31 25 <para os="s1">Change a hardcoded path from -
BOOK/final-system/multilib/temp-perl.xml
r5ac1c94 r4d4fe204 22 22 <sect2 role="installation"> 23 23 <title>Installation of Perl</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"26 href="../common/temp-perl.xml"27 xpointer="xpointer(//*[@os='a'])"/>28 24 29 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/common/introduction.xml
r5ac1c94 r4d4fe204 35 35 36 36 <para>During this section of the build you will see several WARNING 37 messages like the one sbelow. It is safe to ignore these messages.</para>37 messages like the one below. It is safe to ignore these messages.</para> 38 38 39 <screen><computeroutput>configure: WARNING: result yes guessed because of cross compilation40 configure: WARNING: cannot check WCONTINUED if cross compiling -- defaulting to no</computeroutput></screen>39 <screen><computeroutput>configure: WARNING: If you wanted to set the --build type, don't use --host. 40 If a cross compiler is detected then cross compile mode will be used.</computeroutput></screen> 41 41 42 42
Note:
See TracChangeset
for help on using the changeset viewer.