Re: {code} server run error

From: George Greer (greerga@circlemud.org)
Date: 10/26/02


On Sat, 26 Oct 2002, Ben D Heise wrote:

>compiling errors I got were:
>gcc -g -O2 -Wall    -c -o config.o config.c
>In file included from config.c:14:
>sysdep.h:492: warning: conflicting types for built-in function `bzero'

That's not an error.  The GCC built-in functions screw with autoconf's
prototype checks.  Need to make it use -fno-builtin for those tests, but
that requires yet another test to make sure -fno-builtin exists.

--
George Greer
greerga@circlemud.org

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   | Newbie List:  http://groups.yahoo.com/group/circle-newbies/   |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 06/25/03 PDT