xcc -c -I/usr/gun/usr/include -DSTANDALONE ../$1.c &&
/usr/gun/bin/ld -T 0 -o $1 srt0.o $1.o -lsa  /usr/gun/lib/libc.a
rm $1.o
