hi ,i have compiled srp-2.1.2 under ubuntu using make ,it creat a file libsrp.a. can any one tell me how can i use libsrp.a as shared library?.i want to use libsrp in a c# file under ubuntu by using dllimport.please tell me what is the meaning of libsrp.a file.
thanks
ok when i am using nm -D libsrp.a then i have
c2@ubuntu:~/Desktop/srp-2.1.2/libsrp$ nm -D libsrp.a
t_client.o: nm: t_client.o: No symbols
please tell me how i will get all symbols.
thanks