Evening all - Not sure if this made it to the list, appologies for the duplication, however this is of a critical need. Another set of problems/questions...not sure how many of you have compiled ircd on your rh linux boxes but i am trying to recompile ircd (ircu2.9.32) on a newly installed rhl5.0 kernel 2.0.34 server (formerly freebsd). I ran the Config and edited the /include/config.h file and Makefiles but not quite sure which CFLAGS to use or IRCDLIBS. As a result, when i run make i get this: [abirc@phoenix ircu2.9.32]$ make Building common make[1]: Entering directory `/home/abirc/ircu2.9.32/common' gcc -g -I../include -O -c bsd.c -o bsd.o In file included from /usr/include/strings.h:28, from ../include/sys.h:41, from ../include/struct.h:26, from bsd.c:26: /usr/include/string.h:139: conflicting types for `strtok' ../include/common.h:63: previous declaration of `strtok' bsd.c:34: conflicting types for `sys_errlist' /usr/include/stdio.h:221: previous declaration of `sys_errlist' make[1]: *** [bsd.o] Error 1 make[1]: Leaving directory `/home/abirc/ircu2.9.32/common' Building ircd make[1]: Entering directory `/home/abirc/ircu2.9.32/ircd' gcc -g -I../include -O -c channel.c In file included from /usr/include/strings.h:28, from ../include/sys.h:41, from ../include/struct.h:26, from channel.c:39: /usr/include/string.h:139: conflicting types for `strtok' ../include/common.h:63: previous declaration of `strtok' make[1]: *** [channel.o] Error 1 make[1]: Leaving directory `/home/abirc/ircu2.9.32/ircd' And of course it errors out. Any ideas or suggestions? Michael Weiner The UserFriendly Network -- -- PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES! http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.