Kompilieren mit gcc -shared -DUSE_TCL_STUBS listing1.c -o libhallo.so -ltclstub8.4 gcc -shared -DUSE_TCL_STUBS listing2.c -o libparcon.so -ltclstub8.4 Dann Tcl starten und mit % load ./libhallo.so laden. Die Erweiterung libparcon.so kann nur als root verwendet werden.