[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: sizemax() and 64-bit systems
From: |
Martin Helm |
Subject: |
Re: sizemax() and 64-bit systems |
Date: |
Mon, 13 Aug 2012 17:50:25 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120713 Thunderbird/14.0 |
Just a very short comment from my side, since I do not use the
enable-64bit switch when compiling octave. The problem is obviously not
so much if the libraries are compiled for 64bit (all my libraries are),
but that the default size for an integer in the fortran libraries is set
to 8 byte instead of 4 byte, at least that was my understanding last
time I looked at it.
I can be completely wrong here.