HI I am trying to create .so file in linux... 
I am able to create .so file... by using the following.

        gcc -fPIC -g -c -Wall HelloWorld.c
        gcc -shared -Wl,-soname,libHelloWorld.so -o libHelloWorld.so 
HelloWorld.o -lc

while executing I am still getting the linking errors.

Can any one please guide me. 

-Mansoor
_______________________________________________
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd

Reply via email to