This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Mac now fails to build because of libiconv
- From: Segher Boessenkool <segher at kernel dot crashing dot org>
- To: Paul Koning <paulkoning at comcast dot net>
- Cc: GCC <gcc at gcc dot gnu dot org>
- Date: Tue, 30 Jan 2018 06:00:13 -0600
- Subject: Re: Mac now fails to build because of libiconv
- Authentication-results: sourceware.org; auth=none
- References: <90B37966-ED6C-4B3A-AB11-D0CE18F7289A@comcast.net>
On Mon, Jan 29, 2018 at 05:00:00PM -0500, Paul Koning wrote:
> It's been a few months since I tried to build GCC on my Mac, and in earlier tries it worked fine. I have a log from 20-Sep-2017 that shows success.
>
> But currently when I do the same configs as before, I get failures about _iconv being undefined. This is in spite of the fact that I have libiconv installed, and just to be sure, told configure where to find it (--with-libiconv=/usr/local)
--with-libiconv-prefix=/usr/local
(or use --disable-nls as the nuclear option)?
Segher