[Starkit] Big Hole in Foot.

Wojciech Kocjan wojciech at kocjan.org
Sun Jun 13 10:05:38 CEST 2004


Jim Hinds wrote:
> I have had to adapt the base tclkit to a modified notATclkit that 
> includes, among other things, the thread library 'libpthread.so' and C++ 
> library 'libstdc++.so'
> 
> OK.  Now the rub.  Testing on some systems (previous linux distros) has 
> failed because the libraries, libpthread.so  and libstdc.so are PRIOR 
> versions to the ones on my development system.  And the notATclkit can't 
> load and execute without them.

Yes, this is a big problem. While JCW will hate me for this, I guess 
that the safest (and fastest :) choice would be to compile static version.

For one of the reasons you mention above, dqkit (which also includes 
threads and also other things like openssl) never really seemed to work 
correctly when it was dynamic linked.

Although you should also wait for JCW's advice - he managed to get 
tclkit to compile with static libstdc++ and dynamic libc - perhaps it 
will be possible to do some similar tricks in your case. But I'm not 
sure, I'd go for static versions.

-- 
WK






More information about the Starkit mailing list