Hi All, I have created a tool in a Linux box which has the following configuration. Linux nttl 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003 i686 i686 i386 GNU/Linux gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5) I am creating the shared library with the following commands in my Makefile libCodeGenUtils.so: $(OBJECTS) g++ -shared -o libCodeGenUtils.so -fPIC $(OBJECTS) The tool works really fine and gives the output, what I exactly need. But when I port this tool to another Linux box, I am getting the following error. ./CodeGen: relocation error: /usr/lib/libGenInstSkeleton.so.1: undefined symbol: __tfQ27Pegasus12CIMException I have ported all the necessary shared objects and copied to /usr/lib. But the error still persists. Following are the configurations of the new Linux box. Linux don-pc 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003 i686 i686 i386 GNU/Linux gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5) Plz help me to solve this problem. Regards, Vijay S. Disclaimer: This message and any attachment(s) contained here are information that is confidential, proprietary to HCL Technologies and its customers, privileged or otherwise protected by law. The information is solely intended for the individual or the entity it is addressed to. If you are not the intended recipient of this message, you are not authorized to read, forward, print, retain, copy or disseminate this message or any part of it. If you have received this e-mail in error, please notify the sender immediately by return e-mail and delete it from your computer.