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

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

[Octave-bug-tracker] [bug #38280] imfinfo() crashes on 64 bit, but not 3


From: Alexander Hansen
Subject: [Octave-bug-tracker] [bug #38280] imfinfo() crashes on 64 bit, but not 32 bit builds
Date: Thu, 07 Feb 2013 02:13:50 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/536.26.17 (KHTML, like Gecko) Version/6.0.2 Safari/536.26.17

Follow-up Comment #2, bug #38280 (project octave):

The case I flagged is specifically on OS 10.6, and using Apple's gcc-4.2.1
compiler, because that's where we have both a 32-bit and a 64-bit option in
Fink.

'32-bit' vs. '64-bit' refers to how the libraries/executables are built, along
with all dependencies which aren't included with the operating system.  There
is NO mixing of 32-bit and 64-bit libraries.  It's set via applying the "-arch
i386" flag (which is an Apple-specific thing) to _every_ build in the 64-bit
setup, and applying the "-arch x86_64" flag to _every_ build in the 32-bit
setup.

Changing the compiler doesn't change the results, in any case.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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