-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [EMAIL PROTECTED] wrote: > > Hello, > > I have compiled a GNU Wget 1.11 on a IBM iSeries platform. (Host system > type... powerpc-ibm-os400) > Well, wget works but I have some problems. > > 1) I need messages in spanish, but I´ve only in english. > > How can I compile the program in spanish? > Or, how can I change the language support to es_ES?
Wget will automatically configure for building with National Language Support (NLS), if GNU gettext is installed on your system where Wget's configure script can find it. See http://www.gnu.org/software/gettext/gettext.html for how to obtain and install it. If it is installed correctly, the output from configure should include something like: checking whether NLS is requested... yes configure: language catalogs: be bg ca cs da de el en_GB eo es et eu fi fr ga gl he hr hu id it ja nb nl pl pt pt_BR ro ru sk sl sr sv tr uk vi zh_CN zh_TW checking for msgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for gmsgfmt... /usr/bin/msgfmt checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for gettext in -lintl... no checking for gettext... yes > 2) When I download files from a URL I get the following error: > > Cannot get REALTIME clock frequency: Invalid argument I can't tell you why that'd happen; Wget falls back to a clock id that should be guaranteed to exist. An erroneous time.h header would perhaps explain it. The error isn't serious, though, and may safely be ignored. In fact: Hrvoje? What do you think about removing that warning altogether (or, perhaps, increasing the verbosity level required to issue it)? AFAICT, the clock's resolution is used in only one place, in retr.c's calc_rate function, which uses it only to come up with a guess, when a download has taken what the timer reports as "zero seconds". In other words, it's almost unnecessary. - -- Micah J. Cowan Programmer, musician, typesetting enthusiast, gamer... http://micah.cowan.name/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHtI3X7M8hyUobTrERAgc2AJ987JCCPq0NSl5Ts+5k75Q78EZfPwCcDuoA +YvELduPVMiKbQwdFMFkRUg= =h7HV -----END PGP SIGNATURE-----
