3 Please see hints/qnx.sh for more detailed information about compiling
6 The files in the "qnx" directory are:
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:
14 http://www.fdma.com/pub/qnx/porting/ar
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.
22 Norton T. Allen (allen@huarp.harvard.edu)