Skip to content

Commit

Permalink
perldelta: Update advice for z/OS
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Jun 19, 2020
1 parent 2b70eee commit 4e8bf9a
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions pod/perldelta.pod
Original file line number Diff line number Diff line change
Expand Up @@ -1388,8 +1388,18 @@ Only static builds (the default) build reliably

=item *

Threaded builds have problems with mutexes during critical sections, so
use at your own risk
When using locales, z/OS does not handle the C<LC_MESSAGES> category
properly, so when compiling perl, you should add the following to your
F<Configure> options

./Configure <other options> -Accflags=-DNO_LOCALE_MESSAGES

=item *

z/OS does not support locales with threads, so when compiling a threaded
perl, you should add the following to your F<Configure> options

./Configure <other Configure options> -Accflags=-DNO_LOCALE

=item *

Expand Down

0 comments on commit 4e8bf9a

Please sign in to comment.