Ford Prefect wrote:

> I'm a C programmer, and am used to (don't hit me) Windows programs, mainly
> the Borland family of IDEs.  Could someone direct me towards a couple
> books that explain GCC, and mainly GDB?  I know how to get what I need out
> of a graphical IDE, but since I'm making the transition to Linux
> full-time, I figure I've got to learn how to use GDB sooner or later, and
> the man pages just don't give me enough hand-holding.  

The only book which might come close is O'Reilly's `Programming with
GNU Software' (or something like that).

The main sources of reference for the GNU tools are the Info
documents. gcc and gdb both have sizeable Info files, as do make,
libc, and binutils.

In terms of tying everything together into a single environment,
XEmacs does a pretty good job.

If you aren't satisfied with XEmacs' gdb interface, there's DDD.

-- 
Glynn Clements <[EMAIL PROTECTED]>

Reply via email to