help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Memory exaustion or size too large for index


From: Carlo de Falco
Subject: Re: Memory exaustion or size too large for index
Date: Thu, 25 Feb 2010 13:32:40 +0100


On 25 Feb 2010, at 13:17, Jaroslav Hajek wrote:


Interesting, this works for me. What is the value of SIZEOF_LONG on your system?

#include <octave/oct.h>
#include <iostream>

int main ()
{
  std::cout << SIZEOF_LONG << std::endl;
  return (0);
}

returns

$ /opt/octave/3.3/bin/mkoctfile --link-stand-alone prova.cc
$ ./a.out
4

Can you figure out the typedef of size_t on your platform?

any hint where to look?

c.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]