gmp.po 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  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/chapter08/gmp.xml:14
  20. #, no-wrap
  21. msgid "&gmp-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:12
  25. msgid ""
  26. "<productname>gmp</productname> <productnumber>&gmp-version;</productnumber> "
  27. "<placeholder type=\"address\" id=\"0\"/>"
  28. msgstr ""
  29. #. type: Content of: <sect1><title>
  30. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:17
  31. msgid "GMP-&gmp-version;"
  32. msgstr ""
  33. #. type: Content of: <sect1><indexterm><primary>
  34. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:20
  35. msgid "GMP"
  36. msgstr ""
  37. #. type: Content of: <sect1><sect2><para>
  38. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:26
  39. msgid ""
  40. "The GMP package contains math libraries. These have useful functions for "
  41. "arbitrary precision arithmetic."
  42. msgstr ""
  43. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  44. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:30
  45. msgid "&buildtime;"
  46. msgstr ""
  47. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  48. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:31
  49. msgid "&diskspace;"
  50. msgstr ""
  51. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  52. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:34
  53. msgid "&gmp-fin-sbu;"
  54. msgstr ""
  55. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  56. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:35
  57. msgid "&gmp-fin-du;"
  58. msgstr ""
  59. #. type: Content of: <sect1><sect2><title>
  60. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:42
  61. msgid "Installation of GMP"
  62. msgstr ""
  63. #. type: Content of: <sect1><sect2><note><para><screen>
  64. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:50
  65. #, no-wrap
  66. msgid "<userinput><parameter>ABI=32</parameter> ./configure ...</userinput>"
  67. msgstr ""
  68. #. type: Content of: <sect1><sect2><note><para>
  69. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:45
  70. msgid ""
  71. "If you are building for 32-bit x86, but you have a CPU which is capable of "
  72. "running 64-bit code <emphasis>and</emphasis> you have specified "
  73. "<envar>CFLAGS</envar> in the environment, the configure script will attempt "
  74. "to configure for 64-bits and fail. Avoid this by invoking the configure "
  75. "command below with <placeholder type=\"screen\" id=\"0\"/>"
  76. msgstr ""
  77. #. type: Content of: <sect1><sect2><note><para><screen>
  78. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:59
  79. #, no-wrap
  80. msgid ""
  81. "<userinput>cp -v configfsf.guess config.guess\n"
  82. "cp -v configfsf.sub config.sub</userinput>"
  83. msgstr ""
  84. #. type: Content of: <sect1><sect2><note><para>
  85. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:54
  86. msgid ""
  87. "The default settings of GMP produce libraries optimized for the host "
  88. "processor. If libraries suitable for processors less capable than the "
  89. "host's CPU are desired, generic libraries can be created by running the "
  90. "following: <placeholder type=\"screen\" id=\"0\"/>"
  91. msgstr ""
  92. #. type: Content of: <sect1><sect2><para>
  93. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:63
  94. msgid "Prepare GMP for compilation:"
  95. msgstr ""
  96. #. type: Content of: <sect1><sect2><screen>
  97. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:65
  98. #, no-wrap
  99. msgid ""
  100. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  101. " --enable-cxx \\\n"
  102. " --disable-static \\\n"
  103. " --docdir=/usr/share/doc/gmp-&gmp-version;</userinput>"
  104. msgstr ""
  105. #. type: Content of: <sect1><sect2><variablelist><title>
  106. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:71
  107. msgid "The meaning of the new configure options:"
  108. msgstr ""
  109. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  110. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:74
  111. msgid "<parameter>--enable-cxx</parameter>"
  112. msgstr ""
  113. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  114. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:76
  115. msgid "This parameter enables C++ support"
  116. msgstr ""
  117. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  118. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:81
  119. msgid "<parameter>--docdir=/usr/share/doc/gmp-&gmp-version;</parameter>"
  120. msgstr ""
  121. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  122. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:83
  123. msgid "This variable specifies the correct place for the documentation."
  124. msgstr ""
  125. #. type: Content of: <sect1><sect2><para>
  126. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:90
  127. msgid "Compile the package and generate the HTML documentation:"
  128. msgstr ""
  129. #. type: Content of: <sect1><sect2><screen>
  130. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:92
  131. #, no-wrap
  132. msgid ""
  133. "<userinput remap=\"make\">make\n"
  134. "make html</userinput>"
  135. msgstr ""
  136. #. type: Content of: <sect1><sect2><important><para>
  137. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:96
  138. msgid ""
  139. "The test suite for GMP in this section is considered critical. Do not skip "
  140. "it under any circumstances."
  141. msgstr ""
  142. #. type: Content of: <sect1><sect2><para>
  143. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:100
  144. msgid "Test the results:"
  145. msgstr ""
  146. #. type: Content of: <sect1><sect2><screen>
  147. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:102
  148. #, no-wrap
  149. msgid ""
  150. "<userinput remap=\"test\">make check 2>&amp;1 | tee "
  151. "gmp-check-log</userinput>"
  152. msgstr ""
  153. #. type: Content of: <sect1><sect2><caution><para>
  154. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:104
  155. msgid ""
  156. "The code in gmp is highly optimized for the processor where it is "
  157. "built. Occasionally, the code that detects the processor misidentifies the "
  158. "system capabilities and there will be errors in the tests or other "
  159. "applications using the gmp libraries with the message \"Illegal "
  160. "instruction\". In this case, gmp should be reconfigured with the option "
  161. "--build=x86_64-unknown-linux-gnu and rebuilt."
  162. msgstr ""
  163. #. type: Content of: <sect1><sect2><para>
  164. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:111
  165. msgid ""
  166. "Ensure that all 197 tests in the test suite passed. Check the results by "
  167. "issuing the following command:"
  168. msgstr ""
  169. #. type: Content of: <sect1><sect2><screen>
  170. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:114
  171. #, no-wrap
  172. msgid ""
  173. "<userinput remap=\"test\">awk '/# PASS:/{total+=$3} ; END{print total}' "
  174. "gmp-check-log</userinput>"
  175. msgstr ""
  176. #. type: Content of: <sect1><sect2><para>
  177. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:116
  178. msgid "Install the package and its documentation:"
  179. msgstr ""
  180. #. type: Content of: <sect1><sect2><screen>
  181. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:118
  182. #, no-wrap
  183. msgid ""
  184. "<userinput remap=\"install\">make install\n"
  185. "make install-html</userinput>"
  186. msgstr ""
  187. #. type: Content of: <sect1><sect2><title>
  188. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:124
  189. msgid "Contents of GMP"
  190. msgstr ""
  191. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  192. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:127
  193. msgid "Installed Libraries"
  194. msgstr ""
  195. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  196. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:128
  197. msgid "Installed directory"
  198. msgstr ""
  199. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  200. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:131
  201. msgid "libgmp.so and libgmpxx.so"
  202. msgstr ""
  203. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  204. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:132
  205. msgid "/usr/share/doc/gmp-&gmp-version;"
  206. msgstr ""
  207. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  208. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:137
  209. msgid "Short Descriptions"
  210. msgstr ""
  211. #. type: Content of: <sect1><sect2><variablelist>
  212. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:138
  213. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  214. msgstr ""
  215. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  216. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:142
  217. msgid "<filename class=\"libraryfile\">libgmp</filename>"
  218. msgstr ""
  219. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  220. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:144
  221. msgid "Contains precision math functions"
  222. msgstr ""
  223. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  224. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:146
  225. msgid "libgmp"
  226. msgstr ""
  227. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  228. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:152
  229. msgid "<filename class=\"libraryfile\">libgmpxx</filename>"
  230. msgstr ""
  231. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  232. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:154
  233. msgid "Contains C++ precision math functions"
  234. msgstr ""
  235. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  236. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:156
  237. msgid "libgmpxx"
  238. msgstr ""