| Author |
Message |
eosyn
Joined: 04 Feb 2008
Posts: 2
|
| Posted: Mon Feb 04, 2008 6:45 am Post subject: 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 |
|
| Back to top |
|
Internat
Joined: 17 Aug 2004
Posts: 174
Location: Brisbane, Australia
|
| Posted: Mon Feb 04, 2008 6:52 am Post subject: |
|
|
Code:
aptitude install apt-file
apt-file update
apt-file search tcl.h
<snip>
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
</snip> |
|
| Back to top |
|
eosyn
Joined: 04 Feb 2008
Posts: 2
|
| Posted: Mon Feb 04, 2008 7:02 am Post subject: oops never mind |
|
|
| I needed to install the tcl8.3-dev package to get tcl.h |
|
| Back to top |
|
| |