I have compiled it without any problems. You should not be using gcc from homebrew, but rather the version of gcc installed by Xcode or its command-line tools. That might help. (You should install the homebrew gcc package to get gfortran, but at least for me, installing homebrew's gcc installed /usr/local/bin/gcc-9, not /usr/local/bin/gcc. The presence of /usr/local/bin/gcc-9 is fine, the presence of /usr/local/bin/gcc is not.)
On Friday, October 18, 2019 at 8:07:11 AM UTC-7, Junwei Wang wrote: > > Besides, could the SAGE team officially release binary with Python 3 > (although it is not stable), since we are force to use python3 in many > cases and it is painful to compile by user themselves? > -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/5abd9f2c-0905-4565-93c2-aa64ecf84d80%40googlegroups.com.
