Skip to content

Commit 8ec8629

Browse files
committed
Update if_perl.{txt,jax}
1 parent 7370b28 commit 8ec8629

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

doc/if_perl.jax

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,5 +303,11 @@ Unix ~
303303
イブラリのバージョンは Vim と共にコンパイルされた Perl のバージョンと一致して
304304
いなければなりません。
305305

306+
Note: Perl をローカルでビルドする場合、Vim が正常にリンクするためには、スレッ
307+
ドサポート付きでコンパイルされたバージョンを使用する必要があります。Perl を設
308+
定するときに `-Dusethreads` フラグを使うことができ、Perl のバイナリでこのフラ
309+
グが有効になっているかどうかは `perl -V` を実行して "Compile-time options" の
310+
下に `USE_ITHREADS` があるかどうかで確認することができます。
311+
306312
==============================================================================
307313
vim:tw=78:ts=8:noet:ft=help:norl:

en/if_perl.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,5 +297,11 @@ instead of DYNAMIC_PERL_DLL file what was specified at compile time. The
297297
version of the shared library must match the Perl version Vim was compiled
298298
with.
299299

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+
300306
==============================================================================
301307
vim:tw=78:ts=8:noet:ft=help:norl:

0 commit comments

Comments
 (0)