Hi, On Tue, Jul 19, 2011 at 4:18 PM, murali v <[email protected]> wrote: > Hi, > > > 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. >
Shouldn't you be modifying the Makefiles instead? If the project uses autotools, check out Makefile.am. All you need to do is add (or rename) 'libjicmpt_la_*' directives in your Makefile.am. Then you can proceed with a 'make distclean'. As always the docs, http://www.gnu.org/s/hello/manual/automake/Programs.html#Programs -- Sudharshan S _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
