Each application is built in two flavors that differ by the graphic library and graphics output type. Graphic output is directed either towards a window on the screen or towards a deferred PostScript file. These flavors are identified by -ps-, -qd-, or -qdraw- suffixes.
| Suffix | Graphic Library | Graphic Output | MacOS |
| -qd-, -qdraw- | QuickDraw | Screen window | Classic -> 10.4 |
| -ps- | Fortran PS Library | PostScript file | Classic -> 14 |
Graphics directed towards a window on the screen
Graphics directed toward a PostScript file can be
Beware of two issues while generating PostScript files:
Versions optimized for different hardware are identified by suffixes. The Table below summarizes their compatibility with hardware types.
| Hardware | Application Suffixes | ||||
| Macintosh Models | Processors | -68020nofpu | -68020fpu | -68040fpu | -ppc |
| Plus, SE, Classic, PowerBook 100 | 68000 | ✕ | ✕ | ✕ | ✕ |
| Classic 2, LC 2, 3, 475, IIsi, IIvi, Centris,
PowerBook 140, 145, 145B, 150, 160, 165, 520, 540 |
68020, 68030, 68LC040(NoFPU) | ◾ | ✕ | ✕ | ✕ |
| SE/30, II, IIcx, IIci, IIvx, IIfx,
LC or IIsi with coprocessor card, Powerbook 165c, 170, 180, 180c |
68020+68881, 68030+68882 | ◪ | ◾ | ✕ | ✕ |
| Quadra | 68040 | □ | ◪ | ◾ | ✕ |
| PowerMac, PowerBook | PowerPC 601, 603, 604, 603e, 604e, G3, G4 | ◪ | ✕ | ✕ | ◾ |
| ✕ | incompatible |
| ◾ | compatible fastest |
| ◪ | compatible but slower than ◾ |
| □ | compatible but slower than ◪ |
| 🏠 Homepage | Software page | Binaries archive | Contact: 📪 |