Hi, On Thu, Jun 05, 2008 at 01:16:12AM +0200, zhengda wrote:
> I want to try the modified glibc. I compile it again, but I don't want > to install it in my system directly. I write a very simple test > program which only calls socket(). I want to compile the test program > with the modified glibc. As your glibc modification doesn't change ABI (or at least it shouldn't...), there is no need to rebuild the application against the modified glibc. Just tell it to use the modified library at runtime with LD_LIBRARY_PATH. -antrik-