GNOME Bugzilla – Bug 357210
"gdk-pixbuf" builds modules incorrecty under Mac OS X (Darwin)
Last modified: 2010-07-10 04:09:02 UTC
Steps to reproduce: 1. Compile unpatched "gtk+". 2. Run "gdk-pixbuf-query-loaders". Stack trace: Other information: The problem is that the build framework assumes that shared libraries and object use the same extension e.g. ".so". This is *not* true under Mac OS X. Shared libraries are called somehting like "libfoobar.1.2.3.dylib" while shared objects are called "foobar.so".
Created attachment 73220 [details] [review] Patch from NetBSD's pkgsrc which corrects the problem
*** This bug has been marked as a duplicate of 357209 ***