Hi, all

I have compiled the gettext using the source code from http://ftp.gnu.org/pub/gnu/gettext/gettext-0.18.1.1.tar.gz, and the libintl was not compiled out. But when the gettext was compiled completely, the libintl was also compiled out, am I right?

ps: I use mingw gcc4.5 on Win7, and my configure script is below (I have compiled libiconv):

./configure --prefix=/mingw --build=i686-pc-mingw32 --host=i686-pc-mingw32 --target=i686-pc-mingw32 \
      --disable-werror --enable-threads=win32 --disable-nls  \
--enable-static --disable-shared --with-included-gettext --enable-relocatable --with-git

--
Regards
PcX

Reply via email to