os x and glib

2003-09-25 Thread Jeffrey Auerbach
Hello I am trying to configure glib-2.2.3 on mac os x but I am running into a problem: checking for iconv_open... no checking for libiconv_open in -liconv... no checking for iconv_open in -liconv... no configure: error: *** No iconv() implementation found in C library or libiconv I know that lib

Re: os x and glib

2003-09-25 Thread Valdis . Kletnieks
On Thu, 25 Sep 2003 23:01:06 EDT, Jeffrey Auerbach <[EMAIL PROTECTED]> said: > checking for iconv_open... no > checking for libiconv_open in -liconv... no > checking for iconv_open in -liconv... no > configure: error: *** No iconv() implementation found in C library or > libiconv > > I know that

Re: os x and glib

2003-09-26 Thread JS
Hi Jeff, Hmm, you seem to be having the same issues that I have with GTK but with glib. However, I was able to get glib to find libiconv. This is the version of libiconv I installed: http://www.gnu.org/software/libiconv/#downloading . I would try downloading that version and compile and install

Re: os x and glib

2003-09-26 Thread Jeffrey Auerbach
I got past the configure portion by setting the environment var: LDFLAGS=-L/sw/lib which is the location of gnu libiconv. The compile still fails with iconv errors: /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_