On Tue, Jun 1, 2010 at 1:36 AM, Sean <endersyr...@gmail.com> 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
gtk-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to