You have to have tcl installed on your system - install and try then. If it is allready installed tho, then try configure with --with-tcllib and --with-tcllinc.
Infact, read ./configure --help to get more info.
Ignorant and lazy people will save 30 minutes by chosing simple config file. Smart ones will save 3000 minutes of *everyone's* time by opting for complete config file.
Seems I was a little premature, I still get 'missing shared object libtcl83.so..1 not found'.
Although the exe is bigger. I saw a precomiled one on the web that was about 2mb. This worked and must have had the tcl lib compiled in. But obviously I want to compile my own.
ppslim wrote:Is there any particular reason behind compiling your own?
On top of this, is there any reason why your can't compile Tcl on the system yoruself?
I'm compiling my own as they recommend doing this in he read me. Also I intend to write some modules.
I can't install tcl on the system as the system I plan to run the bot on, I don't have permission to install it. But I can run various things, one of things I can run is a bot.
For this to work I need the code & tcl library compiled into one file.
i don't have the ability to compile on the target machine.
Exploit, well I suppose I am. I found I can log into my webserver via ssh. I can run code on their systems. TCL is not installed. I can't make on their system, but a notice pops up saying please use your own systems for development. Which is what I've done.
As far as I know they don't hav a problem with me running code, just compiling stuff.
Not really sure how to buid a static buid of tcl. As I mentioned I'm pretty new to the world of linux/unix