Changes between Initial Version and Version 2 of Ticket #57067


Ignore:
Timestamp:
Aug 30, 2018, 3:58:58 PM (6 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57067

    • Property Port gcc7 added
  • Ticket #57067 – Description

    initial v2  
    11I've removed and reinstalled "port"
     2{{{
    23$ port version
    34Version: 2.5.3
     5}}}
    46I've only installed gcc7 at this point:
     7{{{
    58$ port installed
    69The following ports are currently installed:
     
    3235  xz @5.2.4_0 (active)
    3336  zlib @1.2.11_0 (active)
    34 
     37}}}
    3538and I'm still getting :
     39{{{
    3640$ /opt/local/bin/gfortran-mp-7 test.f90
    3741FATAL:/opt/local/bin/../libexec/as/x86_64/as: I don't understand 'm' flag!
    38 
     42}}}
     43{{{
    3944$ which as
    4045/opt/local/bin/as
    41 
     46}}}
    4247Not sure how to get around this with macports.
    4348
     
    4550Reese
    4651
    47 btw removing /opt/local/bin from my PATH:
    48 
     52btw removing `/opt/local/bin` from my PATH:
     53{{{
    4954$ which as
    5055/usr/bin/as
     
    5358$ gfortran test.f90
    5459$
    55 
     60}}}
    5661works