[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problems compiling ircd and irc



I've got a Linux i486 machine on which I'd like to install ircd.

The following doesn't compile when I try to build irc (`make'):

rm -f irc
gcc -s -o irc clbsd.o cldbuf.o clpacket.o clsend.o clmatch.o clparse.o clsupport.o c_bsd.o c_msg.o c_numeric.o c_version.o edit.o help.o ignore.o irc.o screen.o str.o swear.o c_debug.o ctcp.o -lncurses 
irc.o: In function `do_clear':
irc.o(.text+0xf26): undefined reference to `__waddbytes'
irc.o: In function `putline':
irc.o(.text+0x1016): undefined reference to `__waddbytes'
irc.o(.text+0x104a): undefined reference to `__waddbytes'
irc.o: In function `write_statusline':
irc.o(.text+0x13ed): undefined reference to `__waddbytes'
screen.o: In function `toggle_ins':
screen.o(.text+0x1fd): undefined reference to `__waddbytes'
make: *** [irc] Error 1


ircd compiled without problems though. I also installed ircd; but when
I try to run it, it just exits (code 0). ircd -v works as it
should. I'd like to know if this has any connection with the problem
above, and what I've done wrong.

If anybody has any ideas or suggestions for me to make things work,
please e-mail me personally, root@xxxxxxxxxxxxx . I'm not reading the
list (yet). Or if no-one can help me on ircd-users, please forward
this message to someone who can. Thank you.