From mboxrd@z Thu Jan 1 00:00:00 1970 From: AJ To: egcs@cygnus.com Cc: gcc-help@gcc.gnu.org Subject: Re: Help Needed! Date: Fri, 28 Jul 2000 00:06:00 -0000 Message-id: References: X-SW-Source: 2000-07/msg00198.html hi Again, Thanks for your prompt replies Alexandre.I used gcc 2.95.2 initially n got exactly the same error.I tried using 2.8.1 to see if it made any difference. Any other suggestion???? Thanks, AJ On 28 Jul 2000, Alexandre Oliva wrote: > On Jul 28, 2000, AJ wrote: > > > /usr/usc/gnu/gcc/2.8.1/lib/gcc-lib/mips-sgi-irix6.2/2.8.1/include/math.h:681: > > conflicting types for `srandom' > > /usr/include/stdlib.h:234: previous declaration of `srandom' > > You said you were trying to build GCC on IRIX 6.5, but you're using > GCC 2.8.1 built on IRIX 6.2. This isn't supposed to work. That's why > you're getting header conflicts. You'll need some GCC version > pre-compiled for IRIX 6.5, some other C compiler, or you'll have to > run fixincludes on the IRIX 6.5 headers and hope for the best. > > -- > Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ > Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} > CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org} > Free Software Evangelist *Please* write to mailing lists, not to me > >