Changes between Initial Version and Version 1 of Ticket #69586, comment 8
- Timestamp:
- Mar 27, 2024, 6:37:40 AM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #69586, comment 8
initial v1 2 2 > Why is a build with the `gcc12` variant referring to a library provided by `libgcc13` rather than `libgcc12`? 3 3 4 Both gcc12 and gcc13 use libgcc port, which in turn uses libgcc13. So libgfortranis from libgcc13 for both.4 Both gcc12 and gcc13 use libgcc port, which in turn uses libgcc13. So `libgfortran` is from libgcc13 for both. 5 5 gfortran compiler is chosen by the variant, however. 6 7 P. S. `libgfortran` that is sitting in `/opt/local/bin/gcc12` is in fact just a symlink to `libgfortran` in libgcc directory.