>I have compiled gdb5.0 here on my IRIX 6.5 box, but I can't compile
>the current CVS version since there is no variable  nsig  anywhere
>in IRIX's headers.

This is a result of an apparent confusion about what
XOPEN mandates.  Whether gbd source is confused 
(in specifying XOPEN (not the right spelling here,
it is _XOPEN_SOURCE or something, I forget) with -D as it does)
or IRIX headers are wrong I've not determined.

#define NSIG 65 

Is the right workaround.

[EMAIL PROTECTED]

_______________________________________________
Bug-gdb mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gdb

Reply via email to