On 28 Sep, David B Anderson wrote:
> 
>>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]

Many thanks, that worked,

I had to add this AFTER configure
in
objdir/expect/expect_cf.h


-- 
Helmut Jarausch
Lehrstuhl fuer Numerische Mathematik
Institute of Technology, RWTH Aachen
D 52056 Aachen, Germany


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

Reply via email to