next up previous
Next: Text Editors Up: Research Resources Hint and Previous: Research Resources Hint and

UNIX Development Tools

Fundamental UNIX Development Tools:
A Tutorial
by
David W. Juedes

There are a variety of useful and free software development tools available under the UNIX operating system. (Most of these programs are also available under other operating systems.) This document provides a tutorial on the important features of many of the more common UNIX software development tools. (Currently, you may need to edit your .cshrc to correctly access the GNU tools (GCC, EMACS, GDB, GMAKE) mentioned here on the prime machines. Add the following line to your .cshrc file.

set path = (/bin /usr/bin /usr/ucb /etc /usr/local/bin /usr/ccs/bin .)
This line sets the directory path which the UNIX shell uses to search for executable commands.)





David W. Juedes
Tue Nov 12 00:31:02 EST 1996