Nathan Dunfield wrote: > On Wednesday, July 27, 2016 at 3:30:47 AM UTC-5, Dima Pasechnik wrote: > > errors like you get: > > > /var/folders/md/71gv03bs6mx4qxg933r_k_x40000gn/T//ccSLsnmg.s:984:suffix > or operands invalid for `movq' > > > indicate that your Sage's compiler toolchain is broken in some way, > probably incompatible with your hardware. > A way to fix this would be to build Sage from source. > > > I believe this issue is likely the same as: > > https://trac.sagemath.org/ticket/20563 > > As Dima says, building all of Sage from source will fix this.
Ok, I didn't get he was using a binary distribution of Sage. Building from source (or perhaps just reinstalling the GCC package by typing 'make gcc') should work /in this case/, but doing so only fixes the problem with movd vs. movq. (The suggestion in my other reply should still work as well, I think.) > A quicker solution might be to make sure you installed the version of Sage > from > > http://mirrors.mit.edu/sage/osx/intel/index.html > > whose label matches your version of OS X. Yep, there meanwhile is one specifically for MacOS X 10.9. -leif -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
