Skip to content
Prev 75047 / 398502 Next

Installation problem on SGI IRIX6.5

Please do try reading the R-admin manual (as the INSTALL file asks you to: 
it does not ask you to `surf on the net').

The following section may help you:

   To enable UTF-8 support, configure with default @option{--enable-mbcs}.
   This will check for a large number of features, notably support for the
   C99/UNIX98 wide character functions and for UTF-8 or MBCS support in
   X11.  If enough of these are found, @code{MBCS} will be listed as one
   of the ``Additional capabilities''

so try --disable-mbcs if your OS has broken header files.  (It apparently 
does have wctrans, but not the type it returns.)

Now we know of the existence of such an OS, we can add a check.  Are 
wctrans and wctrans_t defined anywhere else?
On Fri, 5 Aug 2005, Xiao Jianfeng wrote: