Peter,
thank you for your reply, the provided link had the answer:
The problem is the Sun cc compiler not following the C99 syntax
standard. Adding -xc99 to compiler flags fixed the problem.
My incorrect assumption was that configure.in would contain most of
the recommended flags for compila
This message is in MIME format. The first part should be readable text,
while the remaining parts are likely unreadable without MIME-aware tools.
--27495890-661127544-1206487153=:18251
Content-Type: TEXT/PLAIN; charset=iso-8859-1; format=flowed
Content-Transfer-Encoding: 8BIT
Yes, R has been
[EMAIL PROTECTED] wrote:
> Full_Name: Lodewijk Bonebakker
> Version: v2.6.2
> OS: Solaris, x86, snv_80
> Submission from: (NULL) (192.18.43.225)
>
>
> when I build R in 32-bit mode on my 64-bit OS, R works as expected:
>
> R version 2.6.2 (2008-02-08)
> ...
> Type 'q()' to quit R.
>
>
>> m <- ma
Full_Name: Lodewijk Bonebakker
Version: v2.6.2
OS: Solaris, x86, snv_80
Submission from: (NULL) (192.18.43.225)
when I build R in 32-bit mode on my 64-bit OS, R works as expected:
R version 2.6.2 (2008-02-08)
...
Type 'q()' to quit R.
> m <- matrix(ncol=2,c(1:6))
>
> m
[,1] [,2]
[1,]1