Compiler instructions for Amiga 68k/PPC, with SAS/C --------------------------------------------------- 68k version: library: - go to "pdflib" and type "smake" binaries: - go to "util" and type smake, then go to "clients" and type "smake" test program: - go to "test" directory and type "smake" (you first must have compiled "util" as well) PPC version: First of all, delete all 68k #?.o files again. library: - go to "pdflib" and type "smake -f smakefilePPC" binaries: - go to "util" and type smake, then go to "clients" and type "smake -f smakefilePPC" test program: - go to "test" directory and type "smake -f smakefilePPC" (you first must have compiled "util" as well) Note: a few makefiles (mostly for util, clients and test) are quite hackish and may not easily be adapted to other compilers or newer releases. Please start again with the respective Makefile.in files, then. -- ARK, 28/Nov/99