_dl_profile_fixup & libc_p

Ryan S. Arnold rsa@us.ibm.com
Thu Mar 20 19:31:00 GMT 2008


On Thu, 2008-03-20 at 15:16 -0400, Daniel Jacobowitz wrote:
> On Thu, Mar 20, 2008 at 01:44:49PM -0500, Ryan S. Arnold wrote:
> > Don't static link and try linking against libc_p again.
> 
> No, that will work even worse.  There is no dynamic libc_p; if you do
> not use -static, you will get a static libc_p.a and a dynamic libc.so,
> which conflict.

Daniel,

So basically trying to link against libc_p.a when you've got code that's
using 'nss' isn't going to work since it pulls in a loader?

Ryan S. Arnold



More information about the Libc-alpha mailing list