libstdc++.po 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. # SOME DESCRIPTIVE TITLE
  2. # Copyright (C) YEAR Free Software Foundation, Inc.
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "POT-Creation-Date: 2020-06-17 12:44+0800\n"
  11. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  12. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  13. "Language-Team: LANGUAGE <LL@li.org>\n"
  14. "Language: \n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #. type: Content of: <sect1><sect1info><address>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/libstdc++.xml:14
  20. #, no-wrap
  21. msgid "&gcc-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/libstdc++.xml:12
  25. msgid ""
  26. "<productname>gcc-libstdc++</productname> "
  27. "<productnumber>&gcc-version;</productnumber> <placeholder type=\"address\" "
  28. "id=\"0\"/>"
  29. msgstr ""
  30. #. type: Content of: <sect1><title>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/libstdc++.xml:17
  32. msgid "Libstdc++ from GCC-&gcc-version;, Pass 1"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/libstdc++.xml:20
  36. msgid "GCC"
  37. msgstr ""
  38. #. type: Content of: <sect1><indexterm><secondary>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/libstdc++.xml:21
  40. msgid "tools, libstdc++ pass 1"
  41. msgstr ""
  42. #. type: Content of: <sect1><sect2><para>
  43. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/libstdc++.xml:27
  44. msgid ""
  45. "Libstdc++ is the standard C++ library. It is needed to compile C++ code "
  46. "(part of GCC is written in C++), but we had to defer its installation when "
  47. "we built <xref linkend=\"ch-tools-gcc-pass1\"/> because it depends on glibc, "
  48. "which was not yet available in the target directory."
  49. msgstr ""
  50. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  51. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/libstdc++.xml:36
  52. msgid "&buildtime;"
  53. msgstr ""
  54. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  55. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/libstdc++.xml:37
  56. msgid "&diskspace;"
  57. msgstr ""
  58. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/libstdc++.xml:40
  60. msgid "&libstdcpp-tmpp1-sbu;"
  61. msgstr ""
  62. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  63. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/libstdc++.xml:41
  64. msgid "&libstdcpp-tmpp1-du;"
  65. msgstr ""
  66. #. type: Content of: <sect1><sect2><title>
  67. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/libstdc++.xml:48
  68. msgid "Installation of Target Libstdc++"
  69. msgstr ""
  70. #. type: Content of: <sect1><sect2><note><para>
  71. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/libstdc++.xml:51
  72. msgid ""
  73. "<application>Libstdc++</application> is part of the GCC sources. You should "
  74. "first unpack the GCC tarball and change to the "
  75. "<filename>gcc-&gcc-version;</filename> directory."
  76. msgstr ""
  77. #. type: Content of: <sect1><sect2><para>
  78. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/libstdc++.xml:56
  79. msgid "Create a separate build directory for libstdc++ and enter it:"
  80. msgstr ""
  81. #. type: Content of: <sect1><sect2><screen>
  82. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/libstdc++.xml:58
  83. #, no-wrap
  84. msgid ""
  85. "<userinput remap=\"pre\">mkdir -v build\n"
  86. "cd build</userinput>"
  87. msgstr ""
  88. #. type: Content of: <sect1><sect2><para>
  89. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/libstdc++.xml:61
  90. msgid "Prepare libstdc++ for compilation:"
  91. msgstr ""
  92. #. type: Content of: <sect1><sect2><screen>
  93. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/libstdc++.xml:63
  94. #, no-wrap
  95. msgid ""
  96. "<userinput remap=\"configure\">../libstdc++-v3/configure \\\n"
  97. " --host=$LFS_TGT \\\n"
  98. " --build=$(../config.guess) \\\n"
  99. " --prefix=/usr \\\n"
  100. " --disable-multilib \\\n"
  101. " --disable-nls \\\n"
  102. " --disable-libstdcxx-pch \\\n"
  103. " "
  104. "--with-gxx-include-dir=/tools/$LFS_TGT/include/c++/&gcc-version;</userinput>"
  105. msgstr ""
  106. #. type: Content of: <sect1><sect2><variablelist><title>
  107. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/libstdc++.xml:73
  108. msgid "The meaning of the configure options:"
  109. msgstr ""
  110. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  111. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/libstdc++.xml:76
  112. msgid "<parameter>--host=...</parameter>"
  113. msgstr ""
  114. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  115. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/libstdc++.xml:78
  116. msgid ""
  117. "Specifies the use the cross compiler we have just built instead of the one "
  118. "in <filename>/usr/bin</filename>."
  119. msgstr ""
  120. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  121. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/libstdc++.xml:84
  122. msgid "<parameter>--disable-libstdcxx-pch</parameter>"
  123. msgstr ""
  124. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  125. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/libstdc++.xml:86
  126. msgid ""
  127. "This switch prevents the installation of precompiled include files, which "
  128. "are not needed at this stage."
  129. msgstr ""
  130. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  131. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/libstdc++.xml:92
  132. msgid "<parameter>--with-gxx-include-dir=/tools/$LFS_TGT/include/c++/&gcc-version;</parameter>"
  133. msgstr ""
  134. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  135. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/libstdc++.xml:94
  136. msgid ""
  137. "This is the location where the C++ compiler should search for the standard "
  138. "include files. In a normal build, this information is automatically passed "
  139. "to the libstdc++ <command>configure</command> options from the top level "
  140. "directory. In our case, this information must be explicitly given."
  141. msgstr ""
  142. #. type: Content of: <sect1><sect2><para>
  143. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/libstdc++.xml:104
  144. msgid "Compile libstdc++ by running:"
  145. msgstr ""
  146. #. type: Content of: <sect1><sect2><screen>
  147. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/libstdc++.xml:106
  148. #, no-wrap
  149. msgid "<userinput remap=\"make\">make</userinput>"
  150. msgstr ""
  151. #. type: Content of: <sect1><sect2><para>
  152. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/libstdc++.xml:108
  153. msgid "Install the library:"
  154. msgstr ""
  155. #. type: Content of: <sect1><sect2><screen>
  156. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/libstdc++.xml:110
  157. #, no-wrap
  158. msgid "<userinput remap=\"install\">make DESTDIR=$LFS install</userinput>"
  159. msgstr ""
  160. #. type: Content of: <sect1><sect2><para>
  161. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/libstdc++.xml:117
  162. msgid ""
  163. "Details on this package are located in <xref linkend=\"contents-gcc\" "
  164. "role=\".\"/>"
  165. msgstr ""