Changes between Initial Version and Version 2 of Ticket #57067
- Timestamp:
- Aug 30, 2018, 3:58:58 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57067
- Property Port gcc7 added
-
Ticket #57067 – Description
initial v2 1 1 I've removed and reinstalled "port" 2 {{{ 2 3 $ port version 3 4 Version: 2.5.3 5 }}} 4 6 I've only installed gcc7 at this point: 7 {{{ 5 8 $ port installed 6 9 The following ports are currently installed: … … 32 35 xz @5.2.4_0 (active) 33 36 zlib @1.2.11_0 (active) 34 37 }}} 35 38 and I'm still getting : 39 {{{ 36 40 $ /opt/local/bin/gfortran-mp-7 test.f90 37 41 FATAL:/opt/local/bin/../libexec/as/x86_64/as: I don't understand 'm' flag! 38 42 }}} 43 {{{ 39 44 $ which as 40 45 /opt/local/bin/as 41 46 }}} 42 47 Not sure how to get around this with macports. 43 48 … … 45 50 Reese 46 51 47 btw removing /opt/local/binfrom my PATH:48 52 btw removing `/opt/local/bin` from my PATH: 53 {{{ 49 54 $ which as 50 55 /usr/bin/as … … 53 58 $ gfortran test.f90 54 59 $ 55 60 }}} 56 61 works