Posted to tcl by de at Wed May 16 00:42:29 GMT 2018view pretty

#!/bin/bash
 
rm -f time.o time.so
gcc -DUSE_TCL_STUBS=1  -fPIC -o time.o -c time.c
gcc -shared -o time.so time.o -ltclstub8.6 -lrt