How to build PD ksh 5.2.14/iX.1 The source code is packaged as a diff against the original pdksh 5.2.14 sources. Please download pdksh-5.2.14.tar.gz from the http://www.cs.mun.ca/~michael/pdksh/ site. Instructions below assume a GNU.ORG logon, because this is my porting setup. :hello manager.sys :newacct org,mgr :purgeuser mgr.org :purgegroup pub.org :altacct org; cap=+ph :newgroup gnu.org; access=(r,x:any; w,a,l,s:gl) :newuser gnu.org; pass=whatever; home=gnu :altuser gnu.org; cap=+ph,gl :hello gnu.org :xeq /bin/sh -L shell/iX> mkdir build; cd build shell/iX> gzip -dc /tmp/pdksh-5.2.14.tar.gz | tar xvopf - shell/iX> cd pdksh-5.2.14 shell/iX> tar xvzopf /tmp/pdksh-5214-ix1-delta.tar.Z shell/iX> tar xvzopf /tmp/pdksh-5214-ix1-c89.tar.Z shell/iX> mpe/patch.sh shell/iX> mpe/build.sh You are now ready to use the software in /ORG/GNU/opt/pdksh/v5214 (bin, info, ...) It might be useful to create a symbolic link like /usr/local/pdksh to point there. Have fun using PD ksh 5.2.14/iX, but keep in mind: *use at your own risk* Lars Appel, March 2001