debug or no debug?
Bill O'Connor
billyoc@gmail.com
Tue Dec 7 05:55:00 GMT 2010
kevin diggs <diggskevin38@gmail.com> writes:
> Hi,
>
> Is there an easy way to tell if a library (archive and/or dynamic) was
> built with -g? Is there a section one can look for that is a "smoking
> switch" to indicate 'debugness'?
>
[billyoc@gs800 qtest]$ nm /usr/lib/libgtkmm-2.4.so.1.1.0
nm: /usr/lib/libgtkmm-2.4.so.1.1.0: no symbols
[billyoc@gs800 qtest]$ nm ~/gnome2/lib/libgtkmm-3.0.so.1.1.0 | head -5
0034e7d8 d DW.ref.__gxx_personality_v0
001895e0 t SignalProxy_Details_gtk_callback
001895a0 t SignalProxy_Details_gtk_callback_destroy
003488c0 a _DYNAMIC
0034a0ec a _GLOBAL_OFFSET_TABLE_
More information about the Gcc-help
mailing list