[EMAIL PROTECTED] said:
> Hi, Does anyone know where I can get a copy of the "GNU C Manual"? I 
> would really like to  take a look at it .  Secondly, I get the 
> following (underlisted) error from Gdb, I wonder if anyone knows of a 
>  way to set things right.  

I think you're referring to the gcc manual. The info pages for gcc come with 
the gcc package. Use info or emacs to browse the doc.
The problem you're describing with gdb is due to debugging dynamically linked 
executables. Compile your program statically, and gdb will work like a charm.

Phil.



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]

Reply via email to