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.

TCL error

Old posts that have not been replied to for several years.
Locked
a
aRtic

TCL error

Post by aRtic »

checking for broken libsafe sscanf... no
checking for Tcl library... found /usr/lib/libtcl8.3.so
checking for Tcl header... {not found}
checking whether the Tcl system has changed... yes
configure: error:

Tcl cannot be found on this system.

Eggdrop requires Tcl to compile. If you already have Tcl installed on
this system, and I just wasn't looking in the right place for it, re-run
./configure using the --with-tcllib='/path/to/libtcl.so' and
--with-tclinc='/path/to/tcl.h' options. See doc/COMPILING's 'Tcl Detection
and Installation' section for more information.

Help me plz
User avatar
KrzychuG
Master
Posts: 306
Joined: Sat Aug 16, 2003 2:51 pm
Location: Torun, Poland
Contact:

Post by KrzychuG »

This is a part of doc/COMPILING-FAQ:
E. Tcl Detection and Installation
If ./configure does not correctly detect the location of your Tcl
library and header file, or if you experience errors related to Tcl
during linking, preform these steps:

1. Depending on what shell your using:

bash/ksh:
export LB_LIBRARY_PATH='<path to DIRECTORY containing Tcl library>'

csh/tcsh/tclsh:
setenv LB_LIBRARY_PATH '<path to DIRECTORY containing Tcl library>'

2. Run the following command from your Eggdrop compilation directory
(this is all one command):

./configure --with-tclinc='<full path to tcl.h>'
--with-tcllib='<full path to Tcl library>'

3. Continue compiling the bot, starting with 'make config'.

If you do not have Tcl installed on your system, you can compile it in
your /home directory. Download Tcl from Tcl's SourceForge project page
at http://www.sourceforge.net/projects/tcl/, or from ActiveState at
ftp://tcl.activestate.com/pub/tcl/tcl8_4/. Read Tcl's README file for
help with compiling and installing it. After you compile Tcl, follow
the steps above to allow Eggdrop to detect Tcl.
Is it hard to read those file?
Que?
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

KrzychuG wrote:Is it hard to read those file?
:wink: OOOOOOOooooooooh.... so we should actually read those text files that come with every egg? 8)
:mrgreen:
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Would be a nice change. Such a loveley collection of them in ~doc/html :lol:
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

hmm. All this talk about ~doc/, got me to thinking that it would be convenient to have the various "default" texts accessible to read online. Perhaps this feature/function already exists somewhere...?¿?

:mrgreen: could always make the sub-domain www.egghelp.org/lazyass.htm :wink:
Locked