Loading an extension

support dynamic loading for several architectures/systems. The way to provide dynamic loadable modules is different from one system to another and you will have to adapt what is said here to the conventions used by your system, architecture or compiler. Static loading can be used for systems which doesn' support dynamic loading (such as Ultrix) or for which the interpreter doesn't support yet dynamic loading.



Subsections