I currently use Xcode 3.2.2 and gfortran-42-5659.pkg (obtained from the http://r.research.att.com/tools/ page) on Snow Leopard 10.6.5. I would like to know if I can use the gfortran from gfortran-42-5664.pkg (integrated with Xcode 3.2.3) with the recently released Xcode 3.2.5? I'm asking since Software Update suggests updating Xcode, which is preferable to a direct dowload of 3.2.5 because of the size of a full download. Berend
Xcode 3.2.5 and gfortran
3 messages · Simon Urbanek, Berend Hasselman
On Dec 21, 2010, at 1:31 PM, Berend Hasselman wrote:
I currently use Xcode 3.2.2 and gfortran-42-5659.pkg (obtained from the http://r.research.att.com/tools/ page) on Snow Leopard 10.6.5. I would like to know if I can use the gfortran from gfortran-42-5664.pkg (integrated with Xcode 3.2.3) with the recently released Xcode 3.2.5? I'm asking since Software Update suggests updating Xcode, which is preferable to a direct dowload of 3.2.5 because of the size of a full download.
Apple has made no changes to the gcc since Xcode 3.2.3 (it's still at build 5664) so after updating to Xcode 3.2.5 you can use gfortran-42-5664.pkg to install the appropriate GNU Fortran version which is suitable for any of Xcode 3.2.3, 3.2.4 and 3.2.5. Cheers, Simon
On 21-12-2010, at 20:22, Simon Urbanek wrote:
On Dec 21, 2010, at 1:31 PM, Berend Hasselman wrote:
I currently use Xcode 3.2.2 and gfortran-42-5659.pkg (obtained from the http://r.research.att.com/tools/ page) on Snow Leopard 10.6.5. I would like to know if I can use the gfortran from gfortran-42-5664.pkg (integrated with Xcode 3.2.3) with the recently released Xcode 3.2.5? I'm asking since Software Update suggests updating Xcode, which is preferable to a direct dowload of 3.2.5 because of the size of a full download.
Apple has made no changes to the gcc since Xcode 3.2.3 (it's still at build 5664) so after updating to Xcode 3.2.5 you can use gfortran-42-5664.pkg to install the appropriate GNU Fortran version which is suitable for any of Xcode 3.2.3, 3.2.4 and 3.2.5.
Thanks for the info. Berend