Have one to sell? Sell yours here
Programming With GNU Software
 
See larger image
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Programming With GNU Software [Paperback]

Andy Oram (Author), Mike Loukides (Author)
4.3 out of 5 stars  See all reviews (11 customer reviews)


Available from these sellers.


Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Paperback --  
Like this book? Find similar titles from O'Reilly and Partners in our O'Reilly Bookstore.

Book Description

1565921127 978-1565921122 December 8, 1996

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

The book provides an introduction to all these tools for a C programmer. Previous experience with UNIX is not required.

The CD-ROM in this book contains binaries for several popular UNIX systems, including Sun SPARC4 running SunOS 4.1.3, Sun SPARC4 running Solaris 2.4, HP 9000/700 running HPUX, IBM RS/6000 running AIX 3, SGI Iris/Indigo running Irix 5.3, and Alpha running Digital UNIX. Complete source code and scripts for configuration, building, and installation are also included.



Editorial Reviews

Amazon.com Review

One of the great benefits of Unix is the vast array of free and inexpensive software tools that are available for the platform. Programming with GNU Software provides an overview of how C and C++ programmers can use some of these tools: the source-code editor Emacs, the gcc compiler, gdb debugger, gprof profiler, and the RCS version-control system. The book offers a quick-paced tutorial that, unlike some introductions to Unix tools, is particularly focused on the needs of C programmers.

From the Publisher

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 the gprof profiler The book provides an introduction to all these tools for a C programmer. Previous experience with UNIX is not required. The CD-ROM in this book contains binaries for several popular UNIX systems, including Sun SPARC4 running SunOS 4.1.3, Sun SPARC4 running Solaris 2.4, HP 9000/700 running HPUX, IBM RS/6000 running AIX 3, SGI Iris/Indigo running Irix 5.3, and Alpha running Digital UNIX. Complete source code and scripts for configuration, building, and installation are also included.

Product Details

  • Paperback: 264 pages
  • Publisher: O'Reilly Media (December 8, 1996)
  • Language: English
  • ISBN-10: 1565921127
  • ISBN-13: 978-1565921122
  • Product Dimensions: 9.3 x 6.9 x 0.6 inches
  • Shipping Weight: 13.6 ounces
  • Average Customer Review: 4.3 out of 5 stars  See all reviews (11 customer reviews)
  • Amazon Best Sellers Rank: #349,972 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

11 Reviews
5 star:
 (5)
4 star:
 (4)
3 star:
 (2)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.3 out of 5 stars (11 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

47 of 50 people found the following review helpful:
3.0 out of 5 stars Too much praise, not enough substance., April 28, 1999
This review is from: Programming With GNU Software (Paperback)
There is some very good material contained in this text. The problem is there is also a fair amount of "We're GNU, we're great, here are the other books which will explain how to use this tool."

Practical C++ Programming, another O'Reilly text has 500+ pages and lists for $32.95. It is a great example of solid writing and is a great bang for the bucks. Programming with GNU Software has less than 250 pages and lists for $39.95. The writing style is weak and the flow is not as strong. Programming with GNU could easily drop 75 pages worth of self warm fuzzies, work a bit more on the flow of instruction, and include a little more info.

Note: The three stars are for the content which was worth reading. This book is good for those who have little to no exposure to GNU environment. If you have some familiarity then get texts which address the specific tools.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


17 of 17 people found the following review helpful:
4.0 out of 5 stars Good Introduction to GNU Software, December 9, 1999
Amazon Verified Purchase(What's this?)
This review is from: Programming With GNU Software (Paperback)
The book collects the information usually scattered in different places.It covers the following tools: gcc, emacs, gdb, make, rcs, gprof. The explanation is pretty clear, necessary examples are given.

What I don't like in this book: too many words about benefits of free software, probably more technical topics and details would be more useful. E.g. the chapter about 'make' even doesn't mention pattern rules. I'd like also to see a section devoted to CVS. The level of details is good for an introductory course but is not sufficient for a reference book.

RESUME: if you are new to GNU tools and going to use them on a regular basis this book will help you, otherwise skip it.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


16 of 16 people found the following review helpful:
5.0 out of 5 stars one of my better buys, February 20, 2001
By A Customer
This review is from: Programming With GNU Software (Paperback)
What I love about this book is that it covers subjects that you run into all the time in unix but none of my other books say much about. For example the link editor, libraries, c command line options. In particular I like the sections on gdb and gprof. Super useful. The intro has a section on unix and setting up your environmental variables, another neglected topic. The only section that didn't interest me is the section on emacs since I am a vi guy. But, it doesn't hurt to have it either... In sum, if you are a true UNIX guru, you may already know all this stuff, but, if you are an aspiring guru, like myself, this is pure gold.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews









Only search this product's reviews



What Other Items Do Customers Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(1)
(1)
(1)
(1)
(1)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject