Add new symbols to old_global.sym, too.
[p5sagit/p5-mst-13.2.git] / README.os2
CommitLineData
a56dbb1c 1If you read this file _as_is_, just ignore the funny characters you
2see. It is written in the POD format (see perlpod manpage) which is
3specially designed to be readable as is.
4
5=head1 NAME
6
7perlos2 - Perl under OS/2, Win0.31, Win0.95 and WinNT.
8
9=head1 SYNOPSIS
10
11One can read this document in the following formats:
12
13 man perlos2
14 view perl perlos2
15 explorer perlos2.html
16 info perlos2
17
18to list some (not all may be available simultaneously), or it may
19be read I<as is>: either as F<README.os2>, or F<pod/perlos2.pod>.
20
21=cut
22
23Contents
24
25 perlos2 - Perl under OS/2
26
27 NAME
28 SYNOPSIS
29 DESCRIPTION
30 - Target
31 - Other OSes
32 - Prerequisites
33 - Starting Perl programs under OS/2
34 - Starting OS/2 programs under Perl
35 Frequently asked questions
36 - I cannot run extenal programs
37 - I cannot embed perl into my program, or use perl.dll from my program.
38 INSTALLATION
39 - Automatic binary installation
40 - Manual binary installation
41 - Warning
42 Accessing documentation
43 - OS/2 .INF file
44 - Plain text
45 - Manpages
46 - HTML
47 - GNU info files
48 - .PDF files
49 - LaTeX docs
50 BUILD
51 - Prerequisites
52 - Getting perl source
53 - Application of the patches
54 - Hand-editing
55 - Making
56 - Testing
57 - Installing the built perl
58 - a.out-style build
59 Build FAQ
60 - Some / became \ in pdksh.
61 - 'errno' - unresolved external
62 - Problems with tr
63 - Some problem (forget which ;-)
64 - Library ... not found
65 - Segfault in make
66 Specific (mis)features of OS/2 port
67 - setpriority, getpriority
68 - system()
69 - Additional modules:
70 - Prebuilt methods:
71 - Misfeatures
72 Perl flavors
73 - perl.exe
74 - perl_.exe
75 - perl__.exe
76 - perl___.exe
77 - Why strange names?
78 - Why dynamic linking?
79 - Why chimera build?
80 ENVIRONMENT
81 - PERLLIB_PREFIX
82 - PERL_BADLANG
83 - PERL_BADFREE
84 - PERL_SH_DIR
85 - TMP or TEMP
86 Evolution
87 - Priorities
88 - DLL name mungling
89 - Threading
90 - Calls to external programs
91 AUTHOR
92 SEE ALSO
93
94=head1 DESCRIPTION
95
96=head2 Target
97
98The target is to make OS/2 the best supported platform for
99using/building/developping Perl and I<Perl applications>, as well as
100make Perl the best language to use under OS/2.
101
102The current state is quite close to this target. Known limitations:
103
104=over 5
105
106=item *
107
108Some *nix programs use fork() a lot, but currently fork() is not
109supported after I<use>ing dynamically loaded extensions.
110
111=item *
112
113You need a separate perl executable F<perl__.exe> (see L<perl__.exe>)
114to use PM code in your application (like the forthcoming Perl/Tk).
115
116=item *
117
118There is no simple way to access B<WPS> objects. The only way I know
119is via C<OS2::REXX> extension (see L<OS2::REXX>), and we do not have access to
120convinience methods of B<Object REXX>. (Is it possible at all? I know
121of no B<Object-REXX> API.)
122
123=back
124
125Please keep this list up-to-date by informing me about other items.
126
127=head2 Other OSes
128
129Since OS/2 port of perl uses a remarkable B<EMX> environment, it can
130run (and build extensions, and - possibly - be build itself) under any
131environment which can run EMX. The current list is DOS,
132DOS-inside-OS/2, Win0.31, Win0.95 and WinNT. Out of many perl flavors,
133only one works, see L<"perl_.exe">.
134
135Note that not all features of Perl are available under these
136environments. This depends on the features the I<extender> - most
137probably C<RSX> - decided to implement.
138
139Cf. L<Prerequisites>.
140
141=head2 Prerequisites
142
143=over 6
144
145=item B<EMX>
146
55497cff 147B<EMX> runtime is required (may be substituted by B<RSX>). Note that
148it is possible to make F<perl_.exe> to run under DOS without any
149external support by binding F<emx.exe> to it, see L<emxbind>. Note
150that under DOS for best results one should use B<RSX> runtime, which
151has much more functions working (like C<fork>, C<popen> and so on). In
152fact B<RSX> is required if there is no C<VCPI> present.
a56dbb1c 153
154Only the latest runtime is supported, currently C<0.9c>.
155
156One can get different parts of B<EMX> from, say
157
158 ftp://ftp.cdrom.com/pub/os2/emx0.9c/
159 ftp://hobbes.nmsu.edu/os2/unix/gnu/
160
161The runtime component should have the name F<emxrt.zip>.
162
163=item B<RSX>
164
165To run Perl on C<DPMS> platforms one needs B<RSX> runtime. This is
166needed under DOS-inside-OS/2, Win0.31, Win0.95 and WinNT (see
55497cff 167L<"Other OSes">). I do not know whether B<RSX> would work with C<VCPI>
168only, as B<EMX> would.
169
170Having B<RSX> and the latest F<sh.exe> one gets a fully functional
171B<*nix>-ish environment under DOS, say, C<fork>, C<``> and
172pipe-C<open> work. In fact, MakeMaker works (for static build), so one
173can have Perl development environment under DOS.
a56dbb1c 174
175One can get B<RSX> from, say
176
177 ftp://ftp.cdrom.com/pub/os2/emx0.9c/contrib
178 ftp://ftp.uni-bielefeld.de/pub/systems/msdos/misc
179
180Contact the author on C<rainer@mathematik.uni-bielefeld.de>.
181
55497cff 182The latest F<sh.exe> with DOS hooks is available at
183
184 ftp://ftp.math.ohio-state.edu/pub/users/ilya/os2/sh_dos.exe
185
a56dbb1c 186=item B<HPFS>
187
188Perl does not care about file systems, but to install the whole perl
189library intact one needs a file system which supports long file names.
190
191Note that if you do not plan to build the perl itself, it may be
192possible to fool B<EMX> to truncate file names. This is not supported,
193read B<EMX> docs to see how to do it.
194
195=back
196
197=head2 Starting Perl programs under OS/2
198
199Start your Perl program F<foo.pl> with arguments C<arg1 arg2 arg3> the
200same way as on any other platform, by
201
202 perl foo.pl arg1 arg2 arg3
203
204If you want to specify perl options C<-my_opts> to the perl itself (as
205opposed to to your program), use
206
207 perl -my_opts foo.pl arg1 arg2 arg3
208
209Alternately, if you use OS/2-ish shell, like C<CMD> or C<4os2>, put
210the following at the start of your perl script:
211
212 extproc perl -x -S
213 #!/usr/bin/perl -my_opts
214
215rename your program to F<foo.cmd>, and start it by typing
216
217 foo arg1 arg2 arg3
218
219(Note that having *nixish full path to perl F</usr/bin/perl> is not
220necessary, F<perl> would be enough, but having full path would make it
221easier to use your script under *nix.)
222
223Note that because of stupid OS/2 limitations the full path of the perl
224script is not available when you use C<extproc>, thus you are forced to
225use C<-S> perl switch, and your script should be on path. As a plus
226side, if you know a full path to your script, you may still start it
227with
228
229 perl -x ../../blah/foo.cmd arg1 arg2 arg3
230
231(note that the argument C<-my_opts> is taken care of by the C<#!> line
232in your script).
233
234To understand what the above I<magic> does, read perl docs about C<-S>
235and C<-x> switches - see L<perlrun>, and cmdref about C<extproc>:
236
237 view perl perlrun
238 man perlrun
239 view cmdref extproc
240 help extproc
241
242or whatever method you prefer.
243
244There are also endless possibilites to use I<executable extensions> of
245B<4OS2>, I<associations> of B<WPS> and so on... However, if you use
246*nixish shell (like F<sh.exe> supplied in the binary distribution),
247you need follow the syntax specified in L<perlrun/"Switches">.
248
249=head2 Starting OS/2 programs under Perl
250
251This is what system() (see L<perlfunc/system>), C<``> (see
252L<perlop/"I/O Operators">), and I<open pipe> (see L<perlfunc/open>)
253are for. (Avoid exec() (see L<perlfunc/exec>) unless you know what you
254do).
255
256Note however that to use some of these operators you need to have a
257C<sh>-syntax shell installed (see L<"Pdksh">,
258L<"Frequently asked questions">), and perl should be able to find it
259(see L<"PERL_SH_DIR">).
260
261The only cases when the shell is not used is the multi-argument
262system() (see L<perlfunc/system>)/exec() (see L<perlfunc/exec>), and
263one-argument version thereof without redirection and shell
264meta-characters.
265
266=head1 Frequently asked questions
267
268=head2 I cannot run extenal programs
269
55497cff 270=over 4
271
272=item
273
a56dbb1c 274Did you run your programs with C<-w> switch? See
275L<Starting OS/2 programs under Perl>.
276
55497cff 277=item
278
279Do you try to run I<internal> shell commands, like C<`copy a b`>
280(internal for F<cmd.exe>), or C<`glob a*b`> (internal for ksh)? You
281need to specify your shell explicitely, like C<`cmd /c copy a b`>,
282since Perl cannot deduce which commands are internal to your shell.
283
284=back
285
a56dbb1c 286=head2 I cannot embed perl into my program, or use F<perl.dll> from my
287program.
288
289=over 4
290
291=item Is your program B<EMX>-compiled with C<-Zmt -Zcrtdll>?
292
293If not, you need to build a stand-alone DLL for perl. Contact me, I
294did it once. Sockets would not work, as a lot of other stuff.
295
296=item Did you use C<ExtUtils::Embed>?
297
298I had reports it does not work. Somebody would need to fix it.
299
300=back
301
55497cff 302=head2 C<``> and pipe-C<open> do not work under DOS.
303
304This may a variant of just L<"I cannot run extenal programs">, or a
305deeper problem. Basically: you I<need> B<RSX> (see L<"Prerequisites">)
306for these commands to work, and you need a port of F<sh.exe> which
307understands command arguments. One of such ports is listed in
308L<"Prerequisites"> under B<RSX>.
309
310I do not know whether C<DPMI> is required.
311
a56dbb1c 312=head1 INSTALLATION
313
314=head2 Automatic binary installation
315
316The most convinient way of installing perl is via perl installer
317F<install.exe>. Just follow the instructions, and 99% of the
318installation blues would go away.
319
320Note however, that you need to have F<unzip.exe> on your path, and
321B<EMX> environment I<running>. The latter means that if you just
322installed B<EMX>, and made all the needed changes to F<Config.sys>,
323you may need to reboot in between. Check B<EMX> runtime by running
324
325 emxrev
326
327A folder is created on your desktop which contains some useful
328objects.
329
330B<Things not taken care of by automatic binary installation:>
331
332=over 15
333
334=item C<PERL_BADLANG>
335
336may be needed if you change your codepage I<after> perl installation,
337and the new value is not supported by B<EMX>. See L<"PERL_BADLANG">.
338
339=item C<PERL_BADFREE>
340
341see L<"PERL_BADFREE">.
342
343=item F<Config.pm>
344
345This file resides somewhere deep in the location you installed your
346perl library, find it out by
347
348 perl -MConfig -le "print $INC{'Config.pm'}"
349
350While most important values in this file I<are> updated by the binary
351installer, some of them may need to be hand-edited. I know no such
352data, please keep me informed if you find one.
353
354=back
355
356=head2 Manual binary installation
357
358As of version 5.00305, OS/2 perl binary distribution comes splitted
359into 11 components. Unfortunately, to enable configurable binary
360installation, the file paths in the C<zip> files are not absolute, but
361relative to some directory.
362
363Note that the extraction with the stored paths is still necessary
364(default with C<unzip>, specify C<-d> to C<pkunzip>). However, you
365need to know where to extract the files. You need also to manually
366change entries in F<Config.sys> to reflect where did you put the
367files.
368
369Below is the sample of what to do to reproduce the configuration on my
370machine:
371
372=over 3
373
374=item Perl VIO and PM executables (dynamically linked)
375
376 unzip perl_exc.zip *.exe *.ico -d f:/emx.add/bin
377 unzip perl_exc.zip *.dll -d f:/emx.add/dll
378
379(have the directories with C<*.exe> on C<PATH>, and C<*.dll> on
380C<LIBPATH>);
381
382=item Perl_ VIO executable (statically linked)
383
384 unzip perl_aou.zip -d f:/emx.add/bin
385
386(have the directory on C<PATH>);
387
388=item Executables for Perl utilities
389
390 unzip perl_utl.zip -d f:/emx.add/bin
391
392(have the directory on C<PATH>);
393
394=item Main Perl library
395
396 unzip perl_mlb.zip -d f:/perllib/lib
397
398If this directory is preserved, you do not need to change
399anything. However, for perl to find it if it is changed, you need to
400C<set PERLLIB_PREFIX> in F<Config.sys>, see L<"PERLLIB_PREFIX">.
401
402=item Additional Perl modules
403
404 unzip perl_ste.zip -d f:/perllib/lib/site_perl
405
406If you do not change this directory, do nothing. Otherwise put this
407directory and subdirectory F<./os2> in C<PERLLIB> or C<PERL5LIB>
408variable. Do not use C<PERL5LIB> unless you have it set already. See
409L<perl/"ENVIRONMENT">.
410
411=item Tools to compile Perl modules
412
413 unzip perl_blb.zip -d f:/perllib/lib
414
415If this directory is preserved, you do not need to change
416anything. However, for perl to find it if it is changed, you need to
417C<set PERLLIB_PREFIX> in F<Config.sys>, see L<"PERLLIB_PREFIX">.
418
419=item Manpages for Perl and utilities
420
421 unzip perl_man.zip -d f:/perllib/man
422
423This directory should better be on C<MANPATH>. You need to have a
424working C<man> to access these files.
425
426=item Manpages for Perl modules
427
428 unzip perl_mam.zip -d f:/perllib/man
429
430This directory should better be on C<MANPATH>. You need to have a
431working C<man> to access these files.
432
433=item Source for Perl documentation
434
435 unzip perl_pod.zip -d f:/perllib/lib
436
437This is used by by C<perldoc> program (see L<perldoc>), and may be used to
438generate B<HTML> documentation usable by WWW browsers, and
439documentation in zillions of other formats: C<info>, C<LaTeX>,
440C<Acrobat>, C<FrameMaker> and so on.
441
442=item Perl manual in .INF format
443
444 unzip perl_inf.zip -d d:/os2/book
445
446This directory should better be on C<BOOKSHELF>.
447
448=item Pdksh
449
450 unzip perl_sh.zip -d f:/bin
451
452This is used by perl to run external commands which explicitely
453require shell, like the commands using I<redirection> and I<shell
454metacharacters>. It is also used instead of explicit F</bin/sh>.
455
456Set C<PERL_SH_DIR> (see L<"PERL_SH_DIR">) if you move F<sh.exe> from
457the above location.
458
459B<Note.> It may be possible to use some other C<sh>-compatible shell
460(I<not tested>).
461
462=back
463
464After you installed the components you needed and updated the
465F<Config.sys> correspondingly, you need to hand-edit
466F<Config.pm>. This file resides somewhere deep in the location you
467installed your perl library, find it out by
468
469 perl -MConfig -le "print $INC{'Config.pm'}"
470
471You need to correct all the entries which look like file paths (they
472currently start with C<f:/>).
473
474=head2 B<Warning>
475
476The automatic and manual perl installation leave precompiled paths
477inside perl executables. While these paths are overwriteable (see
478L<"PERLLIB_PREFIX">, L<"PERL_SH_DIR">), one may get better results by
479binary editing of paths inside the executables/DLLs.
480
481=head1 Accessing documentation
482
483Depending on how you built/installed perl you may have (otherwise
484identical) Perl documentation in the following formats:
485
486=head2 OS/2 F<.INF> file
487
488Most probably the most convinient form. View it as
489
490 view perl
491 view perl perlfunc
492 view perl less
493 view perl ExtUtils::MakeMaker
494
495(currently the last two may hit a wrong location, but this may improve
496soon).
497
498If you want to build the docs yourself, and have I<OS/2 toolkit>, run
499
500 pod2ipf > perl.ipf
501
502in F</perllib/lib/pod> directory, then
503
504 ipfc /inf perl.ipf
505
506(Expect a lot of errors during the both steps.) Now move it on your
507BOOKSHELF path.
508
509=head2 Plain text
510
511If you have perl documentation in the source form, perl utilities
512installed, and B<GNU> C<groff> installed, you may use
513
514 perldoc perlfunc
515 perldoc less
516 perldoc ExtUtils::MakeMaker
517
518to access the perl documention in the text form (note that you may get
519better results using perl manpages).
520
521Alternately, try running pod2text on F<.pod> files.
522
523=head2 Manpages
524
525If you have C<man> installed on your system, and you installed perl
526manpages, use something like this:
5243f9ae 527
5243f9ae 528 man perlfunc
529 man 3 less
530 man ExtUtils.MakeMaker
5243f9ae 531
a56dbb1c 532to access documentation for different components of Perl. Start with
533
534 man perl
535
536Note that dot (F<.>) is used as a package separator for documentation
537for packages, and as usual, sometimes you need to give the section - C<3>
538above - to avoid shadowing by the I<less(1) manpage>.
539
540Make sure that the directory B<above> the directory with manpages is
541on our C<MANPATH>, like this
542
543 set MANPATH=c:/man;f:/perllib/man
544
545=head2 B<HTML>
546
547If you have some WWW browser available, installed the Perl
548documentation in the source form, and Perl utilities, you can build
549B<HTML> docs. Cd to directory with F<.pod> files, and do like this
550
551 cd f:/perllib/lib/pod
5243f9ae 552 pod2html
5243f9ae 553
a56dbb1c 554After this you can direct your browser the file F<perl.html> in this
555directory, and go ahead with reading docs, like this:
5243f9ae 556
a56dbb1c 557 explore file:///f:/perllib/lib/pod/perl.html
5243f9ae 558
a56dbb1c 559Alternatively you may be able to get these docs prebuild from C<CPAN>.
5243f9ae 560
a56dbb1c 561=head2 B<GNU> C<info> files
bb14ff96 562
a56dbb1c 563Users of C<Emacs> would appreciate it very much, especially with
564C<CPerl> mode loaded. You need to get latest C<pod2info> from C<CPAN>,
565or, alternately, prebuilt info pages.
615d1a09 566
a56dbb1c 567=head2 F<.PDF> files
568
569for C<Acrobat> are available on CPAN (for slightly old version of
570perl).
571
572=head2 C<LaTeX> docs
573
574can be constructed using C<pod2latex>.
575
576=head1 BUILD
577
578Here we discuss how to build Perl under OS/2. There is an alternative
579(but maybe older) view on L<http://www.shadow.net/~troc/os2perl.html>.
580
581=head2 Prerequisites
582
583You need to have the latest B<EMX> development environment, the full
584B<GNU> tool suite (C<gawk> renamed to C<awk>, and B<GNU> F<find.exe>
585earlier on path than the OS/2 F<find.exe>, same with F<sort.exe>, to
586check use
587
588 find --version
589 sort --version
590
591). You need the latest version of F<pdksh> installed as F<sh.exe>.
592
593Possible locations to get this from are
594
595 ftp://hobbes.nmsu.edu/os2/unix/gnu/
596 ftp://ftp.cdrom.com/pub/os2/unix/
597 ftp://ftp.cdrom.com/pub/os2/dev32/
598 ftp://ftp.cdrom.com/pub/os2/emx0.9c/
599
600
601Make sure that no copies or perl are currently running. Later steps
602of the build may fail since an older version of perl.dll loaded into
603memory may be found.
604
605Also make sure that you have F</tmp> directory on the current drive,
606and F<.> directory in your C<LIBPATH>. One may try to correct the
607latter condition by
608
609 set BEGINLIBPATH .
610
611if you use something like F<CMD.EXE> or latest versions of F<4os2.exe>.
612
613Make sure your C<gcc> is good for C<-Zomf> linking: run C<omflibs>
614script in F</emx/lib> directory.
615
616Check that you have C<link386> installed. It comes standard with OS/2,
617but may be not installed due to customization. If typing
618
619 link386
620
621shows you do not have it, do I<Selective install>, and choose C<Link
622object modules> in I<Optional system utilites/More>. If you get into
623C<link386>, press C<Ctrl-C>.
624
625=head2 Getting perl source
626
627You need to fetch the latest perl source (including developpers
628releases). With some probability it is located in
629
630 http://www.perl.com/CPAN/src/5.0
631 http://www.perl.com/CPAN/src/5.0/unsupported
632
633If not, you may need to dig in the indices to find it in the directory
634of the current maintainer.
635
636Quick cycle of developpers release may break the OS/2 build time to
637time, looking into
638
639 http://www.perl.com/CPAN/ports/os2/ilyaz/
640
641may indicate the latest release which was publicly released by the
642maintainer. Note that the release may include some additional patches
643to apply to the current source of perl.
644
645Extract it like this
646
647 tar vzxf perl5.00409.tar.gz
648
649You may see a message about errors while extracting F<Configure>. This is
650because there is a conflict with a similarly-named file F<configure>.
651
652Rename F<configure> to F<configure.gnu>. Extract F<Configure> like this
653
654 tar --case-sensitive -vzxf perl5.00409.tar.gz perl5.00409/Configure
655
656Change to the directory of extraction.
657
658=head2 Application of the patches
659
660You need to apply the patches in F<./os2/diff.*> and
661F<./os2/POSIX.mkfifo> like this:
662
663 gnupatch -p0 < os2\POSIX.mkfifo
664 gnupatch -p0 < os2\os2\diff.configure
665
666You may also need to apply the patches supplied with the binary
667distribution of perl.
668
669Note also that the F<db.lib> and F<db.a> from the B<EMX> distribution
670are not suitable for multi-threaded compile (note that currently perl
671is not multithreaded, but is compiled as multithreaded for
672compatibility with B<XFree86>-OS/2). Get a corrected one from
673
674 ftp://ftp.math.ohio-state.edu/pub/users/ilya/os2/db_mt.zip
675
676=head2 Hand-editing
677
678You may look into the file F<./hints/os2.sh> and correct anything
679wrong you find there. I do not expect it is needed anywhere.
615d1a09 680
a56dbb1c 681=head2 Making
615d1a09 682
a56dbb1c 683 sh Configure -des -D prefix=f:/perllib
615d1a09 684
a56dbb1c 685Prefix means where to install the resulting perl library. Giving
686correct prefix you may avoid the need to specify C<PERLLIB_PREFIX>,
687see L<"PERLLIB_PREFIX">.
5243f9ae 688
a56dbb1c 689I<Ignore the message about missing C<ln>, and about C<-c> option to
690C<tr>>. In fact if you can trace where the latter spurious warning
691comes from, please inform me.
615d1a09 692
a56dbb1c 693Now
5243f9ae 694
a56dbb1c 695 make
5243f9ae 696
a56dbb1c 697At some moment the built may die, reporting a I<version mismatch> or
698I<unable to run F<perl>>. This means that most of the build has been
699finished, and it is the time to move the constructed F<perl.dll> to
700some I<absolute> location in C<LIBPATH>. After this done the build
701should finish without a lot of fuss. I<One can avoid it if one has the
702correct prebuilt version of F<perl.dll> on C<LIBPATH>.>
615d1a09 703
a56dbb1c 704Warnings which are safe to ignore: I<mkfifo() redefined> inside
705F<POSIX.c>.
615d1a09 706
a56dbb1c 707=head2 Testing
708
709Now run
710
711 make test
712
55497cff 713Some tests (5..7) should fail. Some perl invocations should end in a
a56dbb1c 714segfault (system error C<SYS3175>). To get finer error reports,
715
716 cd t
717 perl -I ../lib harness
718
719The report you get may look like
720
721 Failed Test Status Wstat Total Fail Failed List of failed
722 ---------------------------------------------------------------
723 io/fs.t 26 11 42.31% 2-5, 7-11, 18, 25
724 lib/io_pipe.t 3 768 6 ?? % ??
725 lib/io_sock.t 3 768 5 ?? % ??
726 op/stat.t 56 5 8.93% 3-4, 20, 35, 39
727 Failed 4/118 test scripts, 96.61% okay. 27/2445 subtests failed, 98.90% okay.
728
729Note that using `make test' target two more tests may fail: C<op/exec:1>
730because of (mis)feature of C<pdksh>, and C<lib/posix:15>, which checks
55497cff 731that the buffers are not flushed on C<_exit> (this is a bug in the test
732which assumes that tty output is buffered).
a56dbb1c 733
734The reasons for failed tests are:
735
736=over 8
737
738=item F<io/fs.t>
739
740Checks I<file system> operations. Tests:
741
742=over 10
743
744=item 2-5, 7-11
745
746Check C<link()> and C<inode count> - nonesuch under OS/2.
747
748=item 18
749
750Checks C<atime> and C<mtime> of C<stat()> - I could not understand this test.
751
752=item 25
753
754Checks C<truncate()> on a filehandle just opened for write - I do not
755know why this should or should not work.
756
757=back
758
759=item F<lib/io_pipe.t>
760
761Checks C<IO::Pipe> module. Some feature of B<EMX> - test fork()s with
762dynamic extension loaded - unsupported now.
763
764=item F<lib/io_sock.t>
765
766Checks C<IO::Socket> module. Some feature of B<EMX> - test fork()s
767with dynamic extension loaded - unsupported now.
768
769=item F<op/stat.t>
770
771Checks C<stat()>. Tests:
772
773=over 4
774
775=item 3
776
777Checks C<inode count> - nonesuch under OS/2.
778
779=item 4
780
781Checks C<mtime> and C<ctime> of C<stat()> - I could not understand this test.
782
783=item 20
784
785Checks C<-x> - determined by the file extension only under OS/2.
786
787=item 35
788
789Needs F</usr/bin>.
790
791=item 39
792
793Checks C<-t> of F</dev/null>. Should not fail!
794
795=back
796
797=back
798
799In addition to errors, you should get a lot of warnings.
800
801=over 4
802
803=item A lot of `bad free'
804
805in databases related to Berkeley DB. This is a confirmed bug of
806DB. You may disable this warnings, see L<"PERL_BADFREE">.
807
808=item Process terminated by SIGTERM/SIGINT
809
810This is a standard message issued by OS/2 applications. *nix
811applications die in silence. It is considered a feature. One can
812easily disable this by appropriate sighandlers.
813
814However the test engine bleeds these message to screen in unexpected
815moments. Two messages of this kind I<should> be present during
816testing.
817
818=item F<*/sh.exe>: ln: not found
819
820=item C<ls>: /dev: No such file or directory
821
822The last two should be self-explanatory. The test suite discovers that
823the system it runs on is not I<that much> *nixish.
824
825=back
615d1a09 826
827A lot of `bad free'... in databases, bug in DB confirmed on other
5243f9ae 828platforms. You may disable it by setting PERL_BADFREE environment variable
a56dbb1c 829to 1.
615d1a09 830
a56dbb1c 831=head2 Installing the built perl
615d1a09 832
a56dbb1c 833Run
615d1a09 834
a56dbb1c 835 make install
615d1a09 836
a56dbb1c 837It would put the generated files into needed locations. Manually put
838F<perl.exe>, F<perl__.exe> and F<perl___.exe> to a location on your
839C<PATH>, F<perl.dll> to a location on your C<LIBPATH>.
615d1a09 840
a56dbb1c 841Run
615d1a09 842
a56dbb1c 843 make cmdscripts INSTALLCMDDIR=d:/ir/on/path
615d1a09 844
a56dbb1c 845to convert perl utilities to F<.cmd> files and put them on
846C<PATH>. You need to put F<.EXE>-utilities on path manually. They are
847installed in C<$prefix/bin>, here C<$prefix> is what you gave to
848F<Configure>, see L<Making>.
849
850=head2 C<a.out>-style build
851
852Proceed as above, but make F<perl_.exe> (see L<"perl_.exe">) by
853
854 make perl_
855
856test and install by
857
858 make aout_test
859 make aout_install
860
861Manually put F<perl_.exe> to a location on your C<PATH>.
862
863Since C<perl_> has the extensions prebuilt, it does not suffer from
864the I<dynamic extensions + fork()> syndrom, thus the failing tests
865look like
866
867 Failed Test Status Wstat Total Fail Failed List of failed
868 ---------------------------------------------------------------
869 io/fs.t 26 11 42.31% 2-5, 7-11, 18, 25
870 op/stat.t 56 5 8.93% 3-4, 20, 35, 39
871 Failed 2/118 test scripts, 98.31% okay. 16/2445 subtests failed, 99.35% okay.
872
873B<Note.> The build process for C<perl_> I<does not know> about all the
874dependencies, so you should make sure that anything is up-to-date,
875say, by doing
876
877 make perl.dll
878
879first.
880
881=head1 Build FAQ
882
883=head2 Some C</> became C<\> in pdksh.
884
885You have a very old pdksh. See L<Prerequisites>.
886
887=head2 C<'errno'> - unresolved external
888
889You do not have MT-safe F<db.lib>. See L<Prerequisites>.
890
891=head2 Problems with C<tr>
892
893reported with very old version of C<tr>.
894
895=head2 Some problem (forget which ;-)
896
897You have an older version of F<perl.dll> on your C<LIBPATH>, which
898broke the build of extensions.
899
900=head2 Library ... not found
901
902You did not run C<omflibs>. See L<Prerequisites>.
903
904=head2 Segfault in make
905
906You use an old version of C<GNU> make. See L<Prerequisites>.
907
908=head1 Specific (mis)features of OS/2 port
909
910=head2 C<setpriority>, C<getpriority>
911
912Note that these functions are compatible with *nix, not with the older
913ports of '94 - 95. The priorities are absolute, go from 32 to -95,
914lower is quickier. 0 is the default priority.
915
916=head2 C<system()>
917
918Multi-argument form of C<system()> allows an additional numeric
919argument. The meaning of this argument is described in
920L<OS2::Process>.
921
922=head2 Additional modules:
615d1a09 923
a56dbb1c 924L<OS2::Process>, L<OS2::REXX>, L<OS2::PrfDB>, L<OS2::ExtAttr>. This
925modules provide access to additional numeric argument for C<system>,
926to DLLs having functions with REXX signature and to REXX runtime, to
927OS/2 databases in the F<.INI> format, and to Extended Attributes.
615d1a09 928
a56dbb1c 929Two additional extensions by Andread Kaiser, C<OS2::UPM>, and
930C<OS2::FTP>, are included into my ftp directory, mirrored on CPAN.
615d1a09 931
a56dbb1c 932=head2 Prebuilt methods:
615d1a09 933
a56dbb1c 934=over 4
615d1a09 935
a56dbb1c 936=item C<File::Copy::syscopy>
615d1a09 937
a56dbb1c 938used by C<File::Copy::copy>, see L<File::Copy/copy>.
615d1a09 939
a56dbb1c 940=item C<DynaLoader::mod2fname>
615d1a09 941
a56dbb1c 942used by C<DynaLoader> for DLL name mungling.
615d1a09 943
a56dbb1c 944=item C<Cwd::current_drive()>
615d1a09 945
a56dbb1c 946Self explanatory.
615d1a09 947
a56dbb1c 948=item C<Cwd::sys_chdir(name)>
615d1a09 949
a56dbb1c 950leaves drive as it is.
615d1a09 951
a56dbb1c 952=item C<Cwd::change_drive(name)>
615d1a09 953
615d1a09 954
a56dbb1c 955=item C<Cwd::sys_is_absolute(name)>
615d1a09 956
a56dbb1c 957means has drive letter and is_rooted.
615d1a09 958
a56dbb1c 959=item C<Cwd::sys_is_rooted(name)>
615d1a09 960
a56dbb1c 961means has leading C<[/\\]> (maybe after a drive-letter:).
615d1a09 962
a56dbb1c 963=item C<Cwd::sys_is_relative(name)>
615d1a09 964
a56dbb1c 965means changes with current dir.
615d1a09 966
a56dbb1c 967=item C<Cwd::sys_cwd(name)>
615d1a09 968
a56dbb1c 969Interface to cwd from B<EMX>. Used by C<Cwd::cwd>.
615d1a09 970
a56dbb1c 971=item C<Cwd::sys_abspath(name, dir)>
615d1a09 972
a56dbb1c 973Really really odious function to implement. Returns absolute name of
974file which would have C<name> if CWD were C<dir>. C<Dir> defaults to the
975current dir.
615d1a09 976
a56dbb1c 977=item C<Cwd::extLibpath([type])
615d1a09 978
a56dbb1c 979Get current value of extended library search path. If C<type> is
980present and I<true>, works with END_LIBPATH, otherwise with
981C<BEGIN_LIBPATH>.
615d1a09 982
a56dbb1c 983=item C<Cwd::extLibpath_set( path [, type ] )>
615d1a09 984
a56dbb1c 985Set current value of extended library search path. If C<type> is
986present and I<true>, works with END_LIBPATH, otherwise with
987C<BEGIN_LIBPATH>.
615d1a09 988
a56dbb1c 989=back
615d1a09 990
a56dbb1c 991(Note that some of these may be moved to different libraries -
992eventually).
615d1a09 993
615d1a09 994
a56dbb1c 995=head2 Misfeatures
615d1a09 996
a56dbb1c 997=over 4
615d1a09 998
a56dbb1c 999=item
615d1a09 1000
55497cff 1001Since <flock> is present in B<EMX>, but is not functional, the same is
1002true for perl. Here is the list of things which may be "broken" on
1003EMX (from EMX docs):
1004
1005 - The functions recvmsg(), sendmsg(), and socketpair() are not
1006 implemented.
1007 - sock_init() is not required and not implemented.
1008 - flock() is not yet implemented (dummy function).
1009 - kill:
1010 Special treatment of PID=0, PID=1 and PID=-1 is not implemented.
1011 - waitpid:
1012 WUNTRACED
1013 Not implemented.
1014 waitpid() is not implemented for negative values of PID.
1015
1016Note that C<kill -9> does not work with the current version of EMX.
615d1a09 1017
a56dbb1c 1018=item
615d1a09 1019
a56dbb1c 1020Since F<sh.exe> is used for globbing (see L<perlfunc/glob>), the bugs
1021of F<sh.exe> plague perl as well.
615d1a09 1022
a56dbb1c 1023In particular, uppercase letters do not work in C<[...]>-patterns with
1024the current C<pdksh>.
615d1a09 1025
a56dbb1c 1026=back
615d1a09 1027
55497cff 1028=head2 Modifications
1029
1030Perl modifies some standard C library calls in the following ways:
1031
1032=over 9
1033
1034=item C<popen>
1035
1036C<my_popen> always uses F<sh.exe>, cf. L<"PERL_SH_DIR">.
1037
1038=item C<tmpnam>
1039
1040is created using C<TMP> or C<TEMP> environment variable, via
1041C<tempnam>.
1042
1043=item C<tmpfile>
1044
1045If the current directory is not writable, it is created using modified
1046C<tmpnam>, so there may be a race condition.
1047
1048=item C<ctermid>
1049
1050a dummy implementation.
1051
1052=item C<stat>
1053
1054C<os2_stat> special-cases F</dev/tty> and F</dev/con>.
1055
1056=back
1057
a56dbb1c 1058=head1 Perl flavors
615d1a09 1059
a56dbb1c 1060Because of ideosyncrasies of OS/2 one cannot have all the eggs in the
1061same basket (though C<EMX> environment tries hard to overcome this
1062limitations, so the situation may somehow improve). There are 4
1063executables for Perl provided by the distribution:
615d1a09 1064
a56dbb1c 1065=head2 F<perl.exe>
615d1a09 1066
a56dbb1c 1067The main workhorse. This is a chimera executable: it is compiled as an
1068C<a.out>-style executable, but is linked with C<omf>-style dynamic
1069library F<perl.dll>, and with dynamic B<CRT> DLL. This executable is a
1070C<VIO> application.
1071
1072It can load perl dynamic extensions, and it can fork(). Unfortunately,
1073currently it cannot fork() with dynamic extensions loaded.
1074
1075B<Note.> Keep in mind that fork() is needed to open a pipe to yourself.
1076
1077=head2 F<perl_.exe>
1078
1079This is a statically linked C<a.out>-style executable. It can fork(),
1080but cannot load dynamic Perl extensions. The supplied executable has a
1081lot of extensions prebuilt, thus there are situations when it can
1082perform tasks not possible using F<perl.exe>, like fork()ing when
1083having some standard extension loaded. This executable is a C<VIO>
1084application.
1085
1086B<Note.> A better behaviour could be obtained from C<perl.exe> if it
1087were statically linked with standard I<Perl extensions>, but
1088dynamically linked with the I<Perl DLL> and C<CRT> DLL. Then it would
1089be able to fork() with standard extensions, I<and> would be able to
1090dynamically load arbitrary extensions. Some changes to Makefiles and
1091hint files should be necessary to achieve this.
1092
1093I<This is also the only executable with does not require OS/2.> The
1094friends locked into C<M$> world would appreciate the fact that this
1095executable runs under DOS, Win0.31, Win0.95 and WinNT with an
1096appropriate extender. See L<"Other OSes">.
1097
1098=head2 F<perl__.exe>
1099
1100This is the same executable as <perl___.exe>, but it is a C<PM>
1101application.
1102
1103B<Note.> Usually C<STDIN>, C<STDERR>, and C<STDOUT> of a C<PM>
1104application are redirected to C<nul>. However, it is possible to see
1105them if you start C<perl__.exe> from a PM program which emulates a
1106console window, like I<Shell mode> of C<Emacs> or C<EPM>. Thus it I<is
1107possible> to use Perl debugger (see L<perldebug>) to debug your PM
1108application.
1109
1110This flavor is required if you load extensions which use C<PM>, like
1111the forthcoming C<Perl/Tk>.
1112
1113=head2 F<perl___.exe>
1114
1115This is an C<omf>-style executable which is dynamically linked to
1116F<perl.dll> and C<CRT> DLL. I know no advantages of this executable
1117over C<perl.exe>, but it cannot fork() at all. Well, one advantage is
1118that the build process is not so convoluted as with C<perl.exe>.
1119
1120It is a C<VIO> application.
1121
1122=head2 Why strange names?
1123
1124Since Perl processes the C<#!>-line (cf.
1125L<perlrun/DESCRIPTION>, L<perlrun/Switches>,
1126L<perldiag/"Not a perl script">,
1127L<perldiag/"No Perl script found in input">), it should know when a
1128program I<is a Perl>. There is some naming convention which allows
1129Perl to distinguish correct lines from wrong ones. The above names are
1130almost the only names allowed by this convension which do not contain
1131digits (which have absolutely different semantics).
1132
1133=head2 Why dynamic linking?
1134
1135Well, having several executables dynamically linked to the same huge
1136library has its advantages, but this would not substantiate the
1137additional work to make it compile. The reason is stupid-but-quick
1138"hard" dynamic linking used by OS/2.
1139
1140The address tables of DLLs are patches only once, when they are
1141loaded. The addresses of entry points into DLLs are guarantied to be
1142the same for all programs which use the same DLL, which reduces the
1143amount of runtime patching - once DLL is loaded, its code is
1144read-only.
1145
1146While this allows some performance advantages, this makes life
1147terrible for developpers, since the above scheme makes it impossible
1148for a DLL to be resolved to a symbol in the .EXE file, since this
1149would need a DLL to have different relocations tables for the
1150executables which use it.
1151
1152However, a Perl extension is forced to use some symbols from the perl
1153executable, say to know how to find the arguments provided on the perl
1154internal evaluation stack. The solution is that the main code of
1155interpreter should be contained in a DLL, and the F<.EXE> file just loads
1156this DLL into memory and supplies command-arguments.
1157
1158This I<greately> increases the load time for the application (as well as
1159the number of problems during compilation). Since interpreter is in a DLL,
1160the C<CRT> is basically forced to reside in a DLL as well (otherwise
1161extensions would not be able to use C<CRT>).
1162
1163=head2 Why chimera build?
1164
1165Current C<EMX> environment does not allow DLLs compiled using Unixish
1166C<a.out> format to export symbols for data. This forces C<omf>-style
1167compile of F<perl.dll>.
1168
1169Current C<EMX> environment does not allow F<.EXE> files compiled in
1170C<omf> format to fork(). fork() is needed for exactly three Perl
1171operations:
1172
1173=over 4
1174
1175=item explicit fork()
1176
1177in the script, and
1178
1179=item open FH, "|-"
1180
1181=item open FH, "-|"
1182
1183opening pipes to itself.
1184
1185=back
1186
1187While these operations are not questions of life and death, a lot of
1188useful scripts use them. This forces C<a.out>-style compile of
1189F<perl.exe>.
1190
1191
1192=head1 ENVIRONMENT
1193
1194Here we list environment variables with are either OS/2-specific, or
1195are more important under OS/2 than under other OSes.
1196
1197=head2 C<PERLLIB_PREFIX>
1198
1199Specific for OS/2. Should have the form
1200
1201 path1;path2
1202
1203or
1204
1205 path1 path2
1206
1207If the beginning of some prebuilt path matches F<path1>, it is
1208substituted with F<path2>.
1209
1210Should be used if the perl library is moved from the default
1211location in preference to C<PERL(5)LIB>, since this would not leave wrong
1212entries in <@INC>.
1213
1214=head2 C<PERL_BADLANG>
1215
1216If 1, perl ignores setlocale() failing. May be useful with some
1217strange I<locale>s.
1218
1219=head2 C<PERL_BADFREE>
1220
1221If 1, perl would not warn of in case of unwarranted free(). May be
1222useful in conjunction with the module DB_File, since Berkeley DB
1223memory handling code is buggy.
1224
1225=head2 C<PERL_SH_DIR>
1226
1227Specific for OS/2. Gives the directory part of the location for
1228F<sh.exe>.
1229
1230=head2 C<TMP> or C<TEMP>
1231
1232Specific for OS/2. Used as storage place for temporary files, most
1233notably C<-e> scripts.
1234
1235=head1 Evolution
1236
1237Here we list major changes which could make you by surprise.
1238
1239=head2 Priorities
1240
1241C<setpriority> and C<getpriority> are not compatible with earlier
1242ports by Andreas Kaiser. See C<"setpriority, getpriority">.
1243
1244=head2 DLL name mungling
1245
1246With the release 5.003_01 the dynamically loadable libraries
1247should be rebuilt. In particular, DLLs are now created with the names
1248which contain a checksum, thus allowing workaround for OS/2 scheme of
1249caching DLLs.
1250
1251=head2 Threading
1252
1253As of release 5.003_01 perl is linked to multithreaded C<CRT>
1254DLL. Perl itself is not multithread-safe, as is not perl
1255malloc(). However, extensions may use multiple thread on their own
1256risk.
1257
1258Needed to compile C<Perl/Tk> for C<XFreeOS/2> out-of-the-box.
1259
1260=head2 Calls to external programs
1261
1262Due to a popular demand the perl external program calling has been
1263changed wrt Andread Kaiser's port. I<If> perl needs to call an
1264external program I<via shell>, the F<f:/bin/sh.exe> will be called, or
1265whatever is the override, see L<"PERL_SH_DIR">.
1266
1267Thus means that you need to get some copy of a F<sh.exe> as well (I
1268use one from pdksh). The drive F: above is set up automatically during
1269the build to a correct value on the builder machine, but is
1270overridable at runtime,
1271
1272B<Reasons:> a consensus on C<perl5-porters> was that perl should use
1273one non-overridable shell per platform. The obvious choices for OS/2
1274are F<cmd.exe> and F<sh.exe>. Having perl build itself would be impossible
1275with F<cmd.exe> as a shell, thus I picked up C<sh.exe>. Thus assures almost
1276100% compatibility with the scripts coming from *nix.
1277
1278B<Disadvantages:> currently F<sh.exe> of C<pdksh> calls external programs
1279via fork()/exec(), and there is I<no> functioning exec() on
1280OS/2. exec() is emulated by EMX by asyncroneous call while the caller
1281waits for child completion (to pretend that the pid did not change). This
1282means that 1 I<extra> copy of F<sh.exe> is made active via fork()/exec(),
1283which may lead to some resources taken from the system (even if we do
1284not count extra work needed for fork()ing).
1285
1286One can always start F<cmd.exe> explicitely via
1287
1288 system 'cmd', '/c', 'mycmd', 'arg1', 'arg2', ...
1289
1290If you need to use F<cmd.exe>, and do not want to hand-edit thousends of your
1291scripts, the long-term solution proposed on p5-p is to have a directive
1292
1293 use OS2::Cmd;
1294
1295which will override system(), exec(), C<``>, and
1296C<open(,'...|')>. With current perl you may override only system(),
1297readpipe() - the explicit version of C<``>, and maybe exec(). The code
1298will substitute the one-argument call to system() by
1299C<CORE::system('cmd.exe', '/c', shift)>.
1300
1301If you have some working code for C<OS2::Cmd>, please send it to me,
1302I will include it into distribution. I have no need for such a module, so
1303cannot test it.
1304
1305=cut
1306
1307OS/2 extensions
1308~~~~~~~~~~~~~~~
1309I include 3 extensions by Andread Kaiser, OS2::REXX, OS2::UPM, and OS2::FTP,
1310into my ftp directory, mirrored on CPAN. I made
1311some minor changes needed to compile them by standard tools. I cannot
1312test UPM and FTP, so I will appreciate your feedback. Other extensions
1313there are OS2::ExtAttr, OS2::PrfDB for tied access to EAs and .INI
1314files - and maybe some other extensions at the time you read it.
1315
1316Note that OS2 perl defines 2 pseudo-extension functions
1317OS2::Copy::copy and DynaLoader::mod2fname.
1318
1319The -R switch of older perl is deprecated. If you need to call a REXX code
1320which needs access to variables, include the call into a REXX compartment
1321created by
1322 REXX_call {...block...};
1323
1324Two new functions are supported by REXX code,
1325 REXX_eval 'string';
1326 REXX_eval_with 'string', REXX_function_name => \&perl_sub_reference;
1327
1328If you have some other extensions you want to share, send the code to
1329me. At least two are available: tied access to EA's, and tied access
1330to system databases.
615d1a09 1331
a56dbb1c 1332=head1 AUTHOR
615d1a09 1333
a56dbb1c 1334Ilya Zakharevich, ilya@math.ohio-state.edu
615d1a09 1335
a56dbb1c 1336=head1 SEE ALSO
615d1a09 1337
a56dbb1c 1338perl(1).
615d1a09 1339
a56dbb1c 1340=cut
615d1a09 1341