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

IRC and FreeBSD



Gday,
I am trying to comple IRC 2.9.5 on FreeBSD 2.2.5.
Configure seems to run fine but when I change to
i386-unknown-freebsd2.2.5 and "make" (without changing config.h)  is
compiles until it gets to irc.o and the fails at the following point:

#########################################################################################

gcc -O2 -I. -I../irc -I../common -DCLIENT_COMPILE -c -o swear.o
../irc/swear.c
gcc -O2 -I. -I../irc -I../common -DCLIENT_COMPILE -c -o c_debug.o
../irc/c_debug.c
gcc -O2 -I. -I../irc -I../common -DCLIENT_COMPILE -c -o ctcp.o
../irc/ctcp.c
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 t
irc.o: Undefined symbol `_wstandout' referenced from text segment
irc.o: Undefined symbol `___waddbytes' referenced from text segment
irc.o: Undefined symbol `_wstandend' referenced from text segment
irc.o: Undefined symbol `___waddbytes' referenced from text segment
irc.o: Undefined symbol `___waddbytes' referenced from text segment
irc.o: Undefined symbol `_wstandout' referenced from text segment
irc.o: Undefined symbol `___waddbytes' referenced from text segment
irc.o: Undefined symbol `_wstandend' referenced from text segment
screen.o: Undefined symbol `_wstandout' referenced from text segment
screen.o: Undefined symbol `___waddbytes' referenced from text segment
screen.o: Undefined symbol `_wstandend' referenced from text segment
*** Error code 1

Stop.

###########################################################################################



Any sugestions? I have tried the previous version (.4) and get the same
error.

Thankyou

Lee McLaren
lmclaren@xxxxxxxxxx (webmaster of www.tasnet.net)
Tasmania Australia