Thank you both (Kev and Nighty) for your advice....<bless>....

-----Original Message-----
From: Kev [mailto:[EMAIL PROTECTED]]
Sent: Sunday, December 09, 2001 1:46 PM
To: Glen Bartlett
Cc: [EMAIL PROTECTED]
Subject: Re: [Coder-Com] GCC make



> I get the following when I GCC make Ircd, and don't know what to do;

GCC is a compiler, not a Makefile processor.  The output below shows
that you did use the make command (though I agree with nighty--gmake
would probably be better).

> Building config...
> Building ircd...
>         gcc -g -O3 -pipe -I../include -c IPcheck.c -o IPcheck.o
> In file included from ../include/sys.h:135,
>                  from IPcheck.c:22:
> /opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.3/include/stdio.h:30:
> warning: `__va__list' redefined
> /usr/include/sys/stdsyms.h:422: warning: this is the location of the
> previous definition

These look suspiciously like gcc hasn't been properly built.  There's
no part of ircu that defines (or redefines) __va__list.  I suggest
rebuilding gcc according to its directions--making sure to run the
script that fixes your header files--and trying again.
-- 
Kevin L. Mitchell <[EMAIL PROTECTED]>


Reply via email to