[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: error: memory exhausted or requested size too large for range of Oct
From: |
Jordi Gutiérrez Hermoso |
Subject: |
Re: error: memory exhausted or requested size too large for range of Octave's index type -- trying to return to prompt |
Date: |
Tue, 6 Nov 2012 09:03:54 -0500 |
On 6 November 2012 07:01, japindado <address@hidden> wrote:
> Just an update... I have downloaded and installed the MinGW project from GNU.
> When trying to compile the suggested program, here's the output.
>
> ========================
> C:\MinGW\bin>gcc "../../Test/test.c"
> ../../Test/test.c:1:24: fatal error: iostream: No such file or directory
> compilation terminated.
Compiling Octave on Windows is a difficult task that I do not
recommend unless you are willing to undertake a lot of hard work and
are willing to learn something about the C++ and C build process.
Compiling 64-bit indexing version of Octave is even more difficult.
My question about the Octave binary was just if it was 32-bit or a
64-bit binary (this is somewhat independent of the question whether
Octave is built for 32-bit or 64-bit indexing). I believe both
available binaries right now are 32-bit Windows binaries (with 32-bit
indexing), so they will be naturally limited just by virtue of the
compiler that was used to create them.
Perhaps we can build Octave with this to get a 64-bit binary:
http://mingw-w64.sourceforge.net/
I am not certain of anything I have stated here, since I do not
currently have access to a Windows machine.
- Jordi G. H.
Re: error: memory exhausted or requested size too large for range of Octave's index type -- trying to return to prompt, Jordi Gutiérrez Hermoso, 2012/11/02