This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to 'Compile against glibc build tree' ?


> I think I understand that.  I want my application to always run against glibc
> 2.22, while I leave the system glibc at 2.19.  So would you agree that I am
> using the correct method?

Yes. That sounds fine.

I guess you're aware that the library search paths are baked into the binary,
and moving or removing your freshly built glibc will mean that the binary won't
run.

Cheers,
Arjun


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]