[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: building gettext 0.15-pre0 on Windows XP using MinGW
From: |
Bruno Haible |
Subject: |
Re: building gettext 0.15-pre0 on Windows XP using MinGW |
Date: |
Fri, 9 Dec 2005 16:05:38 +0100 |
User-agent: |
KMail/1.5 |
Hi,
> First, using MSYS, I installed libiconv-1.10, and the configure,
> make, and make install all seemed to work properly, based on
> what I saw in the logs.
>
> Then I used you latest gettext tarball, but there are errors
> when doing the make:
> http://punt.sourceforge.net/files/temp/gettext-configure.log
Thanks for retrying. The libiconv install doesn't seem to be taken into
account: configure still says
"checking for iconv... no, consider installing GNU libiconv".
In order to fix that, you would have to look whether
/usr/local/include/iconv.h
/usr/local/lib/libiconv.{dll,a,la}
exist, and have a look at gettext-runtime/config.log.
> http://punt.sourceforge.net/files/temp/gettext-make.log
Here the error indicates that you have no C++ compiler installed, only
the C compiler. However, on mingw, gettext is build using the C++ compiler
(partially).
Bruno