diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-11-30 07:49:50 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-11-30 07:49:50 +0000 |
commit | c54c74271308a8fd18f1bc3a193343d079ebe481 (patch) | |
tree | 4e044737406ff536d832bfc46880f3512fc3ee90 /gnu/usr.bin/perl/README.qnx | |
parent | eeacafe7910fb1a4f74af72f94a32acf464b6319 (diff) |
perl5.005_03
Diffstat (limited to 'gnu/usr.bin/perl/README.qnx')
-rw-r--r-- | gnu/usr.bin/perl/README.qnx | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/README.qnx b/gnu/usr.bin/perl/README.qnx new file mode 100644 index 00000000000..0cfe3533cac --- /dev/null +++ b/gnu/usr.bin/perl/README.qnx @@ -0,0 +1,22 @@ +README.qnx + +Please see hints/qnx.sh for more detailed information about compiling +perl under QNX4. + +The files in the "qnx" directory are: + + * "qnx/ar" is a script that emulates the standard unix archive (aka + library) utility. Under Watcom 10.6, ar is linked to wlib and + provides the expected interface. With Watcom 9.5, a cover function + is required. This one is fairly crude but has proved adequate for + compiling perl. A more thorough version is available at: + + http://www.fdma.com/pub/qnx/porting/ar + + * "qnx/cpp" is a script that provides C preprocessing functionality. + Configure can generate a similar cover, but it doesn't handle all + the command-line options that perl throws at it. This might be + reasonably placed in /usr/local/bin. + +-- +Norton T. Allen (allen@huarp.harvard.edu) |