At Thursday, 04 January 2001, you wrote:
>It depends on you system config.
>
>But this problem has more dimensions. On certain system are widechar
api
>(used for international sorting) not supported.
Yes, but I think SunOS 4.1.3 does support this (I hope :-)
>Configure script looks for the wchar.h,
But *where* does it look?
>but makes no decission on api
>availability. Are you sure, the problem is with header?
No, the problem is with configure, it can't find wchar.h
>On certain systems compiler can't find headers in e.g
>/usr/local/include. In this case you need set the CPPFLAGS environment
>as follows 'CPPFLAGS=-I/usr/local/include'
This is not a compiler error. This is a configure error.
I haven't got as far as compiling yet because configure
cannot find wchar.h.
I have wchar.h but where must I put it for configure to find it?
///Peter