> I'm running a 2.7.2 no-strength-reduce compiler, and I had trouble
> compiling 1.3.68. Turns out the shell script /usr/bin/cpp had a bad
> shell line, written as:
>
> #!/bin/ash -
>
> I changed "ash" to "bash" and all worked well. Must have been a bad file
> in the compiler distribution from tsx-11 (have not checked this).
I don't think the file is corrupt, there really exists a small shell
called ash. Contrary to what the author of the /usr/bin/cpp script thinks,
not everybody has /bin/ash installed. The line should read #!/bin/sh -
Johan Myreen
jem@vistacom.fi