Changes between Initial Version and Version 1 of Ticket #40226, comment 10
- Timestamp:
- Aug 24, 2013, 8:34:17 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40226, comment 10
initial v1 1 gfortran -vgives:1 `gfortran -v` gives: 2 2 3 {{{ 3 4 Using built-in specs. 4 5 Target: i686-apple-darwin10 … … 6 7 Thread model: posix 7 8 gcc version 4.2.1 (Apple Inc. build 5664) 9 }}} 8 10 9 11 Obviously the wrong version for the gcc Xcode installed : 10 12 13 {{{ 11 14 Using built-in specs. 12 15 Target: i686-apple-darwin11 … … 14 17 Thread model: posix 15 18 gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00) 19 }}}