Changes between Initial Version and Version 1 of Ticket #40548, comment 16


Ignore:
Timestamp:
Jan 7, 2015, 1:09:31 PM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40548, comment 16

    initial v1  
    1 was trying sudo port install gcc48 +universal but it would get stuck at building libgcc stage(gfortran not working)..so i tried this instead and it worked..
     1was trying `sudo port install gcc48 +universal` but it would get stuck at building libgcc stage(gfortran not working)..so i tried this instead and it worked..
    22
     3{{{
    34sudo port clean libgcc
    45sudo port -v install gcc48 +gfortran
     
    67hash gcc
    78gcc -v
     9}}}