Re: some problems with uClibc

2011-04-14 Thread Bruno Haible
Hi Giuseppe, Giuseppe Scrivano wrote: > I get exactly the same error: > > make[4]: Entering directory `/tmp/testdir/gltests' > g++ -DHAVE_CONFIG_H -I. -DGNULIB_STRICT_CHECKING=1 -I. -I. -I.. -I./.. > -I../gllib -I./../gllib-MT test-wchar-c++.o -MD -MP -MF > .deps/test-wchar-c++.Tpo -c -o t

Re: some problems with uClibc

2011-04-14 Thread Giuseppe Scrivano
Hi Bruno, Bruno Haible writes: >> 1) With an uClibc compiled without wchar support I had to include >> in the "wchar.h" file. uClibc defines __GLIBC__ as well, so >> the previous guarded inclusion doesn't work. I had to add: >> >> #ifdef __UCLIBC__ >> # include >> #endif > > What was the pr

Re: some problems with uClibc

2011-04-14 Thread Bruno Haible
Hello Giuseppe, > 1) With an uClibc compiled without wchar support I had to include > in the "wchar.h" file. uClibc defines __GLIBC__ as well, so > the previous guarded inclusion doesn't work. I had to add: > > #ifdef __UCLIBC__ > # include > #endif What was the problem exactly? In particula

some problems with uClibc

2011-04-14 Thread Giuseppe Scrivano
Hello, During my attempt to port wget to uClibc-linux I have experienced a couple of problems with gnulib. 1) With an uClibc compiled without wchar support I had to include in the "wchar.h" file. uClibc defines __GLIBC__ as well, so the previous guarded inclusion doesn't work. I had to add: #