Re: [Rd] R compilation problem on 64 bit SunOS (PR#13898)

2009-08-23 Thread Uwe F. Mayer
. As far as I can tell this is a configuration problem, since locale.h should not be included in the first place if --disable-nls is specified. --- On Fri, 8/21/09, Prof Brian Ripley wrote: > From: Prof Brian Ripley > Subject: Re: [Rd] R compilation problem on 64 bit SunOS (PR#13898

Re: [Rd] R compilation problem on 64 bit SunOS (PR#13898)

2009-08-21 Thread Prof Brian Ripley
On Fri, 21 Aug 2009, Peter Dalgaard wrote: Prof Brian Ripley wrote: [snip] In fact you did not specifically not request nls: use the flag from the gcc specs below to do so (as someone did for gcc). Brian, I see --disable-nls in both places, so you may want to expand on that. (I could well be

Re: [Rd] R compilation problem on 64 bit SunOS (PR#13898)

2009-08-21 Thread Peter Dalgaard
Prof Brian Ripley wrote: [snip] > In fact you did not specifically not request nls: use the flag from the > gcc specs below to do so (as someone did for gcc). Brian, I see --disable-nls in both places, so you may want to expand on that. (I could well be missing the point, but then I'd like to know

Re: [Rd] R compilation problem on 64 bit SunOS (PR#13898)

2009-08-20 Thread Prof Brian Ripley
You are reporting a Solaris error to R-bugs. If the Solaris libintl.h is broken (and it seems yours is), then you need to try one that works (e.g. OpenCSW) or force the use of the one in the R sources by --with-included-gettext use the GNU gettext library included here or dlsable NLS (see b

[Rd] R compilation problem on 64 bit SunOS (PR#13898)

2009-08-20 Thread uwe_f_mayer
Full_Name: Uwe F. Mayer Version: 2.9.1 OS: SunOS myhost 5.10 Generic_120012-14 i86pc i386 i86pc Solaris Submission from: (NULL) (216.113.168.130) With the change of the NLS handling from 2.9.0 to 2.9.1 the compilation breaks, even as I do specifically not request nls. Specifics: gcc -v Using b