You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears to be the last -rpath entry that causes the issue, overriding any local build setting of the RPATH as it appears before any of the settings for the build. Hence, Home-brew installed libs always override local libs.
A brief test with a local specs file suggests that removing the last -rpath entry resolves that issue, but introduces new errors because some libraries are then not found.
To be investigated further.
The text was updated successfully, but these errors were encountered:
Full reproduction details are supplied in SuperNEMO-DBD/brew#9
The core issue is to review these lines in the
gcc@7
formula:homebrew-core/Formula/[email protected]
Lines 221 to 225 in e458dbb
It appears to be the last
-rpath
entry that causes the issue, overriding any local build setting of the RPATH as it appears before any of the settings for the build. Hence, Home-brew installed libs always override local libs.A brief test with a local specs file suggests that removing the last
-rpath
entry resolves that issue, but introduces new errors because some libraries are then not found.To be investigated further.
The text was updated successfully, but these errors were encountered: