libffi.po 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  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/libffi.xml:14
  20. #, no-wrap
  21. msgid "&libffi-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:12
  25. msgid ""
  26. "<productname>libffi</productname> "
  27. "<productnumber>&libffi-version;</productnumber> <placeholder "
  28. "type=\"address\" id=\"0\"/>"
  29. msgstr ""
  30. #. type: Content of: <sect1><title>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:17
  32. msgid "Libffi-&libffi-version;"
  33. msgstr ""
  34. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:20
  36. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:111
  37. msgid "libffi"
  38. msgstr ""
  39. #. type: Content of: <sect1><sect2><para>
  40. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:26
  41. msgid ""
  42. "The Libffi library provides a portable, high level programming interface to "
  43. "various calling conventions. This allows a programmer to call any function "
  44. "specified by a call interface description at run time."
  45. msgstr ""
  46. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  47. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:31
  48. msgid "&buildtime;"
  49. msgstr ""
  50. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  51. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:32
  52. msgid "&diskspace;"
  53. msgstr ""
  54. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  55. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:35
  56. msgid "&libffi-fin-sbu;"
  57. msgstr ""
  58. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:36
  60. msgid "&libffi-fin-du;"
  61. msgstr ""
  62. #. type: Content of: <sect1><sect2><title>
  63. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:43
  64. msgid "Installation of Libffi"
  65. msgstr ""
  66. #. type: Content of: <sect1><sect2><note><para>
  67. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:46
  68. msgid ""
  69. "Similar to GMP, libffi builds with optimizations specific to the proccesor "
  70. "in use. If building for another system, export CFLAGS and CXXFLAGS to "
  71. "specify a generic build for your architecture. If this is not done, all "
  72. "applications that link to libffi will trigger Illegal Operation Errors."
  73. msgstr ""
  74. #. type: Content of: <sect1><sect2><para>
  75. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:53
  76. msgid "Prepare libffi for compilation:"
  77. msgstr ""
  78. #. type: Content of: <sect1><sect2><screen>
  79. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:55
  80. #, no-wrap
  81. msgid ""
  82. "<userinput remap=\"configure\">./configure --prefix=/usr --disable-static "
  83. "--with-gcc-arch=native</userinput>"
  84. msgstr ""
  85. #. type: Content of: <sect1><sect2><variablelist><title>
  86. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:58
  87. msgid "The meaning of the configure option:"
  88. msgstr ""
  89. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  90. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:61
  91. msgid "<parameter>--with-gcc-arch=native</parameter>"
  92. msgstr ""
  93. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  94. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:63
  95. msgid ""
  96. "Ensure GCC optimizes for the current system. If this is not specified, the "
  97. "system is guessed and the code generated may not be correct for some "
  98. "systems. If the generated code will be copied from the native system to a "
  99. "less capable system, use the less capable system as a parameter. For details "
  100. "about alternative system types, see <ulink "
  101. "url='https://gcc.gnu.org/onlinedocs/gcc-&gcc-version;/gcc/x86-Options.html'> "
  102. "the x86 options in the GCC manual</ulink>."
  103. msgstr ""
  104. #. type: Content of: <sect1><sect2><para>
  105. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:76
  106. msgid "Compile the package:"
  107. msgstr ""
  108. #. type: Content of: <sect1><sect2><screen>
  109. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:78
  110. #, no-wrap
  111. msgid "<userinput remap=\"make\">make</userinput>"
  112. msgstr ""
  113. #. type: Content of: <sect1><sect2><para>
  114. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:80
  115. msgid "To test the results, issue:"
  116. msgstr ""
  117. #. type: Content of: <sect1><sect2><screen>
  118. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:82
  119. #, no-wrap
  120. msgid "<userinput remap=\"test\">make check</userinput>"
  121. msgstr ""
  122. #. type: Content of: <sect1><sect2><para>
  123. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:84
  124. msgid "Install the package:"
  125. msgstr ""
  126. #. type: Content of: <sect1><sect2><screen>
  127. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:86
  128. #, no-wrap
  129. msgid "<userinput remap=\"install\">make install</userinput>"
  130. msgstr ""
  131. #. type: Content of: <sect1><sect2><title>
  132. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:91
  133. msgid "Contents of Libffi"
  134. msgstr ""
  135. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  136. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:94
  137. msgid "Installed library"
  138. msgstr ""
  139. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  140. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:97
  141. msgid "libffi.so"
  142. msgstr ""
  143. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  144. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:102
  145. msgid "Short Descriptions"
  146. msgstr ""
  147. #. type: Content of: <sect1><sect2><variablelist>
  148. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:103
  149. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  150. msgstr ""
  151. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  152. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:107
  153. msgid "<filename class=\"libraryfile\">libffi</filename>"
  154. msgstr ""
  155. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  156. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:109
  157. msgid "contains the libffi API functions."
  158. msgstr ""