Changes between Initial Version and Version 1 of Ticket #73181
- Timestamp:
- Oct 31, 2025, 1:07:24 AM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #73181
- Property Keywords tahoe added
- Property Cc eborisch mascguy added
-
Ticket #73181 – Description
initial v1 3 3 not a expert on theses topics but this looked suspicious to me... 4 4 5 {{{ 5 6 LIBRARY_PATH=/opt/local/lib/gcc14/gcc/x86_64-apple-darwin25/14.3.0/:/opt/local/lib/gcc14/gcc/x86_64-apple-darwin25/14.3.0/../../../ 6 7 COLLECT_GCC_OPTIONS='-v' '-O' '-pthread' '-fallow-argument-mismatch' '-L/opt/local/lib' '-o' 'Circle' '-I' '/opt/local/include/mpich-gcc14' '-I' '/opt/local/include/mpich-gcc14' '-L/opt/local/lib/mpich-gcc14' '-mmacosx-version-min=16.0.0' '-asm_macosx_version_min=16.0' '-nodefaultexport' '-shared-libgcc' '-mtune=core2' '-dumpdir' 'Circle.' … … 12 13 ld: warning: building for macOS-16.0, but linking with dylib '/opt/local/lib/libgcc/libgfortran.5.dylib' which was built for newer version 26.0 13 14 ld: warning: building for macOS-16.0, but linking with dylib '/opt/local/lib/libgcc/libquadmath.0.dylib' which was built for newer version 26.0 15 }}} 14 16 15 17 BTW, I reinstalled gcc14 with -s flag but no change.
