Changes between Initial Version and Version 1 of Ticket #73181


Ignore:
Timestamp:
Oct 31, 2025, 1:07:24 AM (6 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #73181

    • Property Keywords tahoe added
    • Property Cc eborisch mascguy added
  • Ticket #73181 – Description

    initial v1  
    33not a expert on theses topics but this looked suspicious to me...
    44
     5{{{
    56LIBRARY_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/../../../
    67COLLECT_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.'
     
    1213ld: 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
    1314ld: 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}}}
    1416
    1517BTW, I reinstalled gcc14  with -s flag but no change.