Changeset e7732d7 for temp-tools/multilib/perl.xml
- Timestamp:
- Feb 21, 2006, 1:25:05 AM (19 years ago)
- Children:
- c4ae235
- Parents:
- 193b7dd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp-tools/multilib/perl.xml
r193b7dd re7732d7 23 23 <title>Installation of Perl</title> 24 24 25 <para os=" a0a">We need a working Perl to build glibc and test coreutils, it25 <para os="m1">We need a working Perl to build glibc and test coreutils, it 26 26 doesn't matter whether this is a 32-bit or a 64-bit program. But, the perl 27 27 configure process knows nothing about multilib and assumes it will be installed … … 29 29 easily install into <filename class="directory">/tools/lib</filename>.</para> 30 30 31 <para os=" a0b">Installing successfully into a different directory such as31 <para os="m2">Installing successfully into a different directory such as 32 32 <filename class="directory">/tools/lib64</filename> would require more effort 33 33 (compare how we install Perl in the final system) for no real gain. On this … … 38 38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 39 39 href="../common/perl.xml" 40 xpointer="xpointer(//*[@os='a a'])"/>40 xpointer="xpointer(//*[@os='a'])"/> 41 41 42 42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 43 43 href="../common/perl.xml" 44 xpointer="xpointer(//*[@os=' ab'])"/>44 xpointer="xpointer(//*[@os='b'])"/> 45 45 46 46 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 47 47 href="../common/perl.xml" 48 xpointer="xpointer(//*[@os=' ac'])"/>48 xpointer="xpointer(//*[@os='c'])"/> 49 49 50 <screen ><userinput>./configure.gnu --prefix=/tools -Dstatic_ext='Data/Dumper IO Fcntl POSIX' \50 <screen os="d"><userinput>./configure.gnu --prefix=/tools -Dstatic_ext='Data/Dumper IO Fcntl POSIX' \ 51 51 -Dcc="gcc ${BUILD32}"</userinput></screen> 52 52 53 53 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 54 54 href="../common/perl.xml" 55 xpointer="xpointer(//*[@os=' ad'])"/>55 xpointer="xpointer(//*[@os='e'])"/> 56 56 57 57 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 58 58 href="../common/perl.xml" 59 xpointer="xpointer(//*[@os=' ae'])"/>59 xpointer="xpointer(//*[@os='f'])"/> 60 60 61 61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 62 62 href="../common/perl.xml" 63 xpointer="xpointer(//*[@os=' af'])"/>63 xpointer="xpointer(//*[@os='g'])"/> 64 64 65 65 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 66 66 href="../common/perl.xml" 67 xpointer="xpointer(//*[@os=' ag'])"/>67 xpointer="xpointer(//*[@os='h'])"/> 68 68 69 69 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 70 70 href="../common/perl.xml" 71 xpointer="xpointer(//*[@os=' ah'])"/>71 xpointer="xpointer(//*[@os='i'])"/> 72 72 73 73 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 74 74 href="../common/perl.xml" 75 xpointer="xpointer(//*[@os=' ai'])"/>75 xpointer="xpointer(//*[@os='j'])"/> 76 76 77 77 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.