#!/bin/sh
PATH=/opt/SUNWspro/bin:$PATH
export PATH
cc -xarch=v9 -Kpic -G -o test1.so test1.c
#cc -Kpic -G -o test1.so test1.c
