Remi Pointel <remi.poin...@xiri.fr> wrote:

> as reported by pstumpf@ (thanks), Python 2.7 can't build on i386 with gcc 4.6.
> 
> Analysing the logs, problem is that Python is not linked with libiconv
> (and do not found libintl.h).

And how is this related to gcc4.6?
Either Python needs gettext/iconv or it doesn't.  The compiler
version should not matter.

> This diff permits to correctly found libintl.h and linked Python 2.7 to
> libiconv.

This diff seems to add a gettext dependency for all Python ports,
not just 2.7.  This looks all wrong to me.

-- 
Christian "naddy" Weisgerber                          na...@mips.inka.de

Reply via email to