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 gives error on compile, no tcl header/lib found...

General support and discussion of Eggdrop bots.
Post Reply
r
rvzm
Voice
Posts: 2
Joined: Wed Jun 01, 2016 12:37 am

Eggdrop gives error on compile, no tcl header/lib found...

Post by rvzm »

after doing ./configure, I get this:

Code: Select all

checking for Tcl library... not found
checking for Tcl header... found /usr/include/tcl8.5/tcl.h
checking whether the Tcl system has changed... yes
configure: error:

  Tcl cannot be found on this system.

  Eggdrop requires Tcl and the Tcl development files to compile.
  If you already have Tcl installed on this system, make sure you
  also have the development files (common package names include
  'tcl-dev' and 'tcl-devel'). If 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/COMPILE-GUIDE's 'Tcl Detection and Installation' section for more
  information.
I have the dev packages for tcl8.5 and tcl8.6, and straight tcl-dev
my system is Debian Jessie

any ideas?
Online
w
willyw
Revered One
Posts: 1196
Joined: Thu Jan 15, 2009 12:55 am

Re: Eggdrop gives error on compile, no tcl header/lib found.

Post by willyw »

rvzm wrote: ...
any ideas?
Go here:
http://eggwiki.org/Main_Page

See:
Tcl related issues
- the third one down :
" I installed the tcl-dev package but eggdrop doesn't find it on my new operating system (Ubuntu 14, etc.) "

and click it.
See if you think that might be it.

I hope this helps.
For a fun (and popular) Trivia game, visit us at: irc.librairc.net #science-fiction . Over 300K Q & A to play in BogusTrivia !
r
rvzm
Voice
Posts: 2
Joined: Wed Jun 01, 2016 12:37 am

Re: Eggdrop gives error on compile, no tcl header/lib found.

Post by rvzm »

Worked great! Thank you :D
User avatar
caesar
Mint Rubber
Posts: 3776
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

In case that site ever goes down, the answer is to tell configure where to look for the TCL library:
./configure --with-tclinc=/usr/include/tcl8.6/tcl.h --with-tcllib=/usr/lib/x86_64-linux-gnu/libtcl8.6.so
Once the game is over, the king and the pawn go back in the same box.
V
Vision
Voice
Posts: 14
Joined: Wed Jul 12, 2006 3:47 pm

Post by Vision »

Bix thanks. I works with Debian Buster.
Vision
D
DollyDolores
Voice
Posts: 4
Joined: Wed Mar 04, 2020 8:57 am

Post by DollyDolores »

thank you so much!
Post Reply