Vlajke Voice
Joined: 19 Jun 2008 Posts: 1
|
Posted: Thu Jun 19, 2008 9:28 am Post subject: eggdrop compile help |
|
|
Hi there, i have one little problem... let me to explain:
eggdrop version: 1.6.19
tcl version: 8.4.1
./configure :
| Code: | Your Tcl library is not a shared lib.
configure will now set default make type to static.
|
Well, what i have to do? (i have root acc)
| Code: | 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.
|
make config :
| Code: | make[1]: Leaving directory `/home/chat/eggdrop1.6.19/src/mod'
Building ./src/mod/Makefile... done.
You can now compile the bot, using "make".
|
make :
| Code: | 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
|
make install :
| Code: | 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
|
ty in advanced :/ |
|