After looking at this a bit more, I think it's an issue with Gnulib, or possibly the configuration system. I'd like to report it to one of those projects, but could someone tell me how Guile's configuration mechanism interacts with Gnulib's? I don't really understand what is configuring Gnulib, since it has no configure script.
Thanks, Noah On Wed, Dec 15, 2010 at 4:19 PM, Noah Lavine <[email protected]> wrote: > Mac OS X 10.6. There's some weirdness because I have two versions of > libiconv installed - the one that comes with OS X, and one from > Macports. They also define different symbols for the same functions - > the regular OS X library has "_iconv_close", and the Macports one has > "_libiconv_close". I wonder if this is a case of the configure script > picking up one set of names and then linking with the other set. > (Although that doesn't explain why it used to build, back when I had > the same setup.) > > I've tried building with both of those libraries, using > --with-libiconv-prefix to switch, and I get the same error. (I started > with 'make distclean' each time.) > > Noah > > On Wed, Dec 15, 2010 at 4:02 PM, Andy Wingo <[email protected]> wrote: >> On Wed 15 Dec 2010 07:49, Noah Lavine <[email protected]> writes: >> >>> Undefined symbols: >>> "_iconv", referenced from: >> >> Odd. On what platform is this? >> >> Andy >> -- >> http://wingolog.org/ >> >
