This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Lost arguments to simplified sort
[perl5.git] / README.qnx
CommitLineData
ff68c719 1README.qnx
2
3Please see hints/qnx.sh for more detailed information about compiling
4perl under QNX4.
5
6The files in the "qnx" directory are:
7
8 * "qnx/ar" is a script that emulates the standard unix archive (aka
9 library) utility. Under Watcom 10.6, ar is linked to wlib and
10 provides the expected interface. With Watcom 9.5, a cover function
11 is required. This one is fairly crude but has proved adequate for
12 compiling perl. A more thorough version is available at:
13
14 http://www.fdma.com/pub/qnx/porting/ar
15
16 * "qnx/cpp" is a script that provides C preprocessing functionality.
17 Configure can generate a similar cover, but it doesn't handle all
18 the command-line options that perl throws at it. This might be
19 reasonably placed in /usr/local/bin.
20
21--
22Norton T. Allen (allen@huarp.harvard.edu)