This will work on MSDOS with djgpp. I haven't finished all the Makefiles yet. This is basically the procedure: 1. cd lib. make -f makefile.djg. 2. cd eps. make -f makefile.djg To print this with MSDOS you need to use copy /b prn: You can change the location of 'fontdesc' by editing the Makefile.djg in lib. Here is an example fontdesc for MSDOS: font pk epson 3 d:\\tex\\fonts\\epson\\%m\\%f.pk NOTICE the '\\'. This string winds up going through sprintf somewhere in the code, that's why.