I'm trying to compile an eggdrop bot on a FreeBSD 3.2-RELEASE shell, for months, withoug success. I thought maybe someone here could point me to my ignorance.
./configure seems to go fine, so does 'make install'
It autodetecs and install it as static. But when i finally do 'make', at a certain point it breaks. Here are the last lines, maybe someone here will understand it better than I, and maybe the problem is evident (although not to me, unfortunately).
--
/usr/home/user/hyperspace/eggdrop1.6.6/src/mod/transfer.mod/.././transfer.mod/transfer.c:607: undefined reference to `Tcl_AppendResult'
/usr/home/user/hyperspace/eggdrop1.6.6/src/mod/transfer.mod/.././transfer.mod/transfer.c:622: undefined reference to `Tcl_AppendResult'
mod/transfer.o: In function `tcl_getfilesendtime':
/usr/home/user/hyperspace/eggdrop1.6.6/src/mod/transfer.mod/.././transfer.mod/transfer.c:632: undefined reference to `Tcl_AppendResult'
mod/transfer.o:/usr/home/user/hyperspace/eggdrop1.6.6/src/mod/transfer.mod/.././transfer.mod/transfer.c:643: more undefined references to `Tcl_AppendResult' follow
collect2: ld returned 1 exit status
*** Error code 1
Stop.
*** Error code 1
Stop.
---
I tried both the 1.6.0 and 1.6.6 releases.
Thanks in advance.