Changes between Version 1 and Version 2 of Ticket #68400, comment 2


Ignore:
Timestamp:
Oct 10, 2023, 6:37:51 AM (7 months ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68400, comment 2

    v1 v2  
    1 There is something wrong with the way the compilers PG works out the gcc version. I noticed it before and added some debugging code to the function, but it shows up here again in this build::
    2 
    3 {{{
    4 :debug:main Running callback compilers::add_gcc_rpath_support
    5 :debug:main compilers PG: GCC version reports being UNKNOWN to MacPorts
    6 :debug:main compilers PG: RPATH added to ldflags as GCC version is UNKNOWN
    7 :debug:main Finished running callback compilers::add_gcc_rpath_support
    8 }}}
     1I was incorrect about this... still investigating the issue.