Oh, I am sorry, I have not realised that this won't work on Xcode 9 
without https://trac.sagemath.org/ticket/23898
(even with clang you still need to build a fortran compiler, provided by 
the gcc package gfortran)

If you just need working Sage, it might be easier to use only #23898
but not #12426 (you'd need to recompile)

Else, try pulling the branch of #23898 (and copying the corresponding 
tarball, as directed there)
on top of #12426, and try re-running make.
If you succeed with the latter, we will promote you to a Sage developer ;-)

Dima


On Monday, October 9, 2017 at 4:20:13 PM UTC+1, Arvind Ayyer wrote:
>
>
> Thanks, Dima.
>
> To install the branch from  #12426, you need to use git.
>> In a nutshell, add trac's git server to the remotes, and pull the branch
>> u/fbissey/clang-progress
>> from there.
>>
>
> Stupid me! I thought the patch was called 12426 or something like it, 
> whereas 
> the ticket clearly says what the patch is called.
>  
>
>> Something like
>>
>> git remote add trac git://trac.sagemath.org/sage.git
>> git checkout -b foobar
>> git pull trac u/fbissey/clang-progress
>>
>> and rebuild Sage:
>>
>> make distclean 
>> ./configure CC=cc CXX=c++
>> make
>>
>
> So I did this. It progressed past the previous stage, but is now
> giving an error while installing gcc. I've attached the log file.
>
> Arvind
>
>

-- 
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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to