This is the mail archive of the libc-alpha@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: dlsym() does not return local symbol address


On Thu, Nov 23, 2006 at 05:06:06PM -0500, Martin Gadbois wrote:
> Is this a bug? Or is it my interpretation of "man dlsym"?

It's not a bug.  It only can identify dynamic symbols, and by default
application symbols are not dynamic.  Look at the linker -rdynamic
documentation for more.

-- 
Daniel Jacobowitz
CodeSourcery


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