On 2012-06-07 12:31, Dima Pasechnik wrote: > Dear all, > Are there bug reports filed regarding issues with Xcode 4? > Someone who works at Apple asked me for details of the troubles we > have with building Sage using Xcode 4, so I would like to supply as > much detail as possible.
The situation has improved a lot with newer versions of XCode compared to older versions. Of course the fact that XCode doesn't support Fortran is an issue for Sage (not specific to XCode 4 though). If you want to test building Sage with XCode, you should do the following to use Sage's gfortran but the system gcc and g++: $ cd spkg $ ./install installed/gcc-4.6.3 $ cd .. $ chmod 644 local/bin/gcc local/bin/g++ $ make -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org