Re: G++ Linking issue : hidden symbol `__dso_handle'

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

 



Rajat <myself_rajat@xxxxxxxxx> writes:

> Thanks a lot for the help Ian. Yeah I could see allmost all the libs are showing this,
> $ readelf -s <Lib_Name> | grep "__dso_handle"
>     99: 00034dc0     0 OBJECT  LOCAL  HIDDEN   22 __dso_handle
> Does this present in the symbol table ? Whats the significance of it?

You should never get this warning for a defined symbol like that one.
You should only get it for an undefined symbol.  Look for a shared
library in which __dso_handle is present in the symbol table but is
undefined.

Ian

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux