Changes between Initial Version and Version 1 of Ticket #59927, comment 36
- Timestamp:
- Jun 28, 2021, 2:08:47 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59927, comment 36
initial v1 1 1 This ticket piqued my interest, as I was updating one of my old Macs running 10.4 this weekend. 2 2 3 The problem is, while port `apple-gcc42` is installed (and up-to-date), `gcc7` is not. So it's frustrating to have a foundational port like `bison` dependent on a newer GCC, when it sounds (?) like it should be buildable on gcc 4.2...?3 The problem is, while port `apple-gcc42` is installed (and up-to-date), `gcc7` is not. (And the latter would have to be built from source, which is a bit unsavory on an old PowerBook G4 with a single CPU core.) So it's frustrating to have a foundational port like `bison` dependent on a newer GCC, when it sounds (?) like it should be buildable on gcc 4.2...? 4 4 5 5 From the various discussion, it sounds like most of the issues were fixed. How much work would be required to tackle the remaining items?