I have some compiled code that works under winXp but not under linux (kernel
2.6.10-5). I'm also using R 2.1.0
After debugging, I've discovered that in this code:
#define NMAX 256
long **box;
...
box = (long **)R_alloc(NMAX, sizeof(long *)); //<---HERE THE SIGSEGV
for (i=0; ihttps:/
Scrive Prof Brian Ripley :
> You keep on sending similar messages -- this is at least the third. You
> need to find out where the segfault is occurring using gdb, and you have
> not told us.
Sorry for the repeated post (in 2 different mailing lists).
Tnx for your suggestion. Now I think I've f
Hello,
2006/4/13, Robin Hankin <[EMAIL PROTECTED]>:
> Hi.
>
>
> (MacOSX 10.4.6) I downloaded R-latest.tar.gz just now from src/base-
> prerelease
> on CRAN. "make" gave the following error after an apparently successful
> ./configure:
>
>
> [snip]
Hi Nicolai,
2006/4/20, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
> This is a multi-part message in MIME format.
> --020909040800030906040005
> Content-Type: text/plain; charset=KOI8-R; format=flowed
> Content-Transfer-Encoding: 7bit
>
> Hi,
>
> I've