CONTENTS: g77 gmake pmake strace g77: GNU Fortran-77 compiler, version 0.5.21. g77: g77: GNU Fortran, or g77, is designed as a free replacement for, or g77: alternative to, the UNIX f77 command. (Similarly, gcc is designed as g77: a replacement for the UNIX cc command.) g77: g77: g77 also is designed to fit in well with the other fine GNU compilers g77: and tools. g77: g77: g77: gmake: GNU make utility 3.76.1. gmake: gmake: This is the GNU implementation of make, which was written by Richard gmake: Stallman and Roland McGrath. The purpose of the make utility is to gmake: determine automatically which pieces of a large program need to be gmake: recompiled, and issue the commands to recompile them. gmake: gmake: This is needed to compile just about any major C program, including gmake: the Linux kernel. gmake: gmake: pmake: BSD 4.4 make. pmake: pmake: This may be required if you're going to port software with Makefiles pmake: designed for BSD. The binary is installed as /usr/bin/pmake. Man pages pmake: are included. pmake: pmake: pmake: pmake: pmake: pmake: strace: strace 3.0 - traces system calls and signals. strace: strace: Strace allows you to trace the execution of a command. It runs the strace: specified command until it exits, intercepting signals and system strace: calls and dumping the information to the standard output. strace: strace: strace: strace: strace: strace: