Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2942873 commit f90882aCopy full SHA for f90882a
1 file changed
extending/windows.po
@@ -126,6 +126,9 @@ msgid ""
126
"object files in the libraries; if it finds it, it will include all the code "
127
"from that object file."
128
msgstr ""
129
+"在 Unix 中,只存在一种库文件 (:file:`.a`),它包含来自多个对象文件 (:file:`.o`) 的代码。 在创建共享对象文件 "
130
+"(:file:`.so`) 的链接阶段,链接器可能会发现它不知道某个标识符是在哪里定义的。 "
131
+"链接器将在各个库的对象文件中查找它;如果找到了它,链接器将会包括来自该对象文件的所有代码。"
132
133
#: ../../extending/windows.rst:76
134
msgid ""
0 commit comments