Hi, I have libiconv in ~/opt/gtk. Is there a variable I'm supposed to set that will resolve the problem?
Thanks. On Tue, Jun 1, 2010 at 7:35 AM, Paul Davis <[email protected]> wrote: > > > On Tue, Jun 1, 2010 at 1:36 AM, Sean <[email protected]> wrote: >> >> Hi, >> >> I'm trying to install gtk+ 2.20.1 on OS X 10.6.3. I receive the >> following errors when running make: >> >> dyld: lazy symbol binding failed: Symbol not found: _iconv_open >> Referenced from: /Users/sean/opt/gtk/lib/libglib-2.0.0.dylib >> Expected in: flat namespace > > the version of libiconv that comes with recent versions OS X is not usable. > but unfortunately the configure/make system for GTK+ doesn't detect this > until link time. > > you need to install GNU iconv or some equivalent, possibly by using macports > (though with great care). > > --p > > _______________________________________________ gtk-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-list
