
hargrave at vonbraunlabs
Mar 9, 2006, 9:32 AM
Post #1 of 1
(4226 views)
Permalink
|
|
When compiling libgpg-error: error with i18n
|
|
Hi, I'm trying to compile the library libgpg-error into uClinux (20041215, kernel 2.4.x, coldfire) and the following error occurs: … gpg-error.elf2flt: In function `i18n_init': /home/usuarios/hargrave/tmp/xml/uC/libgpg-error-1.2/src/gpg-error.c:81: undefined reference to `bindtextdomain' /home/usuarios/hargrave/tmp/xml/uC/libgpg-error-1.2/src/gpg-error.c:84: undefined reference to `textdomain' gpg-error.elf2flt: In function `get_err_from_str_one': /home/usuarios/hargrave/tmp/xml/uC/libgpg-error-1.2/src/gpg-error.c:367: undefined reference to `gpg_strsource' /home/usuarios/hargrave/tmp/xml/uC/libgpg-error-1.2/src/gpg-error.c:381: undefined reference to `gpg_strerror' gpg-error.elf2flt: In function `main': /home/usuarios/hargrave/tmp/xml/uC/libgpg-error-1.2/src/gpg-error.c:449: undefined reference to `gpg_err_init' /home/usuarios/hargrave/tmp/xml/uC/libgpg-error-1.2/src/gpg-error.c:471: undefined reference to `gpg_strerror' /home/usuarios/hargrave/tmp/xml/uC/libgpg-error-1.2/src/gpg-error.c:471: undefined reference to `gpg_strsource' collect2: ld returned 1 exit status ... It seams that uClinux doesn´t have support to i18n. Is it possible to compile libgpg-error without i18n ? (to disable it somehow) Thanks, Beatriz. _______________________________________________ Gnupg-i18n mailing list Gnupg-i18n [at] gnupg http://lists.gnupg.org/mailman/listinfo/gnupg-i18n
|