bug-gnu-utils
[Top][All Lists]
Advanced

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

building gettext on mingw32+msys


From: Merder Kim
Subject: building gettext on mingw32+msys
Date: Sat, 24 Apr 2010 17:31:44 +0400
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; ru; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4

Hi.
I have trouble in compilling gnu gettext sources on my msys+mingw.
gettext sources 0.17
gcc 4.5.0
libiconv 1.13.1
glib 2.24.20 (from gtk.org downloads)
configuration options: --disable-nls --with-included-gettext

On the stage of linking libgettextlib.la I've got error:
Cannot export rpl_optarg: symbol not defined
Cannot export rpl_optind: symbol not defined
../woe32dll/.libs/gettextlib-exports.o:gettextlib-exports.c:(.data+0x24): undefined reference to `rpl_optarg' ../woe32dll/.libs/gettextlib-exports.o:gettextlib-exports.c:(.data+0x28): undefined reference to `rpl_optind'
collect2: ld returned 1 exit status
make[4]: *** [libgettextlib.la] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1

I googled almost the same problem: https://bugzilla.redhat.com/show_bug.cgi?id=467398, but it's not my system... Can I do something?





reply via email to

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