#Translate-C "stdio.h not found"
1 messages · Page 1 of 1 (latest)
What OS? The -lc is enough to make it work on linux for me
Its arch linux
I suspect I just have a broken system - I went 2 years without updating anything
yeah seems like glibc header path is broken somehow, might be able to manually set it with -isystem, or maybe you can translate with -lc -target x86_64-linux-musl to use the builtin musl headers but that may not produce valid results