[Ilugc] changing the library name Reg:

  • From: murali.venugopal@xxxxxxxxx (murali v)
  • Date: Tue, 19 Jul 2011 16:18:18 +0530

Hi,

I'm working on the open source library Jicmp to add the traceroute
functionality which the library doesn't support now.

I'm supposed to change the library name of the opensource project in C. When
i execute "./configure", "make" and "make install" commands it generates .so
file which looks like this.

lib[name].so, in this case libjicmp.so

But i've modified the code to support traceroute too. Now, i want to
generate a .so file which reads "libjicmpt.so". And, i want to use these two
libraries simultaneously in my project. I tried replacing "jicmp" to
"jicmpt" in the configure file. But still my output library .so file is the
same "libjicmp.so" only.

Please suggest me the exact way to do this. Some pointers in the internet
should also be fine.

Thanks in Advance,
Murali V

Other related posts: