Hi,Hello,
May I ask you that on RH9, how can I find out how big is the gtk shared library? I looked in /usr/lib, all the gtk .so files are small. Or may be gtk+2 IS small?
You saw symbolic links. Use following to find actual libraries from gtk2 package:
wc -c `rpm -qil gtk2 | grep -e "0\.200\.1$" -e "loaders/.*\.so$"`
You may also want to count libraries from pango, atk and glib2 packages: wc -c `rpm -qil pango | grep -e ".*\.0\.200\.1$" -e "modules/.*\.so$"` wc -c `rpm -qil atk glib2 | grep -e ".*\.0\.200\.[01]$"`
Olexiy
_______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list