I have Sun WorkShop 6 update 1 C++ 5.2 2000/09/11 compiler running on SunOS 5.7 Generic_106541-08 sun4u sparc SUNW,Ultra-60 machine. i am using /opt/SUNWspro/bin//CC for building C++ code. I want to link a shared library libxyz.so to my binary satically, so that i may not need that at run time. i used -staticlib=xyz but its not working . Its saying that ...