Changes between Initial Version and Version 1 of Ticket #45011, comment 41


Ignore:
Timestamp:
Oct 24, 2014, 3:23:34 PM (9 years ago)
Author:
roberthuston@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45011, comment 41

    initial v1  
    44
    55From other threads and discussions out there, it seems to be related to the llvm build, which is confusing to me because octave is supposed to default to using gcc48. Does anybody have any insight as to whether rebuilding octave (and its dependencies) specifically using "configure.compiler=macports-gcc-4.8" might solve the problem?
     6
     7Update:
     8Another thing that may shed some light on the matter is that, while my octave 3.8.2 installation indeed claims to have used the "+gcc48" variant, when cctools, ld64, and atlas were all built as dependencies, they were built with the "+llvm35" variant for cctools and ld64, and the "+clang" variant for atlas. While cctools and ld64 only build with llvm or universal variants, atlas does still support a "+gcc48" variant. But somehow that didn't get passed down from the octave installer. Wondering if this makes a difference?