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
{{ message }}
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.
e.g. "checking if gcc static flag -static works ... result: no"
But the output indicates a warning from ld - not necessarily that this doesn't work.
"ld: warning: linking abicalls files with non-abicalls files".
Needs a standalone test to see if this is actually working, and whether ld should be tweaked to stop emitting the warning.
The text was updated successfully, but these errors were encountered:
danielhams
changed the title
autotools projects detecting -static doesn't work
autotools projects +gcc / ld - detecting "-static" doesn't work
Dec 1, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Unsure if this should actually work or not.
e.g. "checking if gcc static flag -static works ... result: no"
But the output indicates a warning from
ld
- not necessarily that this doesn't work."ld: warning: linking abicalls files with non-abicalls files".
Needs a standalone test to see if this is actually working, and whether
ld
should be tweaked to stop emitting the warning.The text was updated successfully, but these errors were encountered: