File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -303,5 +303,11 @@ Unix ~
303
303
イブラリのバージョンは Vim と共にコンパイルされた Perl のバージョンと一致して
304
304
いなければなりません。
305
305
306
+ Note: Perl をローカルでビルドする場合、Vim が正常にリンクするためには、スレッ
307
+ ドサポート付きでコンパイルされたバージョンを使用する必要があります。Perl を設
308
+ 定するときに `- Dusethreads` フラグを使うことができ、Perl のバイナリでこのフラ
309
+ グが有効になっているかどうかは `perl -V` を実行して "Compile-time options" の
310
+ 下に `USE_ITHREADS` があるかどうかで確認することができます。
311
+
306
312
==============================================================================
307
313
vim:tw=78:ts=8:noet:ft=help:norl:
Original file line number Diff line number Diff line change @@ -297,5 +297,11 @@ instead of DYNAMIC_PERL_DLL file what was specified at compile time. The
297
297
version of the shared library must match the Perl version Vim was compiled
298
298
with.
299
299
300
+ Note: If you are building Perl locally, you have to use a version compiled
301
+ with threading support for it for Vim to successfully link against it. You can
302
+ use the `- Dusethreads` flags when configuring Perl, and check that a Perl
303
+ binary has it enabled by running `perl -V` and verify that `USE_ITHREADS` is
304
+ under "Compile-time options".
305
+
300
306
==============================================================================
301
307
vim:tw=78:ts=8:noet:ft=help:norl:
You can’t perform that action at this time.
0 commit comments