Return to BSD News archive
Path: sserve!newshost.anu.edu.au!munnari.oz.au!spool.mu.edu!howland.reston.ans.net!usc!news.cerf.net!root From: root@kingdom.com (Charlie Root) Newsgroups: comp.os.386bsd.apps Subject: IRC Server v2.8.12 Compiling problems under FreeBSD Date: 13 Oct 1993 06:12:11 GMT Organization: Kingdom Communications, Inc. San Francisco, California USA Lines: 88 Message-ID: <29g67r$pn6@news.cerf.net> NNTP-Posting-Host: 134.24.5.223 I am having problems compiling the IRC Server v2.8.12 under FreeBSD and I have tried everything I can think of and still no go.... My friend used the same code and it compiled under 386bsd right out of the box... Anyone have any ideas or have a ported version of the IRC Server daemon? Please let me know. Thanks! Cheers, Vince root@kingdom.com System Administrator/Owner Kingdom Communications, Inc./California Unix Public Access Systems, Inc. San Francisco, California USA join the #FreeBSD channel on irc to learn about the revolutionary FreeBSD UNIX OS for the Intel 386+ pc's! Building common cc -I../include -O -c bsd.c cc -I../include -O -c dbuf.c cc -I../include -O -c packet.c cc -I../include -O -c send.c cc -I../include -O -c match.c cc -I../include -O -c parse.c cc -I../include -O -c support.c Building ircd cc -I../include -O -c channel.c cc -I../include -O -c class.c sum: not found sum: not found sum: not found sum: not found sum: not found sum: not found sum: not found sum: not found sum: not found cc -I../include -O -c hash.c cc -I../include -O -c ircd.c cc -I../include -O -c list.c cc -I../include -O -c res.c res.c: In function `send_res_msg': res.c:302: warning: passing arg 5 of `sendto' from incompatible pointer type cc -I../include -O -c s_auth.c cc -I../include -O -c s_bsd.c s_bsd.c: In function `inetport': s_bsd.c:256: warning: passing arg 2 of `bind' from incompatible pointer type s_bsd.c: In function `check_init': s_bsd.c:587: warning: passing arg 2 of `getpeername' from incompatible pointer type s_bsd.c: In function `polludp': s_bsd.c:2140: warning: passing arg 5 of `recvfrom' from incompatible pointer type s_bsd.c:2166: warning: passing arg 5 of `sendto' from incompatible pointer type cc -I../include -O -c s_conf.c cc -I../include -O -c s_debug.c In file included from s_debug.c:125: /usr/include/sys/param.h:37: warning: `BSD' redefined ../include/config.h:25: warning: this is the location of the previous definition In file included from s_debug.c:125: /usr/include/sys/param.h:182: warning: `MIN' redefined ../include/common.h:96: warning: this is the location of the previous definition /usr/include/sys/param.h:183: warning: `MAX' redefined ../include/common.h:93: warning: this is the location of the previous definition cc -I../include -O -c s_err.c cc -I../include -O -c s_misc.c In file included from s_misc.c:38: /usr/include/sys/param.h:37: warning: `BSD' redefined ../include/config.h:25: warning: this is the location of the previous definition In file included from s_misc.c:38: /usr/include/sys/param.h:182: warning: `MIN' redefined ../include/common.h:96: warning: this is the location of the previous definition /usr/include/sys/param.h:183: warning: `MAX' redefined ../include/common.h:93: warning: this is the location of the previous definition cc -I../include -O -c s_numeric.c cc -I../include -O -c s_serv.c cc -I../include -O -c s_user.c cc -I../include -O -c whowas.c cc -I../include -O -c note.c /bin/sh version.c.SH Extracting IRC/ircd/version.c... cc -I../include -O -c version.c cc -I../include -O channel.o class.o hash.o ircd.o list.o res.o s_auth.o s_bsd.o s_conf.o s_debug.o s_err.o s_misc.o s_numeric.o s_serv.o s_user.o whowas.o note.o ../common/bsd.o ../common/dbuf.o ../common/packet.o ../common/send.o ../common/match.o ../common/parse.o ../common/support.o version.o -lresolv -o ircd res.o: Undefined symbol _dn_skipname referenced from text segment *** Error code 1 Stop. *** Error code 1 Stop.