Re: how can I find out how big is the gtk shared library?



jiangyi178 wrote:

Hi,

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?

Hello,
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




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