On Sat, Apr 26, 2008 at 12:09:45PM -0400, Jack Howarth wrote:
>    In working up some test packaging for a new openmotif4
> package (to provide openmotif 2.3.0), I discovered that my
> current mesa-libglw package is explicitly linking libXm
> into libGLw.dylib. By comparision, the mesa-libglw package
> in fedora 8 linux doesn't do this (allowing the same
> libglw to be used by lesstif, openmotif3 and openmotif4.
> I have verified that by adding the LDFLAGS of
> -Wl,-undefined,dynamic_lookup to the link command for
> libGLw that we can drop the explict linkage on libXm.

How does that prove that? -undefined dynamic_lookup would explicitly
*allow* building lib libGLw even if it had undefined symbols. Perhaps
you mean to use -undefined error and/or to look for NOUNDEFS in 'otool
-hv'?

dan


-- 
Daniel Macks
[EMAIL PROTECTED]
http://www.netspace.org/~dmacks


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel

Reply via email to