Changes between Initial Version and Version 1 of Ticket #50656, comment 8


Ignore:
Timestamp:
Oct 4, 2017, 2:53:01 PM (7 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50656, comment 8

    initial v1  
    1 Also see [ticket:54949]. The issue is bootstrapping with xcode9. It's probably fixable with some work, or else could be made to work by bootstrapping with something like gcc6, if there is a true need.
     1Also see [ticket:54949]. I believe the issue is bootstrapping with xcode9. It's probably fixable with some work (see the patches mentioned in that other ticket), or else could be made to work by bootstrapping with something like gcc6.
    22
    3 For today, if you need it and you don't mind through some hoops, you might installing gcc6 or gcc7 and building gcc48 using that. `sudo port install gcc7`, then (after editing the highsierra blocker out of the portfile) `sudo port -v install gcc48 configure.compiler=macports-gcc-7`. There is a chance that might '''just work'''.
     3For today, if you need it and you don't mind through some hoops, you might try installing gcc6 or gcc7 and building gcc48 using that. `sudo port install gcc7`, then (after editing the highsierra blocker out of the portfile) `sudo port -v install gcc48 configure.compiler=macports-gcc-7`. There is a chance that might '''just work'''.