On Sun, Dec 9, 2012 at 10:35 PM, Dongsheng Song
<dongsheng.s...@gmail.com> wrote:
> Thank you, now I know how to compile gettext for windows. Why so mystical ?

Now gettext 0.18.2 released, I can build it smoothly without any hack !

*) 32bit
${HOME}/src/gettext-0.18.2/configure \
    --enable-shared --disable-static \
    --prefix=${HOME}/w32 --enable-threads=windows \
    --host=i686-w64-mingw32

make -j4; make install

*) 64bit

${HOME}/src/gettext-0.18.2/configure \
    --enable-shared --disable-static \
    --prefix=${HOME}/w64 --enable-threads=windows \
    --host=x86_64-w64-mingw32

make -j4; make install

Regards,
Dongsheng

------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to