Hi,
I am trying to cross compile guile 2 on MIPS architecture using Openwrt.
My host machine and the target machine are little endian and both are 32 bit
architecture.
I managed to compile the binaries and .go files by defining GUILE_FOR_BUILD
as /usr/local/bin/guile.
But unfortunately, the guil
Well ,maybe I did a bad describe. I believe all locale was installed, but
some are not activated.
# cat /var/lib/locales/supported.d/local
zh_CN.UTF-8 UTF-8
en_US.UTF-8 UTF-8
And I add a line to this file:
en_US.ISO-8859-1 ISO-8859-1
then it's OK.
On Tue 16 Aug 2011 06:15, Nala Ginrut writes:
> well, I think the network module of Guile uses iso-8859-1 to handle data
> for some reasons. And my problem is Ubuntu chinese version doesn't have
> iso-8859-1 installed. And I add it manually, so the connection
> of Guile is OK now.
I am unclear a