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
Trying to use pub.stdc's errno_() leads to this error on compilation:
/usr/bin/ld: errno: TLS definition in /lib/x86_64-linux-gnu/libc.so.6 section .tbss mismatches non-TLS reference in /home/ronny/Arbeit/Projekte/Testcodes/bmx tests/.bmx/brl.sockets.bmx.console.release.linux.x64.o
/usr/bin/ld: /lib/x86_64-linux-gnu/libc.so.6: Fehler beim Hinzufügen von Symbolen: bad value
Compilation failed.
collect2: error: ld returned 1 exit status
Build Error: Failed to link /home/ronny/Arbeit/Projekte/Testcodes/bmx tests/brl.sockets
The text was updated successfully, but these errors were encountered:
Trying to use pub.stdc's
errno_()
leads to this error on compilation:The text was updated successfully, but these errors were encountered: