KDE/kdelibs
nf2
nf2 at scheinwelt.at
Wed Apr 4 20:53:28 BST 2007
Leo Savernik wrote:
> Am Dienstag, 3. April 2007 schrieb Thiago Macieira:
>
>> Jos van den Oever wrote:
>>
>>> Does that mean you dont link to libglib, libgcc_d and libgthread?
>>>
>> I don't link to those. I build Qt without glib support.
>>
>> I don't even have libgcc_d anywhere in my system. libgcc_s is listed
>> there, though.
>>
>
> But the typical user will face the additional penalty of the above three libs.
> Your stats make the situation look better than it will be for the
> majority :-(
>
> mfg
> Leo
>
is it the number of libraries or rather the number of symbols which is
relevant for loading performance?
objdump -T /usr/lib/libqt-mt.so.3 | wc -l
26086
objdump -T /usr/lib/libkdecore.so.4 | wc -l
8807
objdump -T /usr/lib/libkio.so.4.2.0 | wc -l
11349
objdump -T /usr/lib/libdbus-1.so | wc -l
282
objdump -T /usr/lib/libglib-2.0.so.0.1200.4 | wc -l
1144
objdump -T /usr/lib/libgthread-2.0.so.0 | wc -l
71
objdump -T /usr/lib/libgtk-x11-2.0.so | wc -l
5409
objdump -T /usr/lib/libX11.so.6 | wc -l
1215
More information about the kde-core-devel
mailing list