bug-gnulib
[Top][All Lists]
Advanced

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

Re: <iconv.h> creates incorrect iconv() prototype


From: Paul Eggert
Subject: Re: <iconv.h> creates incorrect iconv() prototype
Date: Sat, 09 Mar 2013 22:42:02 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130221 Thunderbird/17.0.3

The iconv build procedure prefers to use 'char **',
but it uses 'const char **' if it detects that it's
on a platform where the 'const' is needed.  Evidently
that part of the detection isn't working.  Can you
look at config.log and see what went wrong on your platform?
Look for the string "for iconv declaration".  Thanks.



reply via email to

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