eggdrop version: 1.6.19
tcl version: 8.4.1
./configure :
Code: Select all
Your Tcl library is not a shared lib.
configure will now set default make type to static.
Code: Select all
Building ./src/mod/Makefile... done.
Operating System: Linux 2.6.9-023stab046
If you experience any problems compiling Eggdrop, please read the
compile guide, found in doc/COMPILE-GUIDE.
Type 'make config' to configure the modules, or type 'make iconfig'
to interactively choose which modules to compile.
Code: Select all
make[1]: Leaving directory `/home/chat/eggdrop1.6.19/src/mod'
Building ./src/mod/Makefile... done.
You can now compile the bot, using "make".
Code: Select all
mod/transfer.o:.././transfer.mod/transferfstat.c:283: more undefined references to `Tcl_AppendResult' follow
collect2: ld returned 1 exit status
make[1]: *** [../eggdrop] Fehler 1
make[1]: Leaving directory `/home/chat/eggdrop1.6.19/src'
make: *** [static] Fehler 2
Code: Select all
You haven't compiled Eggdrop yet.
To compile Eggdrop, use:
make [target]
Valid targets: 'eggdrop', 'static', 'debug', 'sdebug'.
Default target: 'static'.
make: *** [install-start] Fehler 1