compiling in linux:

cc -c test1.c
ld -shared -o test1.so test1.o

