On 2025-09-08 at 12:31:34 UTC-0400 (Mon, 8 Sep 2025 12:31:34 -0400) Murray Eisenberg <[email protected]> is rumored to have said:
> Under macOS Sequoia/arm64 with MacPorts 2.11.5, I have installed: > > gcc15 @15.1.0_2+stdlib_flag (active) > gcc15-libcxx @15.1.0_2+clang18 (active) > > And using port select, I set gcc to be mp-gcc15. > > But I do not find libgfortran.5.dylib in /opt/local/lib/ > > How do I get it installed? Look for /opt/local/lib/gcc15/libgfortran.5.dylib. That's where the gcc15 port put it for me. Generally speaking, if you need to find where all the files of a port are, 'pkg contents' will tell you. -- Bill Cole
