Help with building gcc
    michael sweet 
    sweetmr at SCT60A.SUNYCT.EDU
       
    Thu Dec 20 09:21:13 AEST 1990
    
    
  
Maybe the standard IRIX C compiler doesn't support unsigned longs....  Don't
remember, but you can check the C manual for compiler specific stuff.  BTW,
unsigned longs didn't come along (officially, anyways) until ANSI C....
Changing the offending typedef to 'typedef long size_t' (or even try
'typedef unsigned int') _should_ solve your problems.
 -Mike Sweet
  sweetmr at sct60a.sunyct.edu
    
    
More information about the Comp.sys.sgi
mailing list