Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!usc!apple!agate!ucbvax!SCT60A.SUNYCT.EDU!sweetmr From: sweetmr@SCT60A.SUNYCT.EDU (michael sweet) Newsgroups: comp.sys.sgi Subject: Re: Help with building gcc Message-ID: <7866.on.Wed,.19.Dec.90.17:21:13.EST.@sct60a.sunyct.edu> Date: 19 Dec 90 22:21:13 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 8 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@sct60a.sunyct.edu