I just finished installing Fink on 10.5/intel, and for grins, I tried
installing geda-gschem from some of the unofficial bindists.

I uncovered a missing dependency in one of my package descriptions,
but I also found that something was pulling in the old gtk+-shlibs
package.

Turns out that libstroke has two libraries, and one of them ties in
with GTK+. However, I noticed that 'otool -L' doesn't seem to print
this dependency information:

$ otool -L /sw/lib/libgstroke.0.dylib
/sw/lib/libgstroke.0.dylib:
        /sw/lib/libgstroke.0.dylib (compatibility version 1.0.0, current 
version 1.5.0)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 111.1.1)
        /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 
1.0.0)

But,

   $ nm /sw/lib/libgstroke.0.dylib |grep -w U

shows a bunch of Xlib and GTK+ references.

Is there another command besides 'otool -L' that I should use for
checking library dependencies on 10.5?

-- 
- Charles Lepple

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Fink-devel mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.devel

Reply via email to