How to build GNU ghostscript 7.05/iX.1 The source code is packaged as a diff against the original ghostscript sources. Please download ghostscript-7.05.tar.gz from one of the www.gnu.org mirror sites. Instructions below assume a GNU.ORG logon, because this is my porting setup. You might also be able to build/install in other accounts, though. :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/ghostscript-7.05.tar.gz | tar xvopf - shell/iX> cd ghostscript-7.05 shell/iX> gzip -dc /tmp/zlib-1.1.4.tar.gz | tar xvopf - shell/iX> gzip -dc /tmp/jpegsrc.v6b.tar.gz | tar xvopf - shell/iX> gzip -dc /tmp/libpng-1.2.5.tar.gz | tar xvopf - shell/iX> mv zlib-1.1.4 zlib shell/iX> mv jpeg-6b jpeg shell/iX> mv libpng-1.2.5 libpng shell/iX> tar xvzopf /tmp/ghostscript-705-delta.tar.Z shell/iX> tar xvzopf /tmp/ghostscript-705-c89-o.tar.Z shell/iX> mpe/patch.sh shell/iX> TARGET=$HOME/opt/ghostscript/v7.05 mpe/build.sh shell/iX> cd ~/opt/ghostscript/v7.05/share/ghostscript shell/iX> # these fonts are required ... shell/iX> gzip -dc /tmp/gnu-gs-fonts-std-#.##.tar.gz | tar xvopf - shell/iX> # these fonts are optional ... shell/iX> gzip -dc /tmp/gnu-gs-fonts-other-#.##.tar.gz | tar xvopf - You are now ready to use the software in /ORG/GNU/opt/ghostscript/v7.05/... Please visit the related file ghostscript-705-usage.txt for usage instructions. Have fun using GNU ghostscript 7.05/iX, but keep in mind: *use at your own risk* Lars Appel, October 2002