Programming with GNU Software: Tools from Cygnus Support
Description:
The promise of having control over their environment draws programmers to UNIX. It offers powerful tools for the initiated within an operating system that can be customized and tuned in almost unlimited ways. Programmers use UNIX because it lets them do what they want. And they like to see the source code for the software they work with.So it's no surprise the most popular programming tools on UNIX are free. They're easy to get, easy to customize, and better than many tools put out by vendors. They also offer a great deal of power. And the source code is publicly available.This book and CD combination is a complete package for programmers who are new to UNIX or who would like to make better use of the system. The tools come from Cygnus Support, Inc., and Cyclic Software, companies that provide support for free software. The tools on the CD include:
- GNU Emacs, the legendary text editor
- gcc, the C and C++ compiler that immediately established itself as the best UNIX compiler for robustness and optimization
- GNU libraries (including C++ libraries)
- The gdb debugger
- RCS, a tool for backing up and maintaining multiple versions of source files
- GNU make, the most powerful version of that utility for managing builds