The [CVS]-hosted sample module, available from http://tcl.sf.net/ , is intended primarily to demonstrate to [C] developers how to write a [Tcl] [extension] in C that can be dynamically [load]ed as well as how to structure the directories so that someone can use '''configure''' and '''make''' to build and install said extension. In coarser perspective, think of it as a lesson in [how to use C functions from Tcl]. For more background information, read about [TEA] and [TEA2]. ----- [[What's the exact URL at SF?]] Not exactly the url, but here's the cvsweb view of the sampleextension module: http://cvs.sourceforge.net/viewcvs.py/tcl/sampleextension/ [[The exact URL of what? SampleExtension? Modules don't really have an exact URL. And for whatever reason, the code's never been released on SF.net so there isn't a tar file there to download. Instead, you have to go and visit the nightly cvs snapshots at ftp://ftp.tcl.tk/pub/tcl//nightly-cvs/]] The file name will be sample-yyyymmdd.tar.gz. There is also ftp://www.tcl.tk/pub/tcl/examples/tea/ but it is unclear how often these are updated. ---- [Category Package] | [Category Porting] | [Category Foreign Interfaces]