This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

eggdrop compile help

General support and discussion of Eggdrop bots.
Post Reply
V
Vlajke
Voice
Posts: 1
Joined: Thu Jun 19, 2008 9:21 am

eggdrop compile help

Post by Vlajke »

Hi there, i have one little problem... let me to explain:

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.
Well, what i have to do? (i have root acc)

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.
make config :

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".
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
make install :

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
ty in advanced :/
Post Reply