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.
Basically it seems that for certain symbols the IRIX ld will happily allow them to be undefined during the linking stage - but those same symbols are currently flagged as missing by binutils ld.
Somewhere inside binutils it's not correctly noticing the "don't error if this is missing" flag I've previously seen somewhere.
To be checked.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
_rld_new_interface, glNewList.
Basically it seems that for certain symbols the IRIX
ld
will happily allow them to be undefined during the linking stage - but those same symbols are currently flagged as missing by binutilsld
.Somewhere inside binutils it's not correctly noticing the "don't error if this is missing" flag I've previously seen somewhere.
To be checked.
The text was updated successfully, but these errors were encountered: