On 2012-08-05 16:54, Georgios Petasis wrote:
Do you think any important definition missing?
(Although now I am think it, tcl stubs must not be used...)


I forgot this last important point. The rule of thumb I learned from Jan Nijtmans when I worked on the Tcl's dlopen bug is that code *embedding* Tcl (like mod_rivet) shouldn't use stubs, while code *extending* Tcl must be linked against the stubs library. So it's correct, you don't need to add the stubs, but you must guaranteed stubs are used for those packages/libraries which are components of Rivet.

 -- Massimo

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to