1 The /lib/jim directory contains both dynamically loadable extensions
2 and pure-Tcl extensions.
4 Dynamically loadable extensions must have a .so file extension
5 Tcl extensions must have a .tcl file extension
7 As long as /lib/jim is in $::auto_path (it is by default), extension
8 abc can be loaded with:
12 First abc.so will be tried, and then abc.tcl
14 Note that this directory may be something like /lib/jim, /usr/lib/jim or
15 /usr/local/lib/jim, depending upon where jim was installed.