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.

compiling eggdrop with tcl from local install

General support and discussion of Eggdrop bots.
Post Reply
User avatar
sKy
Op
Posts: 194
Joined: Thu Apr 14, 2005 5:58 pm
Location: Germany

compiling eggdrop with tcl from local install

Post by sKy »

About a shell account on a unix box:

I want to use and install another Tcl version then default. (Only in my dir)

Installing tcl:
download: tcl8.4.12-src.tar.gz
tar -xvzf tcl8.4.12-src.tar.gz
cd tcl8.4.12
configure --enable-threads --enable-shared
make
make test
make install

Installing eggdrop
wget www.egghelp.org
tar -xvzf eggdrop.16.18.tar.gz
cd eggdrop1.6.18
./configure --with-tcllib --with-tclinc ??? I don`t know which arguments i have to use....
make
make iconfig
make
make install

So far okay? Don`t know if this would work.

Btw: what do you think about tcl 8.5? Already working well?
socketapi | Code less, create more.
User avatar
De Kus
Revered One
Posts: 1361
Joined: Sun Dec 15, 2002 11:41 am
Location: Germany

Post by De Kus »

read './configure --help'. The lib thing must point to path where tcl8.4 is included (usually '~/lib' for local install) and the header thing must point to the include dir where the header of the installed version is... probably it created a '~/include/', if not search for the headers (*.h) in the TCL source.
De Kus
StarZ|De_Kus, De_Kus or DeKus on IRC
Copyright © 2005-2009 by De Kus - published under The MIT License
Love hurts, love strengthens...
Post Reply