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 | | }}} |
| 1 | I was incorrect about this... still investigating the issue. |