octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #29794] --enable-64 keeps OCTAVE_IDX_TYPE=int


From: Alois Schlögl
Subject: [Octave-bug-tracker] [bug #29794] --enable-64 keeps OCTAVE_IDX_TYPE=int
Date: Thu, 06 May 2010 10:29:36 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100402 Ubuntu/9.10 (karmic) Firefox/3.5.9

Follow-up Comment #1, bug #29794 (project octave):

I should add that sizeof(mwSize) and sizeof(mwIndex) were 4 (not 8 as
expected. 

It seems that 
 test $ac_cv_sizeof_int -eq 8;
is true, causing 
 OCTAVE_IDX_TYPE=int 

But later (e.g. when compiling mex-files), the definition on mxarray.h 
  typedef int mwSize 
  typedef int mwIndex
use a 4-byte integer.  

It seems there is discrepancy between 
  autoconf's AC_CHECK_SIZEOF(int) and 
  gcc's sizeof(int)



Alois 

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?29794>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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