have to use both libraries for different purpose
both have function named as "inflate"
$ nm libunzip.so | grep "inflate"
0000beb0 T inflate
$ nm libz.so | grep "inflate"
000034ca T inflate

is there anyway to avoid the name clash, through compiler or linker?

thanks!

_______________________________________________
help-gnu-utils mailing list
help-gnu-utils@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-utils

Reply via email to