Eggdrop/Tcl help needed

Hello, I am running an ubuntu linode. I wish to compile my own eggdrop as the default apt-get install eggdrop version doesn't seem to work very well (or at all). What I really need to know is what tcl libs to get. The last time I tried I installed tcl8.4 tclx8.4 and tcllib but after all that there was no tcl.h to be found.

Does anyone know the correct tcl packages to get to make an eggdrop compile happy?

more info on request

2 Replies

````
aptitude install apt-file
apt-file update
apt-file search tcl.h

````

tcl8.3-dev: usr/include/tcl8.3/tcl-private/generic/tcl.h

tcl8.3-dev: usr/include/tcl8.3/tcl.h

tcl8.4-dev: usr/include/tcl8.4/tcl-private/generic/tcl.h

tcl8.4-dev: usr/include/tcl8.4/tcl.h

I needed to install the tcl8.3-dev package to get tcl.h

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct