Re: [sage-devel] trouble compiling latest sage development version

2016-10-12 Thread Francois Bissey
You mean like https://trac.sagemath.org/ticket/12426 ? François > On 12/10/2016, at 22:48, Dima Pasechnik wrote: > > I see, thanks. I should have been cc'ng myself on #21567 long ago. > > Anyway, is it the time we open a meta-ticket on enabling full build of Sage > with clang(++) ? > (and cre

Re: [sage-devel] trouble compiling latest sage development version

2016-10-11 Thread Anne Schilling
I reinstalled all of XCode now (not just the command line version) and sage compiles again! Yippieh! Thank you all for your help! Anne On Tuesday, October 11, 2016 at 9:18:22 PM UTC-7, François wrote: > > Ok the initial problem was with avx instructions. Either givaro gets > misconfigured in th

Re: [sage-devel] trouble compiling latest sage development version

2016-10-11 Thread Francois Bissey
Ok the initial problem was with avx instructions. Either givaro gets misconfigured in thinking you have avx or someone you get a broken assembler. Can you try CXXFLAGS=“-Wa,-q” ./sage -i givaro > On 12/10/2016, at 16:41, Anne Schilling wrote: > > Wait, isn't this the error I started with before

Re: [sage-devel] trouble compiling latest sage development version

2016-10-11 Thread Francois Bissey
I am surprised you got that far with Xcode 8.0! see https://trac.sagemath.org/ticket/21567 François > On 12/10/2016, at 07:35, Anne Schilling wrote: > > Hi Volker, > > Thanks for the suggestion. I upgraded to OSX 10.12 and installed the latest > version command line xcode. Now I get the foll