Changes between Initial Version and Version 1 of Ticket #61636, comment 53
- Timestamp:
- Nov 25, 2020, 11:24:21 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61636, comment 53
initial v1 2 2 3 3 The version issue was indeed just a problem of where the `version` line appeared in the file. Also, the broken port issue was because `libgcc_s.1.dylib` is apparently now `libgcc_s.2.dylib` and wasn't being installed; this is fixed now, and everything seems to work on my machine! 4 5 BTW, if I'm not mistaken, it appears to build libgcc twice (once when installing the `libgcc-devel` package, and again when building `gcc-devel`. Is this expected behavior? It means installing `gcc-devel` takes quite some time--even on the M1 :(