I have this open-source program called gaim (maybe you've heard of it?) and I want to do a resource port to OSX. For more information as to how this is done, check out gimp.app at gimp.org - the gimp port works dandy. I have all the dependencies for gaim installed (fontconfig was the worst). Now I want to bundle up all the libraries so I can use it natively on the Mac.
My question is this - even though I installed Pango and ATK and all that other stuff, I probably don't need every single library, right? So how can I find out which ones gaim uses, and which ones it ignores? Is there a way to find this out? Where exactly in the code might this information be available? I mean, I guess I could go through every single include line in every single file of the source, but there has got to be an easier way.


