-
Additional Info
Output of
|
Beta Was this translation helpful? Give feedback.
Answered by
osalbahr
Jul 3, 2023
Replies: 1 comment
-
Ok it looks like the host's [dracula@fedora ~]$ cat test.c
#include<stdio.h>
int main(){puts("Hello, gcc-13!");}
[dracula@fedora ~]$ gcc test.c
collect2: fatal error: cannot find ‘ld’
compilation terminated. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
osalbahr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok it looks like the host's
gcc
is broken: