bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Build Error in Latest Git


From: Noah Lavine
Subject: Re: Build Error in Latest Git
Date: Wed, 15 Dec 2010 16:19:34 -0500

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 <address@hidden> wrote:
> On Wed 15 Dec 2010 07:49, Noah Lavine <address@hidden> writes:
>
>> Undefined symbols:
>>   "_iconv", referenced from:
>
> Odd. On what platform is this?
>
> Andy
> --
> http://wingolog.org/
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]