help-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

name clash between libunzip.so and zlib library


From: gobigred
Subject: name clash between libunzip.so and zlib library
Date: 4 Aug 2006 15:42:28 -0700
User-agent: G2/0.2

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!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]